I use IntelliJ 14.0.2 Ultimate on a Mac. When I first opened a specific file I determined that this file (and all others of that type) need to be opened with an external editor. For example, I specified that .md files need to be opened with TextWrangler.
How can I change it back to IntelliJ again?
Files Opened in Associated Applications
entry and select itYou can then register the extension as plain text, or install the third-party Markdown plug-in (IDEA Plug-In Repository Page, Project's GitHub Page). The Plug-in will auto-register markdown file extensions to open and be handled by the plug-in.