News
CodeLobster PHP Edition
December 4, 2008 - Codelobster PHP Edition FREE Version 2.7 released
Read More
    Menu
CodeLobster PHP Edition
  Details
  Drupal plug-in
  Smarty plug-in
  Versions history
Features tour
  HTML editing
  CSS editing
  JavaScript editing
  PHP editing
  PHP debugger
  SQL autocomplete
Other
  Affiliate
  Links
  Contact
    News
Home News Download Order Now Forum Support

For working with CSS our IDE has the following abilities:
1. Code highlighting
That feature means CSS syntax coloring.
CSS highlighting

2. Braces highlighting
The Editor highlights braces in pairs when a cursor is placed between beginning and ending enclosing characters.
CSS braces highlighting
3. Intelligent Auto-complete
Auto-complete feature "remembers" and lists in pop-up window style property names
CSS elements autocomplete

and property values.
CSS elements values autocomplete
Completion list is called automatically in necessary area of CSS code and after style attribute within whatever tag in the Html code.
style attributes autocomplete

style attributes values autocomplete

4. Context and Dynamic Help
With these features you can get necessary information about any element of CSS code.
To get help topics using Context Help:
  • Place pointer on necessary element and press F1 button
By default, our application searches for proper topic on http://www.w3.org site. You can use Local or Online MSDN instead. To change site address:
  • Move to the Preferences menu (Tools|Preferences)
  • On the left panel click Context Help item and select CSS
  • On the right panel select necessary value from the Location dropdown list and press OK
CSS context help

Dynamic Help
The Dynamic Help window displays links to help topics for element pointer placed on. By default, application conducts search on http://www.w3.org site.
CSS dynamic help
Previous feature | Next feature
© Copyright by CodeLobster Software