Commit Graph

2875 Commits

Author SHA1 Message Date
Pairi Daiza
335498a859
+ Upd: Version files and Changes.txt 2021-04-22 16:01:55 +02:00
Rainer Kottenhoff
2865d56eac + add: support Scintilla's new feature: indicator stroke width
+ rfc: style string handling
+ cln: code cleanup for Font and Style Selection
2021-04-22 14:07:29 +02:00
Rainer Kottenhoff
b1e48139b8 + cln: code cleanup for Font and Style Selection 2021-04-21 21:51:09 +02:00
Pairi Daiza
03ad5aed59
+ Upd: Version files and Changes.txt 2021-04-21 10:14:02 +02:00
Rainer Kottenhoff
ba48fa5a0f
Merge pull request #3367 from RaiKoHoff/Dev_RC1
Fix rendering of "Relaunch Elevated" menu icon
2021-04-21 09:38:10 +02:00
Rainer Kottenhoff
2a2d948103 + fix: correcting regression for icon scaling 2021-04-21 08:53:36 +02:00
Rainer Kottenhoff
b50e1fcbfc + fix: rendering of "Relaunch Elevated" menu icon 2021-04-21 08:49:34 +02:00
Rainer Kottenhoff
70dca8d65f
Merge pull request #3366 from RaiKoHoff/Dev_RC1
Fix regression on schema color definition
2021-04-21 08:48:39 +02:00
Rainer Kottenhoff
4288193460 +fix: regression on schema color definition 2021-04-21 08:27:19 +02:00
Pairi Daiza
9154870b2b
Merge pull request #3362 from hpwamr/mui
+ Upd: Version files and Changes.txt
2021-04-21 00:47:05 +02:00
Rainer Kottenhoff
f701439af6 + chg: new: prefer Cascadia Code font over Consolas for default if installed (ligatures)
+ fix: another bug retrieving Font SIze for Common Default vs. Lexer Specific
2021-04-20 23:14:20 +02:00
Pairi Daiza
24717b620c
+ Upd: Version files and Changes.txt 2021-04-20 23:05:28 +02:00
Rainer Kottenhoff
843cb8703a + fix: bug retrieving Font SIze for Common Default vs. Lexer Specific 2021-04-20 22:02:16 +02:00
Rainer Kottenhoff
64ae440fa3 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_RC1 2021-04-20 21:52:07 +02:00
Rainer Kottenhoff
da00a2abc0 + chg: Custom Font Selection Dialog
+ fix: Font Name handling retrieved from Commo-Default vs. Lexer-Specific
2021-04-20 21:31:07 +02:00
Pairi Daiza
7e5b393bd8
+ Upd: Version files and Changes.txt 2021-04-20 18:02:04 +02:00
Pairi Daiza
285a9d1eae
Merge pull request #3355 from RaiKoHoff/Dev_RC1
Copy multi-selection to clipboard:  separate each match by line-break
2021-04-20 10:38:47 +02:00
Rainer Kottenhoff
46a798deec + fix: copy multi-selection to clipboard: separate each match by line-break 2021-04-20 10:14:37 +02:00
Rainer Kottenhoff
a5dd9070c7 + add: more intermediate font weight constants added
+ del: remove useless font stretch handling
2021-04-20 09:39:14 +02:00
Pairi Daiza
d289bcdd5b
+ Upd: Version files and Changes.txt 2021-04-19 23:14:53 +02:00
Pairi Daiza
cfc1fbfea3
Merge pull request #3351 from RaiKoHoff/Dev_RC1
Add font weights retina(450), semi-light(350) and extra-black(950)
2021-04-19 22:58:08 +02:00
Rainer Kottenhoff
eb633d8c45 +add: add font weights retina(450), semi-light(350) and extra-black(950) 2021-04-19 21:21:18 +02:00
Pairi Daiza
09c1e0e48f
+ Upd: Version files and Changes.txt 2021-04-19 18:18:40 +02:00
Rainer Kottenhoff
331d68aac9 + chg: removing the font-style string for font selection (based only on size and weight) as recommended to remove dependency on UI language 2021-04-19 14:42:22 +02:00
Rainer Kottenhoff
93ff330060 + add: Line Comment Add/Remove commands, additonal to existing Toggle
+ chg: Line Comment BockEdit shortcut changed (Ctl+Alt+Q  =>  Alt+Shift+Q)
+ chg: Line Comment has separate popup menu (Edit -> Selection)
2021-04-19 12:59:42 +02:00
Pairi Daiza
3be49ff343
+ Upd: Version files and Changes.txt 2021-04-19 10:48:58 +02:00
Rainer Kottenhoff
8cef1b12c7 + fix: apply provided Scintilla patch (94e7fffd26/) to fix issue #3337. 2021-04-19 09:39:44 +02:00
Rainer Kottenhoff
db016edcff + fix: stream comment for .AU3 files
+ rfc: move some Lexer related functions to other module
2021-04-18 17:37:56 +02:00
Pairi Daiza
2b33ffe303
MUI - Translation of NP3 resource files in Greek (el-GR) (Partial_3) 2021-04-17 09:59:41 +02:00
Rainer Kottenhoff
29e791b8e1
Merge pull request #3341 from RaiKoHoff/Dev_RC1
Rremove short-note from wrap around match tooltip
2021-04-17 00:30:54 +02:00
Rainer Kottenhoff
0db84492a8 + chg: remove short-note from wrap around match tooltip (II) 2021-04-17 00:17:18 +02:00
Rainer Kottenhoff
363639edde + chg: remove short-note from wrap around match tooltip 2021-04-16 23:59:57 +02:00
Pairi Daiza
d2c044886b
+ Upd: Version files and Changes.txt 2021-04-16 23:26:49 +02:00
Rainer Kottenhoff
6487ae3312 + wrk: workaround Scintilla text-rendering bug, if line-number margin width set to 0 (so use 1 instead) 2021-04-16 22:46:55 +02:00
Pairi Daiza
0fa096c348
+ Upd: Version files and Changes.txt 2021-04-16 12:59:45 +02:00
Rainer Kottenhoff
06650d9d12
Merge pull request #3333 from RaiKoHoff/Dev_RC1
Minor bug fixes
2021-04-16 10:13:54 +02:00
Pairi Daiza
c42ffb622b
MUI - Correction of some filenames in ".lang" files 2021-04-16 09:53:34 +02:00
Rainer Kottenhoff
b669976380 + enh: save bookmarks in file history in case of "Save as..." 2021-04-16 09:42:08 +02:00
Rainer Kottenhoff
90c25da9b1 + fix: Save Schema config in case of inifile from scratch 2021-04-16 09:31:44 +02:00
Rainer Kottenhoff
a9425f3732 + chg: minimize usage of deprecated LCID / LANGID for MiniPath
+ rfc: code cleanup
2021-04-15 22:34:19 +02:00
Pairi Daiza
3e62f5f8dd
+ Upd: Version files and Changes.txt 2021-04-15 19:20:47 +02:00
Rainer Kottenhoff
9f15566423 + fix: small correction to Line Cut feature (thin selection) 2021-04-15 17:38:59 +02:00
Rainer Kottenhoff
711aa4a14f + add: cut lines for rectangular and multi selection 2021-04-15 16:02:57 +02:00
Rainer Kottenhoff
9ab6706ed8 + rfc: minor code cleanup 2021-04-15 02:01:07 +02:00
Pairi Daiza
704ccd393a
+ Upd: Version files and Changes.txt 2021-04-14 22:41:55 +02:00
Rainer Kottenhoff
d7cd7af67d + fix: debug build 2021-04-14 21:41:33 +02:00
Rainer Kottenhoff
a17877b43a + fix: build failure, unused var def (repair AppVeyor build failure) 2021-04-14 21:33:33 +02:00
Rainer Kottenhoff
5edcfd6753 + rfc: minimize usage of deprecated LCID/LANGID 2021-04-14 21:08:11 +02:00
Rainer Kottenhoff
a67bd84a3d + fix: compiling mono-language compiler switch version 2021-04-14 18:04:14 +02:00
Rainer Kottenhoff
0c61206dd0 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_Sci501 2021-04-14 17:56:29 +02:00