Highlight Question

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
karlo
Posts: 1
Joined: Sat Jun 25, 2005 8:56 am
Location: Philippines
Contact:

Highlight Question

Post by karlo »

I would like to ask a question.. in EditPlus, when I enter header( or fopen(... any PHP Function, it is always in bold.. in Rapid PHP, it's not in bold.. so i don't know if it's a function or not.. also, i wanted the default text to be in bold because in regular mode, i can't read it.
Santacruz

Please... make PHP functions higlight inside the code..

Post by Santacruz »

Please... make PHP functions higlight inside the code!!!

It's very important to see if you typed correct func. name during coding..

Like Editplus does.

Thanks in advance
Guest

Post by Guest »

$q = new Sql($sql);

It's needed to higlight all parts of this exp in different colors..

$ = color
q = color
= =color
new = reserver word color
Sql = color

...
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

Thank you for your suggestions. We will consider them when planning improvements to the function hints.
Karlis Blumentals
Blumentals Software
www.blumentals.net
ravis
Posts: 4
Joined: Mon Feb 06, 2006 10:40 am

Post by ravis »

Karlis wrote:Thank you for your suggestions. We will consider them when planning improvements to the function hints.
If this is a stupid question, please forgive me, but I can't seem to find this feature anywhere in the current version. I'm in my trial period at the moment, and I'm pretty happy with Rapid PHP so far (I've posted a couple other topics asking about features that appear to be missing), but this one is pretty close to being a deal breaker for me. The ability to see at a glance if you've spelled the function correctly, or if your memory is right (is it str_replace or strreplace?) is very useful and saves a lot of debugging (and reference checking) time.

Am I just missing something somewhere?

Thanks!
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

This is still in development and will be available in the future! Indeed built-in function names could be highlighted, I am not sure whether this would not slow down the text typing because highlighter eats resopurces and there are thousands of unctions in PHP now. But we will do our best.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply