I'd like to use ctags in UltraEdit when programming PHP. My ctag options are as follows:
Default Tagfile: C:\Program Files\UltraEdit\tags.lst
ctag exe path/name: C:\Program Files\ctags554\ctags.exe
ctag parameters: -L %fi -f %fo
I downloaded Exuberant Ctags and did a Project/Create Ctag File in UltraEdit. After doing that my tags.lst has only the following:
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR Darren Hiebert /[email protected]/
!_TAG_PROGRAM_NAME Exuberant Ctags //
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
!_TAG_PROGRAM_VERSION 5.5.4 //
And in UltraEdit, if I select a PHP command and hit F11, it says, "Could not find TAG."
I'm using UltraEdit version 10.00c. Please help. What do I need to do to make this work?
Default Tagfile: C:\Program Files\UltraEdit\tags.lst
ctag exe path/name: C:\Program Files\ctags554\ctags.exe
ctag parameters: -L %fi -f %fo
I downloaded Exuberant Ctags and did a Project/Create Ctag File in UltraEdit. After doing that my tags.lst has only the following:
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR Darren Hiebert /[email protected]/
!_TAG_PROGRAM_NAME Exuberant Ctags //
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
!_TAG_PROGRAM_VERSION 5.5.4 //
And in UltraEdit, if I select a PHP command and hit F11, it says, "Could not find TAG."
I'm using UltraEdit version 10.00c. Please help. What do I need to do to make this work?