I am trying to automate my settings, but this one (associating 'cmd' file extensions with the 'bat' language) crashes SlickEdit. I don't mean a Slick-C stack, I mean the app crashes.
Any tips on what I'm doing wrong?
This code crashes 100% for me (SlickEdit Pro 2014 (v19.0.2.5 64-bit)):
#require "se/lang/api/ExtensionSettings.e"
using namespace se.lang.api;
defmain()
{
ExtensionSettings.createExtension('cmd', 'bat');
}