I use Unreal Engine 4, it produces C++ project files for CodeLite (e.g. MyProject.workspace). The type of this file is application/xml.
I can right-click on MyProject.workspace and then select Open With, Other, Development, CodeLite, which works fine, but it's annoying having to do that each and every time. It also means that when UE4 creates MyProject.workspace, it opens it with Firefox instead of CodeLite (I then have to close Firefox, navigate to the directory, then do the "Open With" thing).
If I right-click on MyProject.workspace, then select Properties, General Tab, File Type Options, and then add "*.workspace" to the "Filename Patterns" section, and "CodeLite" to the "Application Preference Order" section, then all XML files are opened with CodeLite (which is not what I want - I only want CodeLite projects (*.workspace) to be opened with CodeLite).
How do I configure KDE to open files of type application/xml, but with the extension *.workspace, with CodeLite?
I can right-click on MyProject.workspace and then select Open With, Other, Development, CodeLite, which works fine, but it's annoying having to do that each and every time. It also means that when UE4 creates MyProject.workspace, it opens it with Firefox instead of CodeLite (I then have to close Firefox, navigate to the directory, then do the "Open With" thing).
If I right-click on MyProject.workspace, then select Properties, General Tab, File Type Options, and then add "*.workspace" to the "Filename Patterns" section, and "CodeLite" to the "Application Preference Order" section, then all XML files are opened with CodeLite (which is not what I want - I only want CodeLite projects (*.workspace) to be opened with CodeLite).
How do I configure KDE to open files of type application/xml, but with the extension *.workspace, with CodeLite?
Comment