Author Topic: autotag files with no file extensions...  (Read 5254 times)

jmoliere

  • Community Member
  • Posts: 9
  • Hero Points: 0
autotag files with no file extensions...
« on: October 04, 2008, 05:56:11 AM »
Hello,
The good folks at OpenSceneGraph in their infinite wisdom decided not to use a .h file suffix.  In fact, there is no file suffix, just the file name.  Here are some sample includes

#include <osg/Geode>
#include <osg/ShapeDrawable>

How do I get SE to tag those files so I can use the code helper capabilities of this IDE?

Thanks!

chrisant

  • Senior Community Member
  • Posts: 1410
  • Hero Points: 131
Re: autotag files with no file extensions...
« Reply #1 on: October 04, 2008, 09:23:52 AM »
If you're talking about C/C++ files, add them at Tools|Options|Languages|Application Languages|C/C++|Extensionless C++ Files.

hs2

  • Senior Community Member
  • Posts: 2761
  • Hero Points: 292
Re: autotag files with no file extensions...
« Reply #2 on: October 04, 2008, 01:18:36 PM »
In addition you might have a look at this thread also dealing with osg header tagging.
Good luck, HS2

spowers

  • Community Member
  • Posts: 46
  • Hero Points: 0
Re: autotag files with no file extensions...
« Reply #3 on: October 07, 2008, 08:35:25 PM »
I had this same problem with OSG the thread mentioned above should fix it for you