zufuliu / notepad4

Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled with file browser plugin matepath.
Other
3.13k stars 203 forks source link

建议:是否可以合并配置文件与dark theme 配置文件为一个文件? #778

Closed elfsimulate closed 6 months ago

elfsimulate commented 6 months ago

有没有可能将notepad2.ini 与Notepad2 DarkTheme.ini 两个文件合并。

zufuliu commented 6 months ago

Notepad2 DarkTheme.ini is just a theme file, and Notepad2.ini is used for default theme.

You could redirect DarkTheme.ini to Notepad2.ini: https://github.com/zufuliu/notepad2/blob/339e3fa8805f7c9411bf6e6df8d295b91b5a72a5/doc/Notepad2.ini#L1-L4

elfsimulate commented 6 months ago

ok,got it, thanks for response.