Skip to content

editor_opens_config setting #264

Closed
Closed
@polyvertex

Description

@polyvertex

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions