Bug 282559 - [editor] Implement Comment Handlers for CSS
Summary: [editor] Implement Comment Handlers for CSS
Status: CLOSED DUPLICATE of bug 86520
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: wst.css (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.2   Edit
Assignee: Ian Tewksbury CLA
QA Contact: Nick Sandonato CLA
URL:
Whiteboard:
Keywords:
Depends on: 86520 282582
Blocks:
  Show dependency tree
 
Reported: 2009-07-06 13:57 EDT by Ian Tewksbury CLA
Modified: 2010-02-12 14:59 EST (History)
0 users

See Also:


Attachments
Enhancment Patch (17.32 KB, patch)
2009-07-06 17:00 EDT, Ian Tewksbury CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Tewksbury CLA 2009-07-06 13:57:32 EDT
There are currently no comment handlers for CSS like there are for the other major SSE editors (XML, HTML, JSP).  The handlers that should be implemented are a toggle comment handler, comment block handler and un-comment block handler.
Comment 1 Ian Tewksbury CLA 2009-07-06 17:00:16 EDT
Created attachment 140907 [details]
Enhancment Patch

This adds the necessary comment handlers for CSS files.

This patch will not work or compile without the two blocking bugs patches.
Comment 2 Ian Tewksbury CLA 2010-02-12 14:59:25 EST
This functionality will now be implemented by the fix for bug 86520.

*** This bug has been marked as a duplicate of bug 86520 ***