Commit Graph

1214 Commits

Author SHA1 Message Date
Rainer Kottenhoff
02d82beab3 + enh: make Find Next Selected, Find Prev Selected as expected
+ using modern Scintilla API methods (instead of hand made operation)
2018-03-24 08:38:09 +01:00
Rainer Kottenhoff
4836962891 + enh: handling of F3 (find next - no F/R dialog) 2018-03-24 01:55:59 +01:00
Rainer Kottenhoff
8e495a9b74 + fix: toggle line comment on empty line 2018-03-24 00:31:31 +01:00
Rainer Kottenhoff
b38f66e8cb + fix: missed to commit 2018-03-23 16:39:05 +01:00
Rainer Kottenhoff
bfe07dba67 + fix: "Remove Duplicate Lines": skipping line on progress to next compare when removing previous duplicate 2018-03-23 16:27:23 +01:00
Rainer Kottenhoff
8b9e8a7d13 + fix: using process heap allocation instead of global memory allocation method (according to MSDN guidelines) 2018-03-23 14:33:23 +01:00
Rainer Kottenhoff
8efcfbdb1a + fix: "Remove Duplicate Lines": wrong last line handling in case of no selection 2018-03-23 12:51:45 +01:00
Rainer Kottenhoff
0bb4470a24 + fix: missing menu shortcut for "Remove Duplicate Lines" ("o") 2018-03-23 11:55:45 +01:00
Rainer Kottenhoff
3d51761404 + add: method to remove duplicate lines 2018-03-23 11:48:54 +01:00
Rainer Kottenhoff
9002b5555e + fix: minor issues 2018-03-23 01:08:14 +01:00
Rainer Kottenhoff
ca3f8a07ca + fix: reset scroll width on font (size) changes (automatically adapted) 2018-03-22 19:57:10 +01:00
Rainer Kottenhoff
76ebeea364 + add: names in Acknowledgments 2018-03-22 19:22:10 +01:00
Rainer Kottenhoff
6ea830502f + fix: Search Next (F3) handling (ver II) 2018-03-22 19:11:51 +01:00
Rainer Kottenhoff
44cc7351d7 + fix: initial window position handling (command line option "/pos" ) 2018-03-22 11:19:46 +01:00
Rainer Kottenhoff
fbc8db4d98 + fix: Notepad3 window positioning 2018-03-21 12:51:44 +01:00
Rainer Kottenhoff
8b3739a5ce + add: menu entries for (hidden) Accelerator Keys 2018-03-21 09:40:03 +01:00
Rainer Kottenhoff
b7ae16b2f0 + chg: rebase internally used code page on UTF-8 (Scintilla multi-byte conversions) 2018-03-20 13:41:19 +01:00
Rainer Kottenhoff
f2951b3df4 + add: version info for VS2017 v15.6.3 (VC v191326129) 2018-03-20 07:23:30 +01:00
Rainer Kottenhoff
c92def31de + fix very small typo 2018-03-20 07:17:52 +01:00
Rainer Kottenhoff
8221fcc0bf + fix: remember last search pattern on new files 2018-03-19 17:19:56 +01:00
Derick Payne
6179da08a6
Merge pull request #420 from RaiKoHoff/Dev_0315
Small enhancements and bug-fixes
2018-03-18 19:43:59 +02:00
Rainer Kottenhoff
5e3cd41896 + fix: minor issues regarding selection anchor/current_caret in Find Next/Previous 2018-03-18 17:44:40 +01:00
Rainer Kottenhoff
a8307b6bd7 + fix: Style_SetLexer() should update line number margin width 2018-03-18 16:29:32 +01:00
Rainer Kottenhoff
1521b48ead + enh: file history dependent last search pattern option combined with search history on/off option 2018-03-18 16:17:29 +01:00
Rainer Kottenhoff
0fc036347c + enh: add last find pattern to file history 2018-03-16 17:55:18 +01:00
Rainer Kottenhoff
1c603a3c21 + enh: enable "Customize Schemes"' Preview button only if selected lexer corresponds to opened file 2018-03-16 08:26:14 +01:00
Rainer Kottenhoff
c3e91e273b + fix: slow pasting of multiline clipboard 2018-03-15 21:41:16 +01:00
Rainer Kottenhoff
2a3d6e0a17 + fix: minor compiler warnings 2018-03-15 21:28:27 +01:00
Rainer Kottenhoff
ccf0d4471a + fix: issue regarding "Auto Complete Word" feature
+ chg: more prep Scintilla "Position" value type changes for large file support
2018-03-15 21:20:10 +01:00
Rainer Kottenhoff
e8bd4f818c + chg: more prep Scintilla "Position" value type changes for large file support 2018-03-15 14:55:21 +01:00
Rainer Kottenhoff
81e95bf7aa + rpl: replace tellenc by CED in AboutBox
+ upd: uthash library updated to current GitHub dev
2018-03-15 11:50:52 +01:00
Derick Payne
8f180c94dc
Merge pull request #415 from RaiKoHoff/Dev_0313
Switching Encoding Detector: "tellenc" -> Google's "Compact Encoding Detection"
2018-03-15 11:41:44 +02:00
Rainer Kottenhoff
aff45b1132 + fix: X-Caret policy 2018-03-15 09:35:33 +01:00
Rainer Kottenhoff
650b261751 + cln: clean coding 2018-03-15 08:59:00 +01:00
Rainer Kottenhoff
17a5ff8c5f + fix: X,Y-Caret movement policy 2018-03-15 08:53:40 +01:00
Rainer Kottenhoff
123341b1a6 + cln: code cleanup 2018-03-14 17:54:25 +01:00
Rainer Kottenhoff
4025751b47 + add: ced.exe for portable package 2018-03-14 17:37:19 +01:00
Rainer Kottenhoff
65aced173c + fix: Show replacement count info-box after UI update (extended selection, replaced pattern) 2018-03-14 17:29:00 +01:00
Rainer Kottenhoff
ad672827bc + fix: Y-CaretPolicy ([Settings2] CurrentLineVerticalSlop=0) default
+ add: X-CaretPolicy ([Settings2] CurrentLineHorizontalSlop=0)
2018-03-14 17:04:50 +01:00
Rainer Kottenhoff
93a888760e + chg: replace tellenc by "Compact Encoding Detection" CED 2018-03-14 16:36:45 +01:00
Rainer Kottenhoff
575be5b2cf + enh: external cmd tool using Google's "Compact Encoding Detection" for encoding analysis 2018-03-14 15:30:45 +01:00
Rainer Kottenhoff
9824604ff4 + rfc: Encoding detection: separate tables from code 2018-03-13 00:55:06 +01:00
Rainer Kottenhoff
db86b08727 + fix: Replace in selection: Selection enlargement 2018-03-12 23:25:18 +01:00
Rainer Kottenhoff
79268dca9b Merge branch 'Development_0312' into Dev_0313 2018-03-12 22:48:45 +01:00
Rainer Kottenhoff
4df839192a + rfc: code cleanup 2018-03-12 17:56:04 +01:00
Rainer Kottenhoff
0553f0ce64 + enh: add option to skip ANSI Code Page detection (tellenc) (default is ON to preserve historic behavior) 2018-03-12 12:12:36 +01:00
Derick Payne
5e5b620ce5
Merge pull request #411 from RaiKoHoff/Non_Modal_CostomSchemes
Non modal custom schemes
2018-03-12 07:02:18 +02:00
Rainer Kottenhoff
c704156a9a Merge remote-tracking branch 'origin/NonModal_CstmSch' into Non_Modal_CostomSchemes
# Conflicts:
#	src/Notepad3.rc
#	src/Styles.c
2018-03-11 23:31:43 +01:00
Rainer Kottenhoff
8bd08e6ece Merge branch 'Non_Modal_CostomSchemes' of https://github.com/RaiKoHoff/Notepad3 into Non_Modal_CostomSchemes 2018-03-11 23:29:33 +01:00
Rainer Kottenhoff
415bf9979c + enh: Non Modal Customize Schemes... dialog 2018-03-11 23:28:27 +01:00