Commit Graph

333 Commits

Author SHA1 Message Date
Derick Payne
90c261012e fix: Create settings folder recursively if it doesn't exist
Changed CreateDirectoryW to SHCreateDirectoryExW in CreateIniFile() to
create all intermediate directories in the settings path. This fixes the
issue where Notepad3 cannot save settings if %APPDATA%\Rizonesoft\Notepad3
folder doesn't exist (e.g., when installed via Chocolatey under admin).

Fixes #5075
2026-01-20 22:43:29 +02:00
Pairi Daiza
02dfec5c38
+ chg: Rizonesoft Copyright © 2008-2025 to year "2008-2026" 2026-01-01 09:31:16 +01:00
Pairi Daiza
f8893c0b83
+ chg: Rizonesoft Copyright © 2008-2024 to year "2008-2025" 2025-01-01 09:31:47 +01:00
METANEOCORTEX\Kotti
aa093a765d +add: New settings option to enable/disable feature Multiple Selection 2024-05-30 23:01:39 +02:00
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
963c5f2ca7 fix mouse cursor flickering in case of "hide mouse while typing" 2024-05-20 13:01:50 +02: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
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
f26b3602bd +fix: Settings2:DrawAnimatedWindow - support system settings (value = 0 or undefined) 2024-02-24 15:09:33 +01:00
Pairi Daiza
9c09f044a6
+ chg: Rizonesoft Copyright © 2008-2023 to year "2008-2024" 2024-01-01 07:55:39 +01:00
METANEOCORTEX\Kotti
5b72f484f1 +fix: show ColorDef Dlg always full visible 2023-10-16 11:50:58 +02:00
rkotten
5d4d00fe40 +rfc: Some refactoring regarding string comparison 2023-09-26 11:35:37 +02:00
METANEOCORTEX\Kotti
57ca075f39 +add: opt. to disable animated max./min. window ([Settings2] DrawAnimatedWindow)] 2023-08-28 22:16:46 +02:00
METANEOCORTEX\Kotti
45034f90c4 +add: Dark-Mode Contrast control for Schemes configuration 2023-08-27 18:16:33 +02:00
METANEOCORTEX\Kotti
493faf5b92 +chg: add Reset Zoom toolbar button 2023-06-29 23:39:02 +02:00
METANEOCORTEX\Kotti
da07882fca +add: option on F/R dialog: incremental search ON/OFF 2023-05-12 22:12:34 +02:00
rkotten
9d7f8f8faa +enh: option: do not save blank new files 2023-05-04 18:11:00 +02:00
METANEOCORTEX\Kotti
525530919b +enh: some enhancements for Logfile Monitoring 2023-04-30 01:48:05 +02:00
rkotten
753b94b19f +chg: watch log-file (part I) 2023-04-28 17:27:37 +02:00
METANEOCORTEX\Kotti
628c22405a +chg: Keep Dark/Light Win Mode settings (if once set manually - else auto detect) 2023-04-27 16:10:03 +02:00
METANEOCORTEX\Kotti
35a1aad6a9 +add: option to show/hide titlebar 2023-04-27 11:21:35 +02:00
rkotten
8903122724 +fix: some more issues around "File Change Monitoring" 2023-03-30 18:19:48 +02:00
rkotten
dd2fd09c20 +fix: Integration and Notification of DirectoryObserver and FileChanged-Polling 2023-03-28 13:44:55 +02:00
rkotten
61dde9e16e +chg: migrate GetTickCount() -> QueryPerformanceCounter() 2023-03-27 20:12:58 +02:00
rkotten
a9deca0bc9 +chg: Default Print Colour Mode depending on Dark/Light Mode 2023-03-21 19:04:10 +01:00
rkotten
277eb02361 +add: split Verilog Lexer (Verilog and SystemVerilog) 2023-03-20 19:12:33 +01:00
rkotten
e5b524ed8c +fix: deprecated settings key-names handling ('FileChaeckInverval') 2023-03-20 17:08:05 +01:00
METANEOCORTEX\Kotti
76f7a8fa5a +fix: min. FileCheckInterval 500msec, else notify immediately 2023-03-16 18:20:30 +01:00
METANEOCORTEX\Kotti
d7b28774ac +chg: use relaxing default FileCheckInterval (2000[msec]) 2023-03-16 01:09:06 +01:00
METANEOCORTEX\Kotti
2eb023b099 +fix: reactivate FileChangeInterval (used on dir changed notification too)
+chg: refactoring: use background worker helper
2023-03-16 00:42:00 +01:00
METANEOCORTEX\Kotti
dc6ca9faad +enh: option to fill empty search text in F/R dialog 2023-03-14 20:31:28 +01:00
rkotten
8113301c2e +fix: backward compat. for .ini param 'FileCheckInverval' (typo) 2023-03-01 19:15:28 +01:00
rkotten
222c244556 Merge remote-tracking branch 'upstream/master' into Dev_Master 2023-03-01 18:50:17 +01:00
rkotten
f6c11989c1 +enh: generic font names $Code/$Text prepend by number referring to priority list position 2023-03-01 18:49:54 +01:00
Pairi Daiza
aa11e58a41
MUI - Correction typo: "FileCheckInverval=0" instead of "FileCheckInterval=0" 2023-03-01 16:46:10 +01:00
rkotten
e09756f0b9 +rfc: refactorings 2023-03-01 15:51:47 +01:00
METANEOCORTEX\Kotti
1795dee126 +enh: Make Code/Text font prio list configurable 2023-02-24 15:09:55 +01:00
METANEOCORTEX\Kotti
d391413064 +chg: Solution/Project tuning
+chg: Display of Unicode Point
2023-02-24 07:38:53 +01:00
Rainer Kottenhoff
a741b3ca92
Merge pull request #4514 from Matteo-Nigro/master
New Quotation Mark Auto-Close Functionality
2023-02-21 02:17:56 +01:00
METANEOCORTEX\Kotti
25edb0f28c +fix: WSL2 simple path and NP3 otions given with slash
+chg: AnalyzeConfidenceLevel at least 90%
2023-02-20 11:49:54 +01:00
Matteo-Nigro
f9a9798140 New Quotation Mark Auto-Close Functionality 2023-01-27 15:28:55 +01:00
METANEOCORTEX\Kotti
b93574d218 +fix: dependencies for version-file inclusion 2023-01-23 15:24:36 +01:00
Pairi Daiza
7480afcb23
MUI - Minor adjustments to fit at Display Scale 125% 2023-01-10 20:29:57 +01:00
Pairi Daiza
996e15b61c
+ Upd: Version files and Changes.txt 2023-01-06 09:15:55 +01:00
METANEOCORTEX\Kotti
ec5ed25b70 +chg: move DefaultWindowPosition to Window section (deprecated: Settings2 section)
(cherry picked from commit d5ae772ea5)
2023-01-03 19:28:27 +01:00
Pairi Daiza
86166b3feb
+ chg: Rizonesoft Copyright © 2008-2022 to year "2008-2023" 2023-01-01 20:39:21 +01:00
METANEOCORTEX\Kotti
4d1ca3712e +chg: fix and refactoring window positioning 2022-12-31 16:23:06 +01:00
METANEOCORTEX\Kotti
fadaa5c634 +fix: minor bugs related to new feature Change-History
+chg: Lexer Registry-Files: split string and GUID String coloring
2022-12-30 01:30:26 +01:00
METANEOCORTEX\Kotti
2ad0217304 +fix: (re)setting default window position in case of non std DPI resolution (issue: #4418) 2022-12-29 16:13:53 +01:00
METANEOCORTEX\Kotti
ad238178b4 +fix: Use alternate path, if Path_GetKnownFolder() failed 2022-12-27 08:50:28 +01:00