have a look at "Open With" plugin this plugin allowes opening any file with any editor (like in Eclipse)
don't expect a lot from this plugin e.g. due to IDEA's internals this plugin can't be used in code navigation: if you ctrl+click on symbol IDEA will ask to associate file. anyways, this plugin is very useful
Hi Peter,
As far as I know, you can't open it from within IntelliJ.
Erik
Hello Peter,
You can associate a specific name (gradle-app.setting), rather than *.setting,
with the text file type.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
have a look at "Open With" plugin
this plugin allowes opening any file with any editor (like in Eclipse)
don't expect a lot from this plugin
e.g. due to IDEA's internals this plugin can't be used in code navigation: if you ctrl+click on symbol IDEA will ask to associate file.
anyways, this plugin is very useful