Our source control system decorates file extensions with version numbers. Eg. “my_file.cxx#2”. Unfortunately this prevents emeditor recognizing the file as a C++ file so I have to manually select the C++ configuration. While this isn’t too bad when it’s just one file, it does become tiresome after opening a few of them.
It would be really nice if I could just define the associated extension to be “CXX*” and have emeditor automatically select my C++ configuration for these files.