Highlighting Functions in Library not the Language

Syntax highlighting, code folding, brace matching, code indenting, and function list

Highlighting Functions in Library not the Language

Postby THEMike » Fri Mar 16, 2007 2:26 pm

Hi,

Trying to work out the optimal solution to the following problem.

I have a very good thorough wordfile.txt with an expanded definition of PHP that contains every function (considerably more than ships in the UE wordfile, I'll be passing it on to IDM, with the tools to maintain it shortly).

However, all my PHP work is done using a large library of functions, and I want to be able to highlight those functions.

So, is my best bet to add them to my wordfile, or is there some way to highlight code based on detected functions in a project? (using the function string wordfile description and parsing all appropriate files in the project for items that match)

Cheers,

Mike
User avatar
THEMike
Basic User
Basic User
 
Posts: 15
Joined: Mon Nov 01, 2004 12:00 am
Location: UK

Re: Highlighting Functions in Library not the Language

Postby Mofi » Sat Mar 17, 2007 3:15 pm

You have to add all the functions from your library to the wordfile. There is no other method to highlight functions.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4068
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna


Return to Syntax Highlighting