Commit Graph

6718 Commits

Author SHA1 Message Date
Rainer Kottenhoff
ba9b433cfc + chg: language en-UK renamed to en-GB (correct language code) 2018-06-20 00:54:41 +02:00
Rainer Kottenhoff
c567ab7e10 + add: print option "Screen Colors" prints with the same colors used on screen including line numbers 2018-06-19 14:22:01 +02:00
Rainer Kottenhoff
ce39cd3f95 + add: VS 2017 version update (v.15.7.4) 2018-06-19 10:36:30 +02:00
Rainer Kottenhoff
3e05105e3c + add: enable ([Settings2] EnableBidirectionalSupport=1) experimental and incomplete support for Scintilla's bidirectional language combination
- need to switch DirectWriteTechnology ON
2018-06-15 15:32:59 +02:00
Rainer Kottenhoff
2b650b7176 + upd: merge Scintilla's preparations for upcoming release v.4.1.0 2018-06-15 14:45:14 +02:00
Rainer Kottenhoff
4ffc32b036 + fix: support Scintilla's new indicator box styles ("INDIC_GRADIENT" and "INDIC_CRADIENTCENTRE") 2018-06-15 11:13:35 +02:00
Rainer Kottenhoff
94e61cff6c + upd: merge Scintilla current (2018-06-15) development branch 2018-06-15 09:17:24 +02:00
Rainer Kottenhoff
84b19cc974
Merge pull request #524 from rizonesoft/MultiLingualSupport
Multi Lingual Support
2018-06-15 08:23:51 +02:00
Rainer Kottenhoff
d75fe1e6bc
Merge pull request #523 from RaiKoHoff/DevMultiLingual
MUI Support code cleanup
2018-06-15 08:16:51 +02:00
Rainer Kottenhoff
2eb6bad84c + chg: code clean-up 2018-06-14 16:57:14 +02:00
Rainer Kottenhoff
cb6b7f1d8f
Merge pull request #522 from RaiKoHoff/DevMultiLingual
Dev MultiLingual (minor fixes)
2018-06-13 09:43:38 +02:00
Rainer Kottenhoff
1a53b8dc18 + fix: sorting lines: merge empty (zero-length) lines
+ fix: remember incremental search string (if any match) on closing find-repl. dialog
2018-06-13 09:35:08 +02:00
Rainer Kottenhoff
f32bbf66e4
Merge pull request #520 from RaiKoHoff/DevMultiLingual
Dev MultiLingual
2018-06-13 00:54:51 +02:00
Rainer Kottenhoff
1ec62d9824 + chg: License text of AboutBox info now MUI aware 2018-06-13 00:46:48 +02:00
Rainer Kottenhoff
17c57737a9
Merge pull request #519 from RaiKoHoff/DevMultiLingual
Dev MultiLingual (merge master changes)
2018-06-12 09:15:58 +02:00
Rainer Kottenhoff
51c8de7846 Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into DevMultiLingual 2018-06-12 09:12:20 +02:00
Derick Payne
eac671cf50
Merge pull request #511 from RaiKoHoff/Dev_0601
Changing behavior of removing duplicate lines (ignore EOL/EOF chars)
2018-06-12 08:34:45 +02:00
Rainer Kottenhoff
3702056cfc
Merge pull request #518 from RaiKoHoff/DevMultiLingual
Fix: Sorting Lines
2018-06-12 07:51:58 +02:00
Rainer Kottenhoff
fc5cce8eac + fix: sorting lines: distinguish between empty and white-space-only lines
+ chg: sorting lines: move empty lines to end of selection (always, if not removed)
2018-06-11 11:09:08 +02:00
Rainer Kottenhoff
6bec3e1f23
Merge pull request #517 from RaiKoHoff/DevMultiLingual
Empty line handling of line-sorting algorithm
2018-06-08 19:31:35 +02:00
Rainer Kottenhoff
cb6f53ff7f + fix: small restore selection bug after sorting selected lines 2018-06-08 14:22:27 +02:00
Rainer Kottenhoff
a648e6c3de + fix: last line handling of line-sorting algorithm
+ add: handle zero-length lines in line-sorting algorithm too
2018-06-08 12:48:14 +02:00
Rainer Kottenhoff
7cc1ac9345
Merge pull request #515 from RaiKoHoff/DevMultiLingual
MUI aware strings for Schemes and Styles
2018-06-07 16:32:41 +02:00
Rainer Kottenhoff
259a413bab + add: MUI aware strings for Schemes and Styles 2018-06-07 16:22:00 +02:00
Rainer Kottenhoff
5c42941466
Merge pull request #514 from RaiKoHoff/DevMultiLingual
Changed directory structure for language support
2018-06-07 09:35:51 +02:00
Rainer Kottenhoff
869356138a + chg: move language related dlls to lng sub-dir 2018-06-07 08:36:32 +02:00
Rainer Kottenhoff
dc1dccad8c Merge branch 'DevMultiLingual' of https://github.com/RaiKoHoff/Notepad3 into DevMultiLingual 2018-06-07 07:27:45 +02:00
Rainer Kottenhoff
6c74ed46bf + upd: merge version uthash 2018-06-07 07:26:52 +02:00
Rainer Kottenhoff
21acc496c6 + fix: handle empty lines at file end on removing duplicate lines 2018-06-07 00:16:56 +02:00
Rainer Kottenhoff
fc54f62b0f
Merge pull request #513 from RaiKoHoff/DevMultiLingual
German Strings and Bugfixes
2018-06-06 16:36:48 +02:00
Rainer Kottenhoff
0fe58248af + fix: wrong language interface lib build in release mode 2018-06-06 16:34:55 +02:00
Rainer Kottenhoff
84556c404c + add: last chunk of German string translations (dialogs) 2018-06-06 15:18:52 +02:00
Rainer Kottenhoff
00c25a6c96 Merge branch 'Dev_0601' into DevMultiLingual
# Conflicts:
#	src/Notepad3.rc
2018-06-06 15:10:17 +02:00
Rainer Kottenhoff
b2e658f5cc + add: first German strings for dialogs 2018-06-06 00:57:56 +02:00
Rainer Kottenhoff
4c0429964a + fix: merge conflict 2018-06-05 20:25:46 +02:00
Rainer Kottenhoff
b5f84eaf7b Merge branch 'Dev_0601' into DevMultiLingual
# Conflicts:
#	src/Notepad3.rc
2018-06-05 20:24:19 +02:00
Rainer Kottenhoff
65d67c8bfd + add: Rust syntax coloring scheme entry 2018-06-05 11:32:44 +02:00
Rainer Kottenhoff
54947bbe5b + add: support for "Rust" source code syntax highlighting 2018-06-05 11:13:35 +02:00
Rainer Kottenhoff
ed1f8eb9db + add: Accelerator-Key for "Accelerated Word Navigation" => Ctrl+Alt+A for all languages (menu resources) 2018-06-04 17:02:19 +02:00
Rainer Kottenhoff
5b5f6c5ba5 + fix: center command line help dialogbox
+ add: Accelerator-Key for "Accelerated Word Navigation" => Ctrl+Alt+A
2018-06-04 11:27:52 +02:00
Rainer Kottenhoff
2fbec18f6d
Merge pull request #510 from RaiKoHoff/DevMultiLingual
Support for Dutch (Nederland, nl-NL)
2018-06-04 10:11:49 +02:00
Rainer Kottenhoff
c7e24d63a5 + fix: counter for increasing available language support 2018-06-04 10:09:41 +02:00
Rainer Kottenhoff
4df270eb44 + add: support for Dutch (Nederland, nl-NL, 0x413, 1043) 2018-06-04 09:52:15 +02:00
Rainer Kottenhoff
cecb43f8c1 + fix: center commandline help dialogbox 2018-06-03 17:34:24 +02:00
Rainer Kottenhoff
1b4f92cd45 + add: German strings for dialogs (content) and etc. 2018-06-03 17:24:47 +02:00
Rainer Kottenhoff
6589983920 + add: some more German strings for Notepad3 2018-06-02 13:47:47 +02:00
Rainer Kottenhoff
c740eaf570 + fix: reliable GetLngString method
+ add: German text for menu
2018-06-02 13:21:14 +02:00
Rainer Kottenhoff
79496f3317 Merge branch 'Dev_0601' into DevMultiLingual 2018-06-01 18:34:53 +02:00
Rainer Kottenhoff
93c0ebfc93 + fix: calc correct line length to delete on removing duplicate lines 2018-06-01 18:07:29 +02:00
Rainer Kottenhoff
734cf3c2eb + fix: ignore linebrakes for comparision on removing duplicate lines 2018-06-01 17:58:58 +02:00