Commit Graph

583 Commits

Author SHA1 Message Date
Rainer Kottenhoff
01e103bf8b + fix: 1st part of BeginWaitCursor() cleanup 2018-02-22 18:17:46 +01:00
Rainer Kottenhoff
216c923f1c + fix: performance issue: Replace All - delay status update until transaction finished 2018-02-22 10:20:14 +01: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
Rainer Kottenhoff
eb1b8e350b + cleanup code 2018-02-21 23:12:14 +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
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
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
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
16de558217 + fix: map Toolbar Labels according to bitmap/settings file 2018-02-16 19:49:34 +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
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
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
87d50dde94 + add: Accelerator Key (Alt+A) to switch ON/OFF occurrences marker/counter 2018-02-14 14:38:55 +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
Rainer Kottenhoff
8cd85ca289 + CR: changing menu Alt+ key for "Edit" menu according to discussion 2018-02-13 10:51:52 +01:00
Rainer Kottenhoff
ed750ca788 + CR: changing menu selection key for menu "Edit" 2018-02-12 12:26:36 +01:00
Rainer Kottenhoff
fa35fe9918 + fix: selected default lexer has not been used as default startup lexer ... 2018-02-09 11:44:16 +01:00
Rainer Kottenhoff
c21bc500aa + fix: handle case: virtual space user access not allowed
+ opt: use faster method (SCI direct call) to set/reset virtual space access option
2018-02-09 11:19:54 +01:00
Rainer Kottenhoff
0136ce1739 + opt: check for Alt-Key down/up to allow drawing rectangular selection in virtual space 2018-02-09 11:06:24 +01:00
Rainer Kottenhoff
be2d57580d + fix: bug in calculating position for thousand separator 2018-02-09 10:22:42 +01:00
Rainer Kottenhoff
e862e08627 + opt: undo/redo stack does not need to store virtual space options 2018-02-09 01:49:02 +01:00
Rainer Kottenhoff
b2daad6f58 + fix: set virtual space option "SCVS_NOWRAPLINESTART" for Alt-Key down rectangular selection only 2018-02-09 01:34:03 +01:00
Rainer Kottenhoff
0b76096ec1 + fix: changed navigation keys for menu "Edit" 2018-02-08 02:04:53 +01:00
Rainer Kottenhoff
37688042a6 + fix: empty settings string, if ToolbarButtons are reset to defaults 2018-02-08 01:31:10 +01:00
Rainer Kottenhoff
0c627da605 + fix: synchronized updates for Toolbar & Statusbar 2018-02-08 01:05:29 +01:00
Rainer Kottenhoff
dbb44a1ea3 + fix: "single line selection" criteria 2018-02-07 23:56:48 +01:00
Rainer Kottenhoff
687ea1565d + fix: indentation and rectangular selection (final solution still open) 2018-02-07 23:35:30 +01:00
Rainer Kottenhoff
844febb005 + fix: tab-key and indentation handling
+ fix: pasting into rectangular selections
2018-02-07 19:04:09 +01:00
Rainer Kottenhoff
b749a79ff4 + fix: corrupted "Page Setup..." dialog layout (after changing tab-stop order) 2018-02-07 13:00:27 +01:00
Rainer Kottenhoff
1249f4bbe1 + refactoring: global naming 2018-02-07 09:16:24 +01:00
Rainer Kottenhoff
6a8c610f80 + fix: prepare (i) for Scintilla's Position type change to 64-bit 2018-02-07 02:10:57 +01:00
Rainer Kottenhoff
29f9c46ffb + enh: incorporate launch of update installer "wyUpdate.exe" 2018-02-06 18:45:19 +01:00
Derick Payne
f6dcfbd299
Merge pull request #341 from RaiKoHoff/Fixes_0205
Fixes 0205
2018-02-06 17:02:51 +02:00
Rainer Kottenhoff
0d87419b2b + CR: add Accelerator Key (Alt+NK0) to launch new empty instance of NP3 (same as Alt+0) 2018-02-06 13:15:12 +01:00
Rainer Kottenhoff
f723b14cbc + enh: changed tab-stop order while navigating several dialogs 2018-02-06 12:33:34 +01:00
Rainer Kottenhoff
6944e0af7b + fix: (final?) copy/paste and redo/undo on empty/virtual rectangular selection 2018-02-06 11:38:13 +01:00
Rainer Kottenhoff
29536b70bf + fix: (No.: II) redo/undo on empty/virtual rectangular selection 2018-02-05 18:35:06 +01:00
Derick Payne
b09ae40bb9 Update Prototype
Update Prototype https://github.com/rizonesoft/Notepad3/issues/125
2018-02-05 18:37:24 +02:00