Commit Graph

1052 Commits

Author SHA1 Message Date
Rainer Kottenhoff
01e103bf8b + fix: 1st part of BeginWaitCursor() cleanup 2018-02-22 18:17:46 +01:00
Derick Payne
7016470eb6
Merge pull request #375 from RaiKoHoff/HotFix_0222
HotFix 0222
2018-02-22 11:38:06 +02:00
Rainer Kottenhoff
216c923f1c + fix: performance issue: Replace All - delay status update until transaction finished 2018-02-22 10:20:14 +01:00
Derick Payne
a4f69f81e3
Merge pull request #374 from RaiKoHoff/VS_Optimized_Settings
Revert compiler optimization settings to favor size
2018-02-22 10:05:21 +02:00
Rainer Kottenhoff
e619610b69 + chg: revert compiler optimization settings back to "Maximize Speed (/O2)" combine with 2nd opt. "Favor Size or Speed: Favor small code (/Os)" 2018-02-22 08:45:37 +01:00
Derick Payne
b7f3f07a18
Merge pull request #373 from RaiKoHoff/BugFix_0221
Bug Fix 0221
2018-02-22 07:02:54 +02:00
Rainer Kottenhoff
eb1b8e350b + cleanup code 2018-02-21 23:12:14 +01:00
Rainer Kottenhoff
8bb2b503c6 + fix: initial .ini file: corrections for labeling toolbar icons 2018-02-21 22:38:28 +01:00
Rainer Kottenhoff
f40d06a8a0 + fix: bug detecting find/replace dialog is foreground or not 2018-02-21 22:29:12 +01:00
Rainer Kottenhoff
0de9498401 + fix: fill find/replace search box with selection/clipboard on non switching Ctrl+F/H 2018-02-21 20:59:46 +01:00
Rainer Kottenhoff
ea81edc33f + chg: compiler optimization flags for release build 2018-02-21 17:53:27 +01:00
Rainer Kottenhoff
0449f0fb2e + adapted VS compiler version string for About dialog 2018-02-21 11:58:26 +01:00
Derick Payne
7aa589a305
Merge pull request #369 from RaiKoHoff/BugFixes_0220
Enhancements 0220
2018-02-20 21:45:48 +02:00
Rainer Kottenhoff
64f984f663 + add: seperator on help menu update entries 2018-02-20 20:23:09 +01:00
Rainer Kottenhoff
09990b073d + add: menu entry to check rizones website directly 2018-02-20 19:32:28 +01:00
Rainer Kottenhoff
60717d7032 + add: feature "Scroll Past End of File" (settings) 2018-02-20 19:05:32 +01:00
Derick Payne
bb0c5abe8d
Merge pull request #367 from RaiKoHoff/BugFixes_0218
BugFixes 0218
2018-02-20 18:10:53 +02:00
Rainer Kottenhoff
22654f99ef + fix: restore selection set/replaced by replace dialog 2018-02-20 15:40:07 +01:00
Rainer Kottenhoff
6dd3c6b658 + fix: broken swap clipboard w/ selection 2018-02-20 14:37:32 +01:00
Rainer Kottenhoff
f06fe63e4e + fix: "Registry Files lexer: bug in GUID in Key Path with eolfilled attribute 2018-02-19 18:53:30 +01:00
Rainer Kottenhoff
eda986f2d8 + add: status/info bar in find/replace dialog 2018-02-19 15:49:54 +01:00
Rainer Kottenhoff
f792b9e463 + enh: more prominent replace dialog button "In Selection"
+ enh: "Registry Files" lexer: enable attribute "eolfilled" for all styles of this lexer
2018-02-19 10:11:28 +01:00
Rainer Kottenhoff
772ef79cda + fix: issue in "Win Registry Files" lexer, regarding GUIDs in Keypaths 2018-02-18 16:32:37 +01:00
Rainer Kottenhoff
224e082149 + fix: toolbar label names in .ini settings 2018-02-18 16:29:15 +01:00
Derick Payne
b147b74496
Merge pull request #364 from RaiKoHoff/R_Stat_Lexer
Lexers and more
2018-02-16 23:34:12 +02:00
Rainer Kottenhoff
16de558217 + fix: map Toolbar Labels according to bitmap/settings file 2018-02-16 19:49:34 +01:00
Rainer Kottenhoff
1e71f4199a + fix: small datatype correction ... 2018-02-16 17:22:10 +01:00
Rainer Kottenhoff
7a20c52a17 + fix: support styler attribute "eolfilled" in any Reg-Key case (Windows Registry Lexer) 2018-02-16 15:33:23 +01:00
Rainer Kottenhoff
164bd4106a + fix: Undo/Redo action w/o selection sets/preserves selection mode (bug) 2018-02-16 12:59:28 +01:00
Rainer Kottenhoff
76be9bfd8e + fix: bug in changed "Windows Registry Files" lexer 2018-02-16 12:30:58 +01:00
Rainer Kottenhoff
a26f74daec Merge branch 'R_Stat_Lexer' of https://github.com/RaPeHoff/Notepad3 into R_Stat_Lexer 2018-02-16 09:17:09 +01:00
Rainer Kottenhoff
be2ddf00f6 + add: R-Statistics Code lexer
+ chg: Registry files lexer to support eolfilled on "Added Keys"
2018-02-16 09:16:50 +01:00
Rainer Kottenhoff
b05840ecce Merge branch 'R_Stat_Lexer' of https://github.com/RaPeHoff/Notepad3 into R_Stat_Lexer 2018-02-16 09:15:37 +01:00
Rainer Kottenhoff
13c9ec1026 + add: R-Statistics Code lexer
+ chg: Registry files lexer to support eolfilled on "Added Keys"
2018-02-16 09:03:36 +01:00
Derick Payne
349ff1260f
Merge pull request #358 from RaiKoHoff/Fix_Margins_II
Fix Margin
2018-02-16 07:55:49 +02:00
Rainer Kottenhoff
58ab229671 + add: R-Statistics Code lexer
+ chg: Registry files lexer to support eolfilled on "Added Keys"
2018-02-16 00:01:23 +01:00
Rainer Kottenhoff
ef84acb852 Merge branch 'Fix_Margins_II' into Bug_Fixes_0215 2018-02-15 11:46:39 +01:00
Rainer Kottenhoff
ed699805e2 + chg: Folding STyle: case:L/U for box vs. circle style; charset:0/1/2 single line after/before/enclosing 2018-02-15 01:16:44 +01:00
Rainer Kottenhoff
c3c07001f2 + fix: default Folding Style: single line after heading 2018-02-15 00:52:37 +01:00
Rainer Kottenhoff
03f01c9993 + add: styling for folding marks (charset:1 -> circles / case:U -> double lines) 2018-02-14 17:04:44 +01:00
Rainer Kottenhoff
ea38220fa9 Merge branch 'Fix_Margins' into Fix_Margins_II 2018-02-14 15:07:27 +01:00
Rainer Kottenhoff
87d50dde94 + add: Accelerator Key (Alt+A) to switch ON/OFF occurrences marker/counter 2018-02-14 14:38:55 +01:00
Derick Payne
913cd969e3
Merge pull request #357 from RaiKoHoff/PortApps
PortableApps installer: AppCompactor
2018-02-14 01:40:30 +02:00
Rainer Kottenhoff
90b6809ab2 + add: PortableApps AppCompactor call for UPX compression of NP3 binaries
+ add: wyUpdate's client configuration
2018-02-14 00:16:53 +01:00
Rainer Kottenhoff
80f08d9169 + fix: disable folding operations for lexers, which don't support it 2018-02-13 19:40:57 +01:00
Rainer Kottenhoff
79b3a255cf + fix: unique Style IDs 2018-02-13 18:25:00 +01:00
Rainer Kottenhoff
f02b310427 + fix: code folding integrated in margin 2018-02-13 17:12:55 +01:00
Derick Payne
c89ff3bcaf
Merge pull request #355 from RaiKoHoff/Scintilla_403
Scintilla update to version 4.0.3
2018-02-13 12:43:04 +02:00
Rainer Kottenhoff
8cd85ca289 + CR: changing menu Alt+ key for "Edit" menu according to discussion 2018-02-13 10:51:52 +01:00
Rainer Kottenhoff
5fa16655a5 Merge branch 'Bugfixes_0209_II' into Scintilla_403 2018-02-13 09:36:10 +01:00