Skip to content

Use default application as text editor by default

Nicolas Fella requested to merge work/nico/default-editor into master

Currently when we detect that something should be opened in a text editor we offer a list of editors, defaulting to Kate

However the user may have different text editors associated with different source files, so a global text editor option is rather limiting

Instead using the system-default application for the given format, unless a specific editor is chosen

Merge request reports