highlight built in php functions

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
EngMah
Posts: 1
Joined: Thu Apr 05, 2007 2:54 pm

highlight built in php functions

Post by EngMah »

hi,

i know this feature is requested before but i didnt find it tell now :(

highlight built in functions in webuilder , i think this helpful when tracing code to easily distinguish between user defined and built in functions , i do this now by opening brace after function name and wait to see the tip (i dont think this is the best practice :lol: )

i read the reason why not to implement this , to speed up file loading, so why not to make it an option and leave it for the user

any way i wish to congrat this cool program , although i'm sad my trial usage going to end :roll: , but i'm proud to buy it
bandrej
Posts: 65
Joined: Fri Oct 20, 2006 10:50 am
Location: maribor, slovenia

Post by bandrej »

I've bought WB a year ago and still think it's the best web editor.

It's still missing a feature or two, but overall - there is no alternative to Webuilder 2007 for me out there.

Thank you again Karlis!
to-do: full-screen feature
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

You can now do this by updating the syntax highlighting script. Some intuition and programming experience is required. You will need to define every function name as keyword, just like reserved words, but you can define different new token for function names.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply