mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+Fix: Key "Favorites=(path)" not added in "Setup" version
This commit is contained in:
parent
1e914bef4d
commit
829bb67705
@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current ALPHA Version 5.21.1021.(build_#) (2021-10-21)
|
||||
Current ALPHA Version 5.23.1021.(build_#) (2021-10-23)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -70,6 +70,7 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[1023.1]- Key "Favorites=(path)" not added in "Setup" version.
|
||||
[1021.1]- "grepWinNP3" not intended switching "AllSize" settings (GRE).
|
||||
[1021.1]- Don't save default values for Caret and Whitespace.
|
||||
[1015.2]- Path_StripPath().
|
||||
|
||||
@ -252,6 +252,7 @@ Name: "{#quick_launch}\{#app_name}"; Filename: "{app}\Notepad3.exe"; WorkingDir:
|
||||
[INI]
|
||||
Filename: "{app}\Notepad3.ini"; Section: "Notepad3"; Key: "Notepad3.ini"; String: "%APPDATA%\Rizonesoft\Notepad3\Notepad3.ini"
|
||||
Filename: "{app}\minipath.ini"; Section: "minipath"; Key: "minipath.ini"; String: "%APPDATA%\Rizonesoft\Notepad3\minipath.ini"
|
||||
Filename: "{userappdata}\Rizonesoft\Notepad3\Notepad3.ini"; Section: "Settings"; Key: "Favorites"; String: "%APPDATA%\Rizonesoft\Notepad3\Favorites\"
|
||||
|
||||
[Registry]
|
||||
Root: "HKLM"; Subkey: "SYSTEM\CurrentControlSet\Control\FileSystem"; ValueType: dword; ValueName: "LongPathsEnabled"; ValueData: "1"
|
||||
|
||||
@ -188,6 +188,7 @@ Name: "{#quick_launch}\{#app_name}"; Filename: "{app}\Notepad3.exe"; WorkingDir:
|
||||
[INI]
|
||||
Filename: "{app}\Notepad3.ini"; Section: "Notepad3"; Key: "Notepad3.ini"; String: "%APPDATA%\Rizonesoft\Notepad3\Notepad3.ini"
|
||||
Filename: "{app}\minipath.ini"; Section: "minipath"; Key: "minipath.ini"; String: "%APPDATA%\Rizonesoft\Notepad3\minipath.ini"
|
||||
Filename: "{userappdata}\Rizonesoft\Notepad3\Notepad3.ini"; Section: "Settings"; Key: "Favorites"; String: "%APPDATA%\Rizonesoft\Notepad3\Favorites\"
|
||||
|
||||
[Registry]
|
||||
Root: "HKLM"; Subkey: "SYSTEM\CurrentControlSet\Control\FileSystem"; ValueType: dword; ValueName: "LongPathsEnabled"; ValueData: "1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user