echoed HTML syntax coloring

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
anguz
Posts: 2
Joined: Fri Feb 08, 2008 12:39 am

echoed HTML syntax coloring

Post by anguz »

Hi, I'm interested in Rapid PHP and was wondering if it has a feature I'm looking for.

I usually write my HTML in PHP files and echo it, i.e.:

Code: Select all

<?php
echo '
<html>
  <head>
    <title>',$page_title,'</title>
  </head>
  <body>
    <h1>',$entry_title',</h1>
    <div>',$entry_body,'</div>
  </body>
</html>
?>
But the editor I currently use paints all the echo string the same color, so I don't have the benefit of HTML syntax coloring.

I was wondering if your product has this.

Thank you for your reply.
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Post by Gatis »

If I am not wrong, the command you mentioned is considered as string, so it is not colored. You can not change this and I am afraid we will not be able to do something about this soon.
anguz
Posts: 2
Joined: Fri Feb 08, 2008 12:39 am

Post by anguz »

Thank you for your reply.
Post Reply