Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation from Plugins Admin doesn't populate QuickText.conf.ini #11

Closed
pryrt opened this issue Feb 7, 2020 · 3 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@pryrt
Copy link

pryrt commented Feb 7, 2020

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)

@vinsworldcom vinsworldcom added the bug Something isn't working label Feb 7, 2020
@vinsworldcom
Copy link
Owner

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.

vinsworldcom pushed a commit that referenced this issue Feb 7, 2020
@vinsworldcom
Copy link
Owner

vinsworldcom commented Feb 7, 2020

Fix in 0.1.2.3 pre-release

@vinsworldcom vinsworldcom self-assigned this Feb 7, 2020
vinsworldcom pushed a commit that referenced this issue Feb 11, 2020
Add # for comment on LANGUAGE_NAME in QuickText.ini
Fix issue #13, rearrange tabstop order in Options dialog to more logical
Fix issue #12, remove useless "Smart Cut/Copy"
Fix issue #11, config file read / write.
Better management for Tab tag-key, autoclose autocompletion window
@vinsworldcom
Copy link
Owner

vinsworldcom commented Feb 11, 2020

Fixed in bade879
Release 0.1.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants