Overriding shell commands
Frage / Problem
How do I keep default behavior except with a particular extension, where upon I want it to load in an editor, for example?
Antwort / Lösung
You can use the OnBeforeShellCommand event and check for both the affected files and the command and replace the default behavior by your own.