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 |
|
Derick Payne
|
3de9663aee
|
Releasing Build 928
|
2018-03-11 23:11:06 +02:00 |
|
Rainer Kottenhoff
|
78cb80cce6
|
+ enh: Non Modal Customize Schemes... dialog
|
2018-03-11 19:35:22 +01:00 |
|
Rainer Kottenhoff
|
4c75f1cbdd
|
no message
|
2018-03-11 19:20:51 +01:00 |
|
Rainer Kottenhoff
|
2c80174304
|
rebase
|
2018-03-11 19:19:52 +01:00 |
|
Rainer Kottenhoff
|
95a5b2b65f
|
rebase
|
2018-03-11 19:18:52 +01:00 |
|
Rainer Kottenhoff
|
b3e60ef7da
|
rebase
|
2018-03-11 19:17:50 +01:00 |
|
Derick Payne
|
32c643fb87
|
Merge pull request #409 from RaiKoHoff/HotFix4Release_0311_II
Change Acc-Key to toggle transparency mode
|
2018-03-11 20:07:43 +02:00 |
|
Rainer Kottenhoff
|
26f7451dd8
|
+ chg: Accelerator-Key to toggle tranparency mode (Alt+0 => Alt+G) related to issue #408
|
2018-03-11 19:01:30 +01:00 |
|
Derick Payne
|
6a0430ebb4
|
Releasing Build 925
|
2018-03-11 15:22:53 +02:00 |
|
Rainer Kottenhoff
|
a396299fc5
|
rebase
|
2018-03-11 11:44:44 +01:00 |
|
Derick Payne
|
404947a0f6
|
Merge pull request #405 from RaiKoHoff/Bugfix4Release_0311
Hotfix4Release 0311
|
2018-03-11 11:57:35 +02:00 |
|
Rainer Kottenhoff
|
3e67e38fc2
|
+ chg: new compiler version
|
2018-03-11 09:25:33 +01:00 |
|
Rainer Kottenhoff
|
89f53815fc
|
+ fix: issue regarding hyperlink positioning of AboutBoy in case of non standard sytem font styling
|
2018-03-11 09:20:43 +01:00 |
|
Derick Payne
|
1554631084
|
Merge pull request #403 from RaiKoHoff/BugFixes4Release_0308
Version String Patching
|
2018-03-10 08:56:48 +02:00 |
|
Rainer Kottenhoff
|
95f5840b51
|
+ chg: version string VS2017 update 15.6.1
|
2018-03-09 23:46:06 +01:00 |
|
Rainer Kottenhoff
|
7ed3692fb7
|
+ chg: Customize Schemes : Bookmarks and Folding : items background color change from light green to dark grey (internal fallback/reset)
|
2018-03-09 23:43:47 +01:00 |
|
Rainer Kottenhoff
|
07d05e3288
|
+ fix: initialize (zero mem) for static Schemes backup store
|
2018-03-09 16:09:41 +01:00 |
|
Rainer Kottenhoff
|
99cb0ff89e
|
+ chg: Find/Replace & Custom. Schemes dialog: Acc-keys for dialog position persisting (save: Ctrl+S, reset: Ctrl+R)
+ add: Custom. Schemes dlg: add Acc-Key for Preview (Ctrl+P)
|
2018-03-09 11:32:58 +01:00 |
|