Search found 2 matches
- Tue Jan 17, 2006 5:41 pm
- Forum: Enhancement Suggestions
- Topic: UTF-8 encoding
- Replies: 6
- Views: 1119
Visual Studio 2005 Solution Files
Just a heads up, VS2005 won't recognize solution files saved without the BOM. So people who like to edit their solution files with Textpad are going to run into this issue.
- Sun May 16, 2004 10:29 pm
- Forum: General
- Topic: FindTag 2.0 beta 2 (ctags add-on) has been released
- Replies: 3
- Views: 1401
ctags.cnf
I was able to get this set up for my PHP project but it wasn't finding my include files (.inc) because that extension isn't mapped to PHP by CTAGS. After lots of playing around I was able to fix the problem by creating a ctags.cnf file with the following line: --language-force=PHP Note that you need ...