Not sure if you've seen this yet:
I have "gif" defined as a member of file type "Image".
But wheever I open IDEA it seems to be moved to the "Text" category.
Besides the enclosed, need anything else?

-- 

Erb

==============================================================
"The only time I like in the morning is afternoon."
     - Russell D. Cooper

"If you do everything, then you're all done."
     - Melissa F. Cooper

"Most of you are familiar with the virtues of a programmer.
There are three, of course: laziness, impatience, and hubris."
     - Larry Wall
==============================================================
<?xml version="1.0" encoding="UTF-8"?>
<filetype binary="true" default_extension="gif" description="Image Files" extensions="gif;jpg;jpeg" name="Image">
  <highlighting>
    <options>
      <option name="LINE_COMMENT" value="" />
      <option name="COMMENT_START" value="" />
      <option name="COMMENT_END" value="" />
      <option name="HEX_PREFIX" value="" />
      <option name="NUM_POSTFIXES" value="" />
    </options>
    <keywords ignore_case="false" />
  </highlighting>
</filetype>

<?xml version="1.0" encoding="UTF-8"?>
<filetype binary="false" default_extension="txt" description="Text files" extensions="txt;ini;sh;bat;properties;log;cmd" name="PLAIN_TEXT" />

Reply via email to