Commit Graph

2687 Commits

Author SHA1 Message Date
Rainer Kottenhoff
a3f887af0a + fix: Toggle comment on empty selection at insertion point: keep position of selection end 2021-02-22 19:48:47 +01:00
Rainer Kottenhoff
0bf970d2e5 + chg: Toggle Line-Comments: handling of selection start movement 2021-02-22 07:39:24 +01:00
Rainer Kottenhoff
989e39cdff + rfc: minor refactorings 2021-02-21 12:15:41 +01:00
Pairi Daiza
7519829be5 + Upd: Version files and Changes.txt 2021-02-20 23:18:30 +01:00
Pairi Daiza
b84b6bec5b
Merge pull request #3126 from RaiKoHoff/Dev_Release
Toggle Comment: proper selection handling
2021-02-20 23:08:34 +01:00
Rainer Kottenhoff
5110b05f0d + fix: Toggle Comment: proper selection handling 2021-02-20 22:40:22 +01:00
Pairi Daiza
3186b176d0 + Upd: Version files and Changes.txt 2021-02-19 21:57:46 +01:00
Rainer Kottenhoff
188bc8a1c8 + fix: do not move selection on search pattern change if in Replace-Dlg (move selection to next match in Find-Dlg only) 2021-02-19 19:05:02 +01:00
Rainer Kottenhoff
5ab94205a3 + chg: Menu (en-US) move line/stream comment items to Edit->Selection top
+ fix: JSON Lexer has comments enabled now
+ chg: Simple Line Comment Toggle handles each line seperately (with Line Edit after toggle will still set mode of 1st line = former behavior)
2021-02-19 14:51:31 +01:00
Rainer Kottenhoff
8b67e880a6 + fix: F/R-Dialog - allow multi-line clipboard paste to Replace String combobox too 2021-02-19 12:30:04 +01:00
Pairi Daiza
3bcf8d6bc0 + Upd: Version files and Changes.txt 2021-02-18 18:05:16 +01:00
Rainer Kottenhoff
ef6e942898
Merge pull request #3117 from RaiKoHoff/Dev_Release
F/R: fixes some issues around RegEx zero-length match/findings
2021-02-18 15:37:21 +01:00
Rainer Kottenhoff
bfbf8e7920 + fix: F/R: fixes some issues around RegEx zero-length match/findings 2021-02-18 15:20:40 +01:00
Pairi Daiza
5ef7b59945 + Upd: Version files and Changes.txt 2021-02-18 07:23:22 +01:00
Pairi Daiza
14a5f8aa98 Merge remote-tracking branch 'rizonesoft/master' 2021-02-18 00:26:09 +01:00
Rainer Kottenhoff
387f28e8b2 + fix: F/R dialog don't change selection by typing search pattern 2021-02-17 22:48:53 +01:00
Rainer Kottenhoff
21e2722fc1 + fix: ReplaceAll. avoid busy loop (infinity) while replacing zero-length-match (RegExpr) 2021-02-17 22:09:17 +01:00
Pairi Daiza
03184898b7 + Upd: Version files and Changes.txt 2021-02-17 22:05:24 +01:00
Rainer Kottenhoff
3c558804f4 + fix: F/R show wrap-around tooltip only if message boxes are hidden 2021-02-17 20:40:48 +01:00
Rainer Kottenhoff
7895f3c5ff + chg: Find/Repl dialog - refactoring and minor fixes 2021-02-17 15:10:30 +01:00
Pairi Daiza
15be3c8344 + Upd: Version files and Changes.txt 2021-02-15 19:28:41 +01:00
Rainer Kottenhoff
8bc8cd14ec + rev: revert case sensitive keyword lists for Lexers
+ enh: line continuation for JSON5 strings (std. line breaks only - no Unicode LineSep or ParaSep)
+ enh: JASON5 +Infinity, -Infinity keywords
2021-02-14 20:41:28 +01:00
Pairi Daiza
1a07d4246a + Upd: Version files and Changes.txt 2021-02-13 14:35:00 +01:00
Pairi Daiza
4206f5c107 + Upd: Version files and Changes.txt 2021-02-12 15:23:01 +01:00
Rainer Kottenhoff
425be60383 Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_Release 2021-02-12 13:07:03 +01:00
Rainer Kottenhoff
dbaad543cf + fix: Context-Menu Handling in Release Mode
(caused by Compiler switch /GT (whole program optimization) for Scintilla-Lib only ???)
+ fix: reactivate Scintilla's context menu popup switches (text area)
+ fix: burndown some VS Analyze Mode  Infos/Warnings
2021-02-12 13:06:51 +01:00
Pairi Daiza
5172a1101c + Upd: Version files and Changes.txt 2021-02-11 17:27:59 +01:00
Rainer Kottenhoff
922f75d8d1 + chg: Statusbar: show Selection Info: switch to byte counting instead of char counting for huge files (selection drawing performance issue) 2021-02-11 14:28:08 +01:00
Rainer Kottenhoff
28bbb26b30 + fix: burndown some VS Analyze Mode Infos/Warnings 2021-02-11 13:08:37 +01:00
Pairi Daiza
910165388e + upd: MS VS 2019 version update (v16.8.5) 2021-02-10 11:34:23 +01:00
Pairi Daiza
63fa5bdb2f Preparation Version files for Release_Canditate_5.21.207.1 2021-02-07 16:00:47 +01:00
Pairi Daiza
95d69cb5ea + Upd: Version files and Changes.txt 2021-02-05 18:19:35 +01:00
Pairi Daiza
c96ca15bea + Upd: Version files and Changes.txt 2021-02-05 14:01:00 +01:00
Rainer Kottenhoff
b9b93e81be + fix: Wildcard search: unintentional wrap around 2021-02-05 12:37:45 +01:00
Rainer Kottenhoff
7a73dfcdd2 + rev: revert minor insert date/time format changes 2021-02-05 08:45:15 +01:00
Rainer Kottenhoff
8318e6fe02 + chg: use user locale for date/time insert format, can be menu switched to preferred UI language
+ chg: insert date before time & tab separated
2021-02-04 22:36:19 +01:00
Pairi Daiza
80c095a675 + Upd: Version files and Changes.txt 2021-01-25 19:05:12 +01:00
Pairi Daiza
49a7910689 + Upd: Version files and Changes.txt 2021-01-24 16:37:38 +01:00
Rainer Kottenhoff
1cb6e0704a + enh: Tinyexpr evaluation of math constants "e" and "pi" not being separated from prepending text 2021-01-24 13:57:57 +01:00
Rainer Kottenhoff
f8168c0497 + fix: InfoBox message icon DPI scaling 2021-01-24 12:03:48 +01:00
Pairi Daiza
ac67690d6a + Upd: Version files and Changes.txt 2021-01-22 00:28:23 +01:00
Rainer Kottenhoff
27eb474b85 + fix: Tinyexpr functions and constants parsing (fixing issue #3054) 2021-01-21 23:00:51 +01:00
Pairi Daiza
9b221f1f15 + Upd: Version files and Changes.txt 2021-01-17 20:44:23 +01:00
Rainer Kottenhoff
71eac98b8f
Merge pull request #3049 from RaiKoHoff/Dev_Lexilla
Show search wrap-around tooltip (issue #3038)
2021-01-17 13:18:15 +01:00
Rainer Kottenhoff
8f806fd53d + add: Show search wrap-around tooltip (issue #3038)
(switch off by "[Settings2] WrapAroundTooltipTimeout=0"
2021-01-17 13:07:41 +01:00
Pairi Daiza
17a4d3e237 + Upd: Version files and Changes.txt 2021-01-16 16:00:24 +01:00
Rainer Kottenhoff
70484e2ed2 + fix: buffer overrun while initializing structures 2021-01-16 13:49:36 +01:00
Rainer Kottenhoff
2c7f607198 +fix: Try to fix Font Dialog (Size handling) problems (issue #3012) 2021-01-16 13:13:41 +01:00
Rainer Kottenhoff
5c50aebe73 + chg: extent static find / repl / mark occurance pattern buffer to 4095 characters. 2021-01-16 10:21:08 +01:00
Pairi Daiza
baf3fbbde3 + upd: MS VS 2019 version update (v16.8.4) 2021-01-14 15:36:34 +01:00