You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I installed 0.1.1.1 from Plugins Admin of NPP v7.8.4-64bit, and opened Plugins > QuickText > Options dialog, the language pulldown menu was completely empty. Plugins > QuickText > Open Config File showed a a completely empty config file. If I pasted from QuickText.conf.default.ini, saved, exited/reloaded Notepad++, then the language pulldown was correctly populated.
This I think is an easy fix. The plugin uses default values for the values it reads from the config file so should work with or without it. However, I don't think it "saves" those values to the config file. From other plugins, I usually see a WritePrivateProfileString() under pluginCleanUp() which isn't present here.
I think a small change I may be able to look at this weekend.
When I installed 0.1.1.1 from Plugins Admin of NPP v7.8.4-64bit, and opened Plugins > QuickText > Options dialog, the language pulldown menu was completely empty. Plugins > QuickText > Open Config File showed a a completely empty config file. If I pasted from
QuickText.conf.default.ini
, saved, exited/reloaded Notepad++, then the language pulldown was correctly populated.(as mentioned in https://community.notepad-plus-plus.org/post/50377)
The text was updated successfully, but these errors were encountered: