CSS3 support in Rapid PHP 2011?

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
russellweed
Posts: 24
Joined: Tue Aug 21, 2007 3:40 pm

CSS3 support in Rapid PHP 2011?

Post by russellweed »

One of the bullet points for Rapid PHP 2011 is HTML5 and CSS3 support, however I haven't been able to see it in my code editing.

I would expect CSS3 properties to be supported via autocomplete, but so far none of the CSS3 properties I use have came up. box-shadow, border-radius, etc. are all highlighted in red (unrecognized) just like they were in the 2010 version.

As for HTML5, if I select a specific HTML5 document from the File->New it works okay. But if I'm working with PHP files, it doesn't code complete for HTML5 tags like <canvas> or <video>. Attributes don't show up either, like the new dataset or contenteditable attributes.

Does Rapid PHP 2011 not offer this level of support, or am I missing something? Could this be because I upgraded from 2010?

Thanks for any assistance you can provide.
russellweed
Posts: 24
Joined: Tue Aug 21, 2007 3:40 pm

Re: CSS3 support in Rapid PHP 2011?

Post by russellweed »

Nevermind, I am an idiot.

For those experiencing the same problem:

You need to go to Options->Preferences->Language Options and change your HTML and CSS language preferences to the version you want.
Post Reply