Intellij-Idea: Marking all files of unknown type be type: text (so that they are searchable)
Posted
by sixtyfootersdude
on Stack Overflow
See other posts from Stack Overflow
or by sixtyfootersdude
Published on 2010-04-16T01:00:58Z
Indexed on
2010/04/16
2:23 UTC
Read the original article
Hit count: 347
intellij-idea
|ide
Many of my scripts etc in intellij are marked with a question mark. Then when I click on them them it prompts me:
The file "bla" cannot be associated with a registered file type. Please choose one:
<insert table of file choices>
This would not matter except the files are not searchable (with ctrl-shift-n) until they are marked as text. This is a major problem for me. I have an enormous code base and I don't want to mark all of the unknown files as text. Is there anyway that I can do that?
*(Note: I have cross posted this to the intellij form
© Stack Overflow or respective owner