mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ chg: Remove all end file "[~EOF~]" in "*.ini" files
This commit is contained in:
parent
35362588fa
commit
e4d21a2676
@ -53,7 +53,6 @@ NEW:
|
||||
-----------------------------------------------------
|
||||
CHANGES:
|
||||
-----------------------------------------------------
|
||||
- Add an end file "[~EOF~]" ins *.ini files.
|
||||
- Add file history to to recent docs jumplist.
|
||||
- AddFileToRecentDocs.
|
||||
- INI file read/write using synchronous file locking (shared read / exclusive write).
|
||||
|
||||
@ -151,4 +151,3 @@ SettingsVersion=4
|
||||
[Recent Files]
|
||||
[Recent Find]
|
||||
[Recent Replace]
|
||||
[~EOF~]
|
||||
|
||||
@ -713,4 +713,3 @@ Text=fore:#404040
|
||||
Error=bold; italic; fore:#FFFFFF; back:#FF0000; eolfilled
|
||||
Operator=fore:#333366
|
||||
[Styles]
|
||||
[~EOF~]
|
||||
|
||||
@ -713,4 +713,3 @@ Text=fore:#404040
|
||||
Error=bold; italic; fore:#FFFFFF; back:#FF0000; eolfilled
|
||||
Operator=fore:#333366
|
||||
[Styles]
|
||||
[~EOF~]
|
||||
|
||||
@ -128,4 +128,3 @@ XML Document=*.xml;*.xsl;*.rss;*.svg;*.xul;*.xsd;*.xslt;*.axl;*.rdf;*.xaml;*.vcp
|
||||
;DDEApplication=
|
||||
;DDETopic=
|
||||
[Window]
|
||||
[~EOF~]
|
||||
|
||||
@ -22,9 +22,8 @@ SciDirectWriteTech=-1
|
||||
SciFontQuality=-1
|
||||
WebTemplate1=https://google.com/search?q=%s
|
||||
WebTemplate2=
|
||||
[Styles]
|
||||
Use2ndDefaultStyle=0
|
||||
[Recent Files]
|
||||
[Recent Find]
|
||||
[Recent Replace]
|
||||
[Styles]
|
||||
Use2ndDefaultStyle=0
|
||||
[~EOF~]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user