1. ctags again
- Posted by ne1uno Nov 28, 2011
- 1211 views
is this is the greatest thing since sliced bread?
I've been successfully avoiding ctags, but decided today to get it compiled. grabbed Jeremy's last euphoria.c, got it patched in and built ctags.exe in a few minutes and got my first ctags file. now what?
does anyone have a newer euphoria.c with current eu4 syntax? not too much is different.
the forum search didn't turn up much.
ctags.sourceforge last release is a few years ago.
anyone start the process of getting euphoria a supported language in ctags? maybe it's already in the ctags repo? didn't check.
anyone using an editor with commandline regex options to ctags?
reinventing the wheel time? again?
thanks Jeremy for the head start!
2. Re: ctags again
- Posted by ne1uno Dec 01, 2011
- 1119 views
is this the greatest thing since sliced bread?
I've been successfully avoiding ctags, but decided today to get it compiled. grabbed Jeremy's last euphoria.c, got it patched in and built ctags.exe in a few minutes
HG:editors/ctags has an improved callback regex euphoria parser for ctags and a readme with some details about how to get ctags built.
I will probably add parsing for label and variables but turn those off by default.
this may not be enough to collect function definitions and constant lists using multiple lines. a real parser is needed to get all the parameters.