Commit Graph

1849 Commits

Author SHA1 Message Date
Rainer Kottenhoff
2fe99ca77b + fix: correct info for Printer Page-Setup Dlg 2018-09-06 13:05:26 +02:00
Rainer Kottenhoff
6852cf3155 + Change zoom level and print magnification to percent value.
+ enh: introduce .ini version settings for backward compat.
2018-09-06 13:02:08 +02:00
Rainer Kottenhoff
0c55ec6e2d
Merge pull request #646 from RaiKoHoff/Dev_0904
Reduced Line-Spacing for ANSI-Art (factory settings)
2018-09-05 10:09:13 +02:00
Rainer Kottenhoff
c84972cb56 Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into Dev_0904 2018-09-05 09:48:25 +02:00
Rainer Kottenhoff
246fabde4f + enh: C and C++ syntax highlighting updates (by LH_Mouse) 2018-09-05 09:47:56 +02:00
Rainer Kottenhoff
167387b170
Merge pull request #645 from lhmouse/master
C and C++ syntax highlighting updates.
Unknown reason for AppVeyor smoke-test failure - maybe timing problems caused by consecutive commits temporally too close.
2018-09-05 09:35:34 +02:00
Liu Hao
ae059e0723 src/Styles.c: Add __VA_OPT__ for C++2a.
Signed-off-by: Liu Hao <lh_mouse@126.com>
2018-09-05 00:04:41 +08:00
Liu Hao
462b6027cf src/Styles.c: Move C99 keywords into primary keyward category.
Signed-off-by: Liu Hao <lh_mouse@126.com>
2018-09-04 23:57:43 +08:00
Liu Hao
51d0a29aac src/Styles.c: Add more secondary keywords.
This adds a number of standard predefined macros for C and C++, as well
as the two identifiers with contextual special meanings (that is,
`override` and `final`).  The duplicated `inline` in the secondary
keyword list has been removed because it already exists as a primary
keyword.

Signed-off-by: Liu Hao <lh_mouse@126.com>
2018-09-04 23:57:43 +08:00
Rainer Kottenhoff
abd483469c + fix: adjust default (factory settings) Line Spacing for ANSI-Art (.nfo) 2018-09-04 12:36:39 +02:00
Rainer Kottenhoff
1b9c94c8c2 + upd: current Scintilla dev 2018-09-04 12:03:49 +02:00
Pairi Daiza
fc81935aa6
Merge pull request #644 from hpwamr/MUI_Lnggs
Translation new string for: "IDS_MUI_ZERO_LEN_MATCH"
2018-09-03 21:53:45 +02:00
Pairi Daiza
0b5945886a Translation new string for: "IDS_MUI_ZERO_LEN_MATCH" 2018-09-03 21:29:05 +02:00
Rainer Kottenhoff
8161fb25d6
Merge pull request #643 from RaiKoHoff/Dev_0903
Zero-Length CallTip on previous search missing
2018-09-03 16:52:03 +02:00
Rainer Kottenhoff
48e493be20 + fix: missing CallTip "^ Zero-Length Match" in case of previous search 2018-09-03 15:56:07 +02:00
Rainer Kottenhoff
729fd965cc
Merge pull request #642 from RaiKoHoff/Dev_0903
CallTip in case of "Zero-Length Match" (RegExpr)
2018-09-03 15:40:39 +02:00
Rainer Kottenhoff
842a889ab3 + enh: CallTip in case of possible "Zero-Length Match" on regular expression search 2018-09-03 15:13:59 +02:00
Rainer Kottenhoff
8013291640
Merge pull request #641 from RaiKoHoff/Dev_0901
Show Zoom-Level as CallTip
2018-09-03 11:41:34 +02:00
Rainer Kottenhoff
8fa1d8a955 + fix: monitor selection bug for new F11/Ctrl+F11 toggle 2018-09-03 11:15:01 +02:00
Rainer Kottenhoff
37052e1d0f + show zoom level as CallTip 2018-09-03 10:59:03 +02:00
Rainer Kottenhoff
885594179c + fix: select correct monitor for retrieving work area 2018-09-03 08:53:40 +02:00
Rainer Kottenhoff
55d8e72e33 Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into Dev_0901 2018-09-03 08:05:16 +02:00
Pairi Daiza
fcbc0d9a98
Merge pull request #640 from hpwamr/MUI_Lnggs
Initial translation from en-US to es_ES
2018-09-02 23:43:16 +02:00
Pairi Daiza
fe72a2d5c0 Initial translation from en-US to es_ES (starting part: 1) 2018-09-02 23:29:00 +02:00
Pairi Daiza
2a435d338f Minor changes and minor corrections 2018-09-02 23:25:57 +02:00
Rainer Kottenhoff
29d31a5ee9 + chg: Zoom level info 2018-09-02 23:08:31 +02:00
Pairi Daiza
5df9928a28
Merge pull request #639 from hpwamr/MUI_Lnggs
Translation of 2 new items for NP3 windows position
2018-09-01 19:07:59 +02:00
Pairi Daiza
9e98965a4d Translation of 2 new items for NP3 windows position 2018-09-01 18:53:34 +02:00
Rainer Kottenhoff
f2afbc732a
Merge pull request #638 from RaiKoHoff/Dev_0829
Notepad3 window positioning
2018-09-01 16:16:11 +02:00
Rainer Kottenhoff
6dccd0ddec + fix: default win pos handling 2018-09-01 11:35:28 +02:00
Rainer Kottenhoff
eb156b6570 + fix: Win Positions: Monitor/Sreen vs. Work Area placements 2018-09-01 10:59:22 +02:00
Rainer Kottenhoff
6df6e74bbc + fix: refactoring bugs 2018-09-01 03:20:27 +02:00
Rainer Kottenhoff
ca413dbcbd + fix: windows positioning (1st part) 2018-08-31 18:10:37 +02:00
Rainer Kottenhoff
33faa03a8d + fix: minor bug fixes and IME changes 2018-08-30 15:55:54 +02:00
Rainer Kottenhoff
8421c031e0 Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into Dev_0829 2018-08-30 07:37:25 +02:00
Pairi Daiza
1b9612397c
Merge pull request #637 from hpwamr/MUI_Lnggs
Last part of NL translation
2018-08-30 00:37:18 +02:00
Pairi Daiza
c5eb7aff9e Adjustments length of text in dialogs_nl_nl.rc (Last part)
- some correction of text or typo
2018-08-30 00:09:16 +02:00
Pairi Daiza
40c3f236bf Minor correction of a typo. 2018-08-30 00:04:10 +02:00
Rainer Kottenhoff
e8f1d59599 + fix: consider zoom level for margins 2018-08-29 17:03:41 +02:00
Rainer Kottenhoff
0ce3ad8d80 + add: increased build env version
+ refactoring: C++ code cleanup for MiniPath DropSource
2018-08-29 08:56:59 +02:00
Rainer Kottenhoff
62b58dd525
Merge pull request #636 from RaiKoHoff/Dev_0828
Some Refactorings
2018-08-28 16:19:33 +02:00
Rainer Kottenhoff
5534584802 + fix: UTF-16 BOM detection (little endianess (LE) vs. big endianess (BE) arch) 2018-08-28 15:39:40 +02:00
Rainer Kottenhoff
a870e25f8b Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into Dev_0828 2018-08-28 14:38:13 +02:00
Rainer Kottenhoff
81b83eec34 + code cleanup: Suggestions from Visual Studio's Code Analysis Mode 2018-08-28 14:37:40 +02:00
Rainer Kottenhoff
d26a071e3a + chg: Using zufuliu's implementation of COM interface using C++ inheritance instead of vtbl in C 2018-08-28 14:35:49 +02:00
Rainer Kottenhoff
2c20a9d809
Merge pull request #634 from lhmouse/master
src/Styles.c: Make C lexer recognize `uintmax_t` and `__int16`.
2018-08-28 10:44:34 +02:00
Liu Hao
7e155f220d src/Styles.c: Make C lexer recognize uintmax_t and __int16.
In C, consecutive string literals are concatenated with no spaces
between them. Hence, before this commit, the token string contained
`uintmax_t__int16` which was apparently a typo.

Signed-off-by: Liu Hao <lh_mouse@126.com>
2018-08-28 16:15:53 +08:00
Rainer Kottenhoff
9f477c26a3 Merge remote-tracking branch 'Notepad3_upstream_Rizone/master' into Dev_0825 2018-08-28 07:39:47 +02:00
Pairi Daiza
68414554e9
Merge pull request #633 from hpwamr/MUI_Lnggs
Adjustments length of text in dialogs_nl_nl.rc  (Part 1)
2018-08-28 00:19:50 +02:00
Pairi Daiza
c41cc2aef7 Adjustments length of text in dialogs_nl_nl.rc (Part 1)
- <some correction of text or typo
2018-08-27 23:54:01 +02:00