Commit Graph

1279 Commits

Author SHA1 Message Date
Rainer Kottenhoff
f1fc510a2a + fix: check "Toggle View" button in case of activation 2018-04-19 15:59:19 +02:00
Rainer Kottenhoff
bd8ae07afa + fix: current Scintilla trunk (404+) 2018-04-19 14:45:20 +02:00
Rainer Kottenhoff
49989a11e2 + fix: memory allocation checks 2018-04-19 13:59:30 +02:00
Rainer Kottenhoff
2d538cf179 + fix: Undo/Redo handling in case of discarding U/R-Stack 2018-04-19 13:09:38 +02:00
Rainer Kottenhoff
a5b86a91da + fix: missing files for Scintilla Lib v404 2018-04-18 16:28:45 +02:00
Rainer Kottenhoff
bb3a13de44 Merge branch 'Scintilla_405' of https://github.com/RaiKoHoff/Notepad3 into Scintilla_405 2018-04-18 16:22:37 +02:00
Rainer Kottenhoff
6dc666b771 + fix: default "Slop" values changed 2018-04-18 16:22:22 +02:00
Rainer Kottenhoff
5863f4cd15 + chg: updating Scintilla library to ver. 404+ 2018-04-18 16:22:22 +02:00
Derick Payne
a307503ce9
Merge pull request #448 from RaiKoHoff/Hide_NonOcc
Enhancement:  Collapse View to marked occurrences only
2018-04-18 16:10:09 +02:00
Rainer Kottenhoff
f1c07dd897 + fix: default "Slop" values changed 2018-04-18 14:50:03 +02:00
Rainer Kottenhoff
2c147211f2 + chg: updating Scintilla library to ver. 404+ 2018-04-18 13:12:02 +02:00
Rainer Kottenhoff
773d7cee9d + enh: Statusbar segmentation resizing 2018-04-18 09:29:44 +02:00
Rainer Kottenhoff
8aac4b1cf2 + fix: occurrences marker counting 2018-04-18 09:17:06 +02:00
Rainer Kottenhoff
52b3dc6acb + enh: Selectable (and copy-able) version info header of About-Box 2018-04-18 08:30:07 +02:00
Rainer Kottenhoff
e14526c5b5 + fix: minor fixes
+ enh: suggested pass-phrase handling
2018-04-17 16:26:32 +02:00
Rainer Kottenhoff
ead46c880c + fix: memory leak 2018-04-17 00:42:03 +02:00
Rainer Kottenhoff
a05b7dfa07 + refactoring: create a better "delayed command message queue" 2018-04-16 19:27:49 +02:00
Rainer Kottenhoff
2503f4027c + enh: add "Toggle View" button to toolbar 2018-04-16 12:58:45 +02:00
Rainer Kottenhoff
376443b5a0 Merge branch 'upstream' into Hide_NonOcc
# Conflicts:
#	src/Edit.c
#	src/Notepad3.c
2018-04-16 12:00:03 +02:00
Rainer Kottenhoff
3b2a645546 + fix: F/R dialog : minor corrections 2018-04-16 11:52:39 +02:00
Derick Payne
a9583fa004 Added magnifier icons to image strips
Added magnifier icons to image strips
2018-04-13 23:53:27 +02:00
Rainer Kottenhoff
2f7082de9f
+ fix: remove file-system/URL auto-completion from search box 2018-04-13 20:11:10 +02:00
Rainer Kottenhoff
c8fa9addca
+ enh: F/R dialog - enable "Ctrl+BS" to delete word in search string 2018-04-13 02:16:24 +02:00
Derick Payne
6226ae4a37
Merge pull request #438 from RaiKoHoff/BugFixes_0405
Bugfixes 0405
2018-04-12 21:50:35 +02:00
Rainer Kottenhoff
0350cfe098
+ enh: "Toggle View" coop main window vs. F/R dialog 2018-04-12 16:29:28 +02:00
Rainer Kottenhoff
3a6c978781
+ enh: enable "Toggle View" for main window 2018-04-12 00:40:49 +02:00
Rainer Kottenhoff
91411b254d
+ fix: bug replacing reverse stream selection 2018-04-11 15:03:05 +02:00
Rainer Kottenhoff
98dcc7a2e4
+ fix: using correct api to show/hide passphrase 2018-04-11 01:35:42 +02:00
Rainer Kottenhoff
693df17517
show/hide passphrase in dialog box 2018-04-11 01:14:21 +02:00
Rainer Kottenhoff
3854a1d4b0
show/hide passphrase in dialog box 2018-04-11 01:13:46 +02:00
Rainer Kottenhoff
6e4a69b711
Fix scroll-to issue in case of incremental search 2018-04-10 23:34:14 +02:00
Rainer Kottenhoff
2259ef446c
UTF-16 LE BOM (Unicode) for Notepad3.ini
Notepad3.ini should have encoding UTF-16 LE BOM (Unicode) not the smaller UTF-8 Sig encoding format.
2018-04-10 22:22:41 +02:00
Rainer Kottenhoff
d1240fa3fc + fix: "Compressed View" - minor issues 2018-04-09 10:35:08 +02:00
Rainer Kottenhoff
cff9941df8 + fix: proper view reset after reverting from compressed view 2018-04-07 12:27:35 +02:00
Rainer Kottenhoff
e9ae2b29b1 + fix: "Compressed View": re-apply lexer styles on changed marked word 2018-04-07 10:56:50 +02:00
Rainer Kottenhoff
d44da8c58a + fix: enhance indicator (redraw needed) of re-apply "Mark All Occurrences" 2018-04-06 12:21:33 +02:00
Rainer Kottenhoff
2c409a39bc + fix: enable FR state reset call from outside
+ chg: button name
2018-04-06 00:02:13 +02:00
Rainer Kottenhoff
c57cdfc2c3 + fix: avoid deadlock of occurence marker task scheduler 2018-04-05 23:27:38 +02:00
Rainer Kottenhoff
224e575c22 + fix: possible deadlock 2018-04-05 23:09:58 +02:00
Rainer Kottenhoff
34676e6019 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Hide_NonOcc
# Conflicts:
#	crypto/crypto.h
#	src/Edit.c
#	src/Edit.h
#	src/Notepad3.c
#	src/Styles.h
#	src/resource.h
2018-04-05 22:24:07 +02:00
Derick Payne
875cda387d
Merge pull request #431 from RaiKoHoff/SciEd_UTF8
Bug Fixes and lots of refactoring
2018-04-05 20:19:17 +02:00
Rainer Kottenhoff
3900be8c68 + opt: optimization of delayed "mark occurrences" multi-triggering 2018-04-05 18:36:50 +02:00
Rainer Kottenhoff
1a0982822d + fix: folding level issue to hide non-occurrence match lines 2018-04-05 17:22:24 +02:00
Rainer Kottenhoff
d619b337e6 + fix: minor correction
+ fix: ScrollTo bug in case of wrapped lines
2018-04-05 10:21:19 +02:00
Rainer Kottenhoff
83a561ba21 + refac: BOOL -> bool 2018-04-05 08:12:32 +02:00
Rainer Kottenhoff
75d65620d2 + debug: version to folding issue on hiding invisible/non-marked lines 2018-04-04 17:15:22 +02:00
Rainer Kottenhoff
3cbfa08e4a + fix: concurrency issue: main window vs. Find/Replace dialog 2018-04-04 11:10:41 +02:00
Rainer Kottenhoff
09cb506937 + fix: issue on "Toggle Visibility" drawing a selection on clicking into view 2018-04-04 11:02:53 +02:00
Rainer Kottenhoff
9c931ea9cd +fix : HyperlinkHotspot handling while "Toggle Visibility" changes view 2018-04-04 10:00:01 +02:00
Rainer Kottenhoff
a1e0af344f + fix: minor bugs regarding feature "Toggle Visibility" 2018-04-04 04:02:47 +02:00