mohzy83 / NppMarkdownPanel

Lightweight Notepad++ plugin to preview Markdown files
MIT License
228 stars 37 forks source link

[BUG] Settings file NppMarkdownPanel.ini isn't used anymore #78

Closed mohzy83 closed 1 year ago

mohzy83 commented 1 year ago

The settingsfile plugins\Config\NppMarkdownPanel.ini isn't used anymore after changing the internal plugin name to MarkdownPanel. Version 0.7.2 trys to load the settingsfile MarkdownPanel.ini , which doesn't exist and creates a new settingsfile with initial settings. The Plugin should use the old Settingsfile plugins\Config\NppMarkdownPanel.ini, even if the plugin has a new internal name.

mohzy83 commented 1 year ago

fixed in Version 0.7.3