thanks for joining us on the cssdoc effort.
Having cssdoc support in editors would be very nice. Something that I
would expect:
* DocBlock syntax highlighting
* Completion of the tags
* Folding of the DocBlocks
Nice to have:
* Index of the sections or a tree view of the file
* Validation of a css file
* Styleguide generation
Also there is already a newer draft version somewhere on Toms box. So
it would probably nice for you reading that before you start working
on the plugin :)
Cheers,
Timo
--
Timo Derstappen
nice to hear that. You must have already got the current file in your
inbox. The features Timo named are what I would expect as well. As I
know other Eclipse based IDEs, I would say for an Eclipse Plugin the
following Features would be nice to have:
* DocBlock Support (incl. Folding)
* Tag Support (Suggestion of Tagnames)
* Outline based on @section, @subsection and @subsubsection Tags
* Problem reporting
* Todo Support with @todo tags
That's it for the Beginning. The more advanced things could be a
styleguide generation or a color-palette-tool based on the @colordef
specifications or whatever you can imagine.
A start might be the 2003/2004 project CSS Editor (Eclipse Plugin)
released under CPL:
http://csseditor.sourceforge.net/ But maybe this one is far timed-out
and incompatible with the current eclipse plugin interface. No Idea.
As you see, I am not so aware of the Eclipse internals, but I think
Eclipse has a subproject that has an Editor which is capable of CSS.
It would be great to see if your work can contribute to this Editor so
that most Eclipse based tools benefit from CSSDOC Features
automatically.
This CSS Editor might be in the WST, short for the eclipse web
standard tools subproject. It is located here:
http://www.eclipse.org/webtools/wst/main.php
Greetings,
Tom
On Wed, Aug 20, 2008 at 10:03 AM, tobias.mehre <reimp...@web.de> wrote:
>