Bug 246023 - Identify CSS documentation and comments differently
Summary: Identify CSS documentation and comments differently
Status: NEW
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: wst.css (show other bugs)
Version: 3.0.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: Nick Sandonato CLA
QA Contact: Nick Sandonato CLA
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2008-09-02 19:10 EDT by Nitin Dahyabhai CLA
Modified: 2010-07-28 13:38 EDT (History)
1 user (show)

See Also:


Attachments
proposed patch (3.56 KB, patch)
2009-02-18 17:45 EST, Nitin Dahyabhai CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nitin Dahyabhai CLA 2008-09-02 19:10:09 EDT
Enabling support for doc generation requires partitioning comments that start with /** differently from those that begin with /*, as well as identifying comments as a different partition type than regular CSS.  This will allow for adopters to handle comments more intelligently, as well as for us to stop reporting spelling errors in the entire CSS document.  Anything tied to partitioning will likely need to be updated, and the outline view should be modified to optionally show comments.
Comment 1 Nitin Dahyabhai CLA 2009-02-18 17:45:31 EST
Created attachment 126089 [details]
proposed patch

Attaching a proposed patch.  We'd still need to work through the implications of having a new partition type, e.g. with syntax coloring, content assist, etc.
Comment 2 Nick Sandonato CLA 2010-04-30 13:59:07 EDT
I'm not really familiar with people using "CSS doc" as people use JavaDoc or the like.