Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- September 9, 2010 at 3:16 pm #8937blackhawkParticipant
Has anyone been able to figure out how to create a symbols list (ctags?) for EmEditor?
I am trying to get an intellisense-like feature using EmEditor for a custom language.
Anyone?
September 11, 2010 at 4:38 am #8941scrabblesMemberHi,
The easiest method I’ve found for getting ctags to work for an unsupported language is to create a file in your home directory titled .ctags , then follow the instructions on the
exuburant ctags site for adding a language.
Otherwise you can add –options=xxxx to the advanced options in the symbols config in emeditor which should pick the file up;
You’ll know if it is working, if you go to the plugins dir, in DOS, and type ctags.exe –list-kinds and your language should be listed.
– Mark - AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.