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

editor_opens_config setting #264

Closed
polyvertex opened this issue Nov 21, 2017 · 1 comment
Closed

editor_opens_config setting #264

polyvertex opened this issue Nov 21, 2017 · 1 comment

Comments

@polyvertex
Copy link
Member

Currently, the editor setting is used for both to open Keypirinha's configuration files and as the one to execute when the Edit action is selected.

It would be useful to be able to keep the bundled notepad editor as the default config editor even if a custom editor is specified so that files can still be opened by Keypirinha in several windows that are automatically positioned on the entire screen.

Due to the way Keypirinha's configuration is structured, configuration data may span over up to five .ini files for a same package or for the application itself:

  • the default configuration file that also includes inline documentation for each setting (i.e. "Keypirinha.ini" in the "default" dir)
  • user's main config file (i.e. "Keypirinha.ini" in profile's dir)
  • user's machine-specific config file (i.e. "Keypirinha.@MyMachineName.ini" in profile's dir)
  • user-specific config file (i.e. "Keypirinha.MyUserName.ini" in profile's dir)
  • user+machine specific config file (i.e. "Keypirinha.MyUserName@MyMachineName.ini" in profile's dir)
@polyvertex
Copy link
Member Author

config_editor setting added in v2.19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant