Commit Graph

124 Commits

Author SHA1 Message Date
Rainer Kottenhoff
1de35f8c6d + fix: translatable error message format (msgbox)
+ chg: add filepath to message on file locking error
2020-03-30 23:19:36 +02:00
RaiKoHoff
aa057d3c99 + add: feature "overlapping search" option 2020-03-26 15:47:31 +01:00
RaiKoHoff
11f8231ce3 Merge remote-tracking branch 'upstream/master' into NewFeatures
# Conflicts:
#	Versions/day.txt
#	res/Notepad3.exe.manifest.conf
#	src/VersionEx.h
2020-03-25 17:25:14 +01:00
RaiKoHoff
b2ddb08f54 + add: grepWin integration: multi file search 2020-03-17 18:39:13 +01:00
Rainer Kottenhoff
6423b18c6f Merge remote-tracking branch 'notepad3_orig_rizone/master' into NewFeatures
# Conflicts:
#	src/Config/Config.cpp
#	src/Dialogs.c
#	src/Helpers.c
#	src/Helpers.h
#	src/Notepad3.c
#	src/Styles.c
#	src/TypeDefs.h
2020-03-07 22:52:57 +01:00
Rainer Kottenhoff
4d78a1d255 + fix: make toolbar DPI scalable (menu option) 2020-03-07 22:18:17 +01:00
RaiKoHoff
7fce380c83 + upd: DPI awareness and multi monitor handling 2020-03-03 18:09:59 +01:00
RaiKoHoff
03fbdb6f69 + chg: Accelerator key remapping: move line up/down vs. jump folds 2020-02-03 15:59:05 +01:00
Rainer Kottenhoff
14a4c794c9 + chg: separate auto esc'd control chars from "transform backslashes" switch in find/replace dialog 2020-02-02 16:30:43 +01:00
RaiKoHoff
46243036a1 + fix: changing .ini-file manually 2020-01-29 14:43:35 +01:00
RaiKoHoff
3d5b9d0bd7 + fix: YAML identifier (colon with white-space)
+ chg: JSON Lexer
2020-01-27 10:17:06 +01:00
RaiKoHoff
4cf6fde772 + fix: wrong language reference for lexer : "Tag" 2020-01-17 13:21:27 +01:00
RaiKoHoff
1b9e1ce6d4 + fix: some wrong scheme string references (issue #1838) 2020-01-14 11:15:07 +01:00
Rainer Kottenhoff
6bf5cd9f88 + add: language dependent status bar abreviations 2019-11-19 22:58:21 +01:00
Rainer Kottenhoff
05bbf9f4f2 + fix: crash on very large file size (rejecting too big files) 2019-11-11 10:43:15 +01:00
Pairi Daiza
2be6142a16 Conversion all files to encoding UTF-8 (Final) 2019-11-05 00:07:41 +01:00
Rainer Kottenhoff
817b1b2a48 + add: copy directory to clipboard
+ add: open path in explorer
2019-09-26 13:00:28 +02:00
Rainer Kottenhoff
207d23a524 + add: menu option to choose between line comment block edit and old behavior
+ add: allow line comment block edit toggle
2019-09-25 00:29:27 +02:00
Rainer Kottenhoff
49b295277d + chg: using InfoBoxLng() instead of MessageBoxLng() to ask to save modified file. 2019-09-21 01:29:32 +02:00
Rainer Kottenhoff
3220c388af + add: toggle menu bar option 2019-09-19 15:55:52 +02:00
Rainer Kottenhoff
15b12359b6 + chg: distinguish between rectangular and multi selections 2019-09-18 12:34:08 +02:00
Rainer Kottenhoff
3cdd4ba1c3 + add: 1st draft version of Rainbow/Prism CSV Lexer 2019-09-12 18:59:19 +02:00
Rainer Kottenhoff
af9ac57f23 + add: new (suppressable) Info-Dialog for "Preserve File Modification Timestamp" feature 2019-09-08 13:15:01 +02:00
Rainer Kottenhoff
fe4452b110 + fix: correct resource id for language sk-SK 2019-08-31 12:18:31 +02:00
Rainer Kottenhoff
72e86e6825 + add: option to preserve origin file modification time 2019-08-27 11:53:21 +02:00
Rainer Kottenhoff
d57165efe8 + chg: split undo typing sequence (by line-breaks and/or timeout)
+ fix: keep selection shift-key after undo line insertion (ctrl+enter)
2019-08-27 09:17:10 +02:00
Rainer Kottenhoff
dd6ceea268 + add: Swedish (sv-SE) translation templates (cloned from en-GB)
+ fix: integrated language menu strings
2019-08-14 12:11:45 +02:00
Rainer Kottenhoff
4844477de8 + cln: some code cleanup 2019-07-20 09:37:05 +02:00
Rainer Kottenhoff
52412914a4 + add: Turkish language project for Notepad3 2019-07-06 10:35:09 +02:00
Rainer Kottenhoff
bdaab67697 + add: Color hover and picker (HTML color def only #RRGGBB) 2019-06-15 13:48:49 +02:00
Rainer Kottenhoff
4c96bf9788 + add: TOML Lexer : Date-Time highlight & other enhancements
+ add: some test files for manual checks
2019-06-13 16:00:49 +02:00
Rainer Kottenhoff
9d8c7bbe6c + add: first draft frame of TOML Lexer 2019-06-12 01:16:41 +02:00
Rainer Kottenhoff
7e04105532 + add: Multiselect Edit Indicator 2019-06-11 15:29:52 +02:00
Rainer Kottenhoff
ad64db46d3 + chg: utf-8 sig for themes files
+ add: Text Lexer to get independent from Default Text
+ add: .ini-file DeleteValue() methods
2019-06-11 00:43:54 +02:00
Rainer Kottenhoff
841bca1d66 + add: Multi-Select all occurrences (or selected if MO is off) (Ctrl+Shift+Spc) 2019-05-29 13:04:32 +02:00
Rainer Kottenhoff
61b8b78385 + add: extent multi-selection (Ctrl + Up/Down/Left/Right) 2019-05-28 10:30:29 +02:00
Rainer Kottenhoff
3a18b1a32f + add: option to disable Hyperlink tooltip 2019-05-18 13:28:16 +02:00
Rainer Kottenhoff
820b0a530e + add: CallTip for Hyperlinks 2019-05-17 17:22:27 +02:00
Rainer Kottenhoff
1ad6981660 + add: Toolbar button (Pin) for "Always on Top" indicator 2019-05-14 02:11:50 +02:00
Rainer Kottenhoff
0e74166977 + chg: make Custom.Schemes and Find/Replace dialog resizable 2019-04-30 02:21:03 +02:00
Rainer Kottenhoff
65616a6d6b + chg: resizable "Add to Favorites" dialog 2019-04-29 20:14:36 +02:00
Rainer Kottenhoff
49f37ecc8d + add: Menu entry to mute MessageBox beeps 2019-04-25 10:55:13 +02:00
Rainer Kottenhoff
d27ae6bfe0 + rfc: refactoring elevated user rights 2019-04-02 17:01:00 +02:00
Rainer Kottenhoff
04e75bb6e0 + add: remember last used theme (if save settings is enabled) 2019-03-18 16:01:34 +01:00
Rainer Kottenhoff
3b8fc25687 + add: Polish language resources template (en-GB) 2019-03-17 23:42:44 +01:00
Rainer Kottenhoff
4cb6b0e4ec + chg: reworked Styling Import/Export 2019-03-15 21:17:17 +01:00
Rainer Kottenhoff
5b8ca9d0d5 + add: Themes menu to load exported styles (e.g. "dark theme" 2019-03-14 14:28:27 +01:00
Rainer Kottenhoff
a4b8d3c834 + fix: indentation warning dialog 2019-03-13 23:06:22 +01:00
Rainer Kottenhoff
1a55130019 + enh: rework EOL and Indentation check with dialogs 2019-03-12 17:00:43 +01:00
Rainer Kottenhoff
d7e1702420 + fix: en-US version of indentation inconsistency warning 2019-03-12 00:33:33 +01:00