This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 189890 - Need a better source format for CSS
Summary: Need a better source format for CSS
Status: RESOLVED DUPLICATE of bug 144164
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-26 08:59 UTC by cgalive
Modified: 2012-10-15 13:31 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cgalive 2010-08-26 08:59:15 UTC
You see how some people prefer to have their css code formatted like this for better readability? :

#someElement {...}

   #someElement img {...}

      #someElement img:hover {...}

   #someElement div {...}

#someOtherElement {...}

   #someOtherElement div.someClass {...}

Kind of a semantic css! Well, they can do that, but if they hit Source->Format,all the extra indents will be gone! :)

And I think it would be nice to have the source format feature to format the code like the way I did above, as a way to promote Best-Practices! :)
Comment 1 Marek Fukala 2012-10-15 13:31:00 UTC

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