<!-- $Revision: 1.12 $ -->
<!DOCTYPE html
     PUBLIC "-//W3C//DTD HTML 4.01//EN"
     "http://www.w3.org/TR/html401/strict.dtd">
<html>
 <head>
  <title>CSS Editor (Eclipse Plugin)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <link rel="alternate" type="application/rss+xml" title="RSS"
      href="http://sourceforge.net/export/rss2_projnews.php?group_id=97094"/>
  <link rel="stylesheet" type="text/css" media="screen" href="style/layout.css">
  <link rel="stylesheet" type="text/css" media="screen" href="style/news.css">
  <link rel="stylesheet" type="text/css" media="print" href="style/print.css">
 </head>
 <body>
  <div id="banner">
   <a id="sflogo" href="http://sourceforge.net/"></a>
   <h1>CSS Editor (Eclipse Plugin)</h1>
  </div>
  <div id="navigation">
   <div class="navheader">
    <a href="./">Home</a>
   </div>
   <ul>
    <li><a href="wiki">Documentation</a></li>
    <li><a href="http://sourceforge.net/project/showfiles.php?group_id=97094">Downloads</a></li>
    <li><a href="http://sourceforge.net/forum/?group_id=97094">Forums</a></li>
    <li><a href="http://sourceforge.net/mail/?group_id=97094">Mailing Lists</a></li>
    <li><a href="http://sourceforge.net/tracker/?group_id=97094">Issue Tracker</a></li>
    <li><a href="http://sourceforge.net/cvs/?group_id=97094">CVS</a></li>
   </ul>
  </div>
  <div id="content">
   <h1>CSS Editor for Eclipse</h1>
   <div id="toolbar-top">
    <a href="#overview">Overview</a>
    &nbsp;|&nbsp;
    <a href="#status">Status</a>
   </div>
   <div id="news">
    <a class="rsslink" href="http://sourceforge.net/export/rss2_projnews.php?group_id=97094">RSS</a>
    <h2>Latest News</h2>
    <!--#include file="news.html" -->
   </div>
   <h2 id="overview">Overview</h2>
   <p>
    This project aims to contribute sophisticated 
    <a href="http://www.w3.org/Style/CSS">CSS</a> authoring functionality to
    the <a href="http://www.eclipse.org/">Eclipse Platform</a>. It implements an
    editor that provides enhanced support for editing CSS source files, with
    features like:
   </p>
   <a href="images/screenshot.png" title="Click for a larger view">
    <img alt="Screenshot" class="left" src="images/screenshot_thumb.png">
   </a>
   <ul>
    <li>syntax highlighting for comments, strings, at-keywords, property names,
    pseudo-classes and pseudo-elements.</li>
    <li>content-assist on property names etc</li>
    <li>outline page showing at-rules and selectors in a CSS file</li>
    <li>selectable, pluggable CSS profiles (profiles for CSS level 1 and 2
    included)</li>
    <li>annotation of errors and warnings while typing</li>
    <li>syntax highlighting in compare viewer, structured diff viewer</li>
    <li>many configuration options</li>
   </ul>
   <p style="clear: both">
    An important goal of this project is to not only provide an editor for
    editing "standalone" CSS, but also reusable building blocks for integrating
    CSS editing support into editors for languages like HTML and XHTML, which 
    allow embedded CSS rules. It is <strong>not</strong> the goal of this 
    project to build some kind of WYSIWYG authoring support for CSS (at least
    currently).
   </p>
   <p>
    This project targets release 3.0 of the Eclipse platform, which as of this
    writing is not yet released as a stable version. Milestones are available
    from the Eclipse.org site
   </p>
   <h2 id="status">Status</h2>
   <p>
    The initial source has been imported into CVS on Dec 14th, 2003. There are
    plenty of bugs to fix and features to implement more properly. But most of
    the features outlined above are available and are going to be improved in the
    next couple of weeks/months. Binary releases will be made available 
    regularly.
   </p>
   <p>
    Contributors welcome! Don't hesitate to send patches to the devel mailing
    list.
   </p>
   <div id="footer">
    <div class="timestamp">
     Document last modified
     <!--#config timefmt="%a, %d %b %Y %T" -->
     <!--#echo var="LAST_MODIFIED" -->
    </div>
   </div>
  </div>
 </body>
</html>
