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
2.42k stars 174 forks source link

Bug: metapath can't remember the 'Target Application' setting #795

Closed Shakil-Shahadat closed 1 month ago

Shakil-Shahadat commented 1 month ago

If I change the 'Target Application' setting and then close it, it always forgets the setting. Even clicking on 'Save Settings' from the right-click menu doesn't help. But changing any toolbar, status bar, etc settings stay saved. Thanks.

zufuliu commented 1 month ago

Seems some wrong values are saved in methpath.ini.

zufuliu commented 1 month ago

Fixed by 87d822082c3119bfbbbb3120b85a26dc391de187, you can apply the change on develop or boost_regex branch to get fixed metapath, or start using matepath and Notepad4 from main branch (see https://github.com/zufuliu/notepad4/discussions/346 for the renaming).

Shakil-Shahadat commented 1 month ago

It's working. Thanks a lot.