Commit Graph

3863 Commits

Author SHA1 Message Date
METANEOCORTEX\Kotti
c16ca28dc9 +rm: remove "DrawAnimatedWindow" settings feature and rely on system window animation configuration 2024-05-28 01:40:55 +02:00
METANEOCORTEX\Kotti
efd40a295c +fix: some missing Path_Sanitize() calls 2024-05-27 19:57:49 +02:00
METANEOCORTEX\Kotti
2b99b48fc9 +fix: finding np3 instance holding same file-path (only one instance) 2024-05-27 18:27:57 +02:00
METANEOCORTEX\Kotti
204d0d19dd +fix: minor issues related to "autoload recent file" feature 2024-05-26 13:36:02 +02:00
METANEOCORTEX\Kotti
1c09290e64 +fix: scroll current line into view in case of word-wrap toggle 2024-05-25 18:12:19 +02:00
METANEOCORTEX\Kotti
1d5aa0863b fix "center dialog in parent" - hopefully that fixes issue #(https://github.com/rizonesoft/Notepad3/issues/4945) too 2024-05-25 16:32:13 +02:00
Pairi Daiza
89f13bcc4d
+upd: version info for MS VS2022 (v17.10.0) update 2024-05-22 17:46:17 +02:00
rkotten
fe1bfc6632 +fix: accept file args with leading dash (needs quotes in any dash case) 2024-05-21 13:07:45 +02:00
rkotten
6835a69555 no need to save current file (doc changed) for open new (empty) np3 window 2024-05-21 11:40:34 +02:00
rkotten
0578281ee5 + chg: Ctrl+S does not forced saving doc any longer - only saves file, if save needed (doc changed) 2024-05-21 10:07:41 +02:00
METANEOCORTEX\Kotti
963c5f2ca7 fix mouse cursor flickering in case of "hide mouse while typing" 2024-05-20 13:01:50 +02:00
Pairi Daiza
e9613dd5dc
+upd: version info for MS VS2022 (v17.9.7) update 2024-05-14 19:47:08 +02:00
Pairi Daiza
b61292b462
+upd: version info for MS VS2022 (v17.9.6) update 2024-04-09 19:31:42 +02:00
Pairi Daiza
b3b037910a
+upd: version info for MS VS2022 (v17.9.5) update 2024-03-30 21:40:32 +01:00
Pairi Daiza
f776099f71
MUI - Add all preparation files for Finnish (fi-FI) localization 2024-03-12 20:46:15 +01:00
Pairi Daiza
e2bfd5b16b
+upd: version info for MS VS2022 (v17.9.3) update 2024-03-12 18:36:51 +01:00
METANEOCORTEX\Kotti
9de70147e9 +upd: Scintilla Lib v5.4.2 2024-03-07 18:14:03 +01:00
METANEOCORTEX\Kotti
f3e76cdcb6 +add: option to choose between sub-line and whole-line selection on line-number margin click 2024-03-07 11:46:21 +01:00
METANEOCORTEX\Kotti
beeca28ccd +chg: line number margin option: switched from sub-line selection to whole-line selection 2024-03-07 11:19:52 +01:00
METANEOCORTEX\Kotti
53ededdc78 +fix: Tinyexpr: integer values always shown in abs() format 2024-03-07 03:42:00 +01:00
METANEOCORTEX\Kotti
5a68791ee2 [internal] change mem copy method 2024-03-06 16:00:45 +01:00
METANEOCORTEX\Kotti
1b0a170432 +fix: remove duplicate lines 2024-03-06 15:55:30 +01:00
METANEOCORTEX\Kotti
0002d6a596 +fix: regression: RegEx: find line start (^) previuos - skips empty lines 2024-03-02 19:18:54 +01:00
METANEOCORTEX\Kotti
4c2cdac0c4 +fix: regression: initial show NP3 window minimized 2024-03-02 16:10:37 +01:00
METANEOCORTEX\Kotti
431a22d1ff +fix: regression: tab selected if pressed on empty line 2024-03-02 15:27:16 +01:00
METANEOCORTEX\Kotti
54a7cfc1e1 +fix: missing toolbar if started minimized 2024-03-02 15:16:15 +01:00
METANEOCORTEX\Kotti
90ce681ad7 +chg: DrawAnimatedWindow: only toggle between system settings and suppress-animation if used in system settings (avoids global system settings activation) 2024-03-01 01:43:02 +01:00
METANEOCORTEX\Kotti
188cbf6a70 +chg: limit width of left dead margin text area to max base font width (char width) 2024-02-28 19:38:07 +01:00
Pairi Daiza
6b213d999b
Merge pull request #5126 from hpwamr/Mui_Beta
+upd: version info for MS VS2022 (v17.9.2) update
2024-02-28 16:50:52 +01:00
rkotten
4d17a55268 +fix: preserve caret position after re-encoding 2024-02-28 16:08:41 +01:00
Pairi Daiza
3eb2360864
+upd: version info for MS VS2022 (v17.9.2) update 2024-02-28 16:06:22 +01:00
METANEOCORTEX\Kotti
79109a77e4 +chg: try to preserve caret position and visible line positions after recoding 2024-02-28 11:30:13 +01:00
METANEOCORTEX\Kotti
eabdaef50e +chg: try to preserve caret position after recoding 2024-02-28 11:11:12 +01:00
METANEOCORTEX\Kotti
d98b8d0fea +mrg: Merging Zufuliu's custom Lexers for Kotlin and Dart 2024-02-28 08:11:13 +01:00
METANEOCORTEX\Kotti
a090985307 +fix: need PostMessage(WM_THEMECHANGED) event after recoding document 2024-02-27 00:04:55 +01:00
METANEOCORTEX\Kotti
fb0605f655 +chg: reusing size: definition of "Indentation Guide" scheme settings for text area offset to margin area 2024-02-26 19:38:09 +01:00
METANEOCORTEX\Kotti
16208cb2e2 +chg: Ini-Filereader: allow long suffix comments for numeric values 2024-02-26 09:10:27 +01:00
METANEOCORTEX\Kotti
7b35d58af3 +chg: Config-File: allow space or comment char after integer and float values - other (ivalid) suffixes will yield default value 2024-02-25 23:05:45 +01:00
METANEOCORTEX\Kotti
ebf4b742af +chg: Indentation in case of complete line selected - now behaves the same as line selected including line-breaks 2024-02-25 10:49:48 +01:00
METANEOCORTEX\Kotti
f26b3602bd +fix: Settings2:DrawAnimatedWindow - support system settings (value = 0 or undefined) 2024-02-24 15:09:33 +01:00
METANEOCORTEX\Kotti
6aceba202a +fix: Correction for settings2 DrawAnimatedWindow 2024-02-24 13:22:04 +01:00
METANEOCORTEX\Kotti
d7efbaf0d9 +chg: explicit update toolbar and titlebar on drag n drop file
+upd: version info for MS VS2019 (v16.11.34) update
2024-02-24 10:50:54 +01:00
Pairi Daiza
983ee77726
+upd: version info for MS VS2022 (v17.9.1) update 2024-02-22 19:02:33 +01:00
Pairi Daiza
d6165ed313
+upd: version info for MS VS2022 (v17.9.0) update 2024-02-14 00:10:33 +01:00
Pairi Daiza
880d221c87
+upd: version info for MS VS2022 (v17.8.6) update 2024-01-31 16:39:17 +01:00
Pairi Daiza
691c900974
+upd: version info for MS VS2022 (v17.8.5) update 2024-01-17 20:20:59 +01:00
METANEOCORTEX\Kotti
debdba1f64 +fix: Ctrl+Up/Down should keep selection 2024-01-10 22:42:39 +01:00
METANEOCORTEX\Kotti
868683ed5f +upd: Lexilla v5.3.0 and Scintilla v5.4.1
+add: allow selected lines movement for rectangular selection also
2024-01-10 17:06:08 +01:00
METANEOCORTEX\Kotti
ea4f7fade0 +upd: Windows 11 Version information (V23H2) 2024-01-10 13:49:15 +01:00
Pairi Daiza
6b968a7da6
+upd: version info for MS VS2022 (v17.8.4) update 2024-01-10 10:53:04 +01:00