- AuthorPosts
- April 26, 2007 at 9:36 am #4325NeilMember
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.
April 28, 2007 at 2:48 am #4331Yutaka EmuraKeymasterWhile it is not regexp, I added the feature that allows you to use wild cards for the extension list in Association tab of configuration properties. This feature will be included in the next release. Thanks!
May 18, 2007 at 7:56 pm #4367SteveHMemberI recently used a Windows text editor that would recognise file types by running a regex on the text at the start of each file opened.
This was particularly useful to me as I occasionally edit ATLAS file that do not use an extension in file names. - AuthorPosts
- You must be logged in to reply to this topic.