Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- June 3, 2011 at 5:34 pm #9407mef526Participant
HOW DO I: Associate file with no extension to a configuration?
For example I have a bunch of files without extensions that I want to treat as C++. I tried adding an empty extension to the list and it did not work. I added an extension with a single space and one with just a “.” and same.
On a related issue: Is it possible to have an EmEditor config file in a folder that will set the extension types, etc. for that folder?
June 3, 2011 at 7:53 pm #9408CaptainFlintParticipantBoth customizations are not possible directly (AFAIK), but instead you can write a macro that will run automatically on each opened file, analyze its path, name and extension and switch the current configuration to anything you need.
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.