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 208340 - Css formatting can not be changed
Summary: Css formatting can not be changed
Status: RESOLVED DUPLICATE of bug 144164
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks: 208404
  Show dependency tree
 
Reported: 2012-02-13 13:33 UTC by _ wadechandler
Modified: 2012-10-15 13:11 UTC (History)
2 users (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 _ wadechandler 2012-02-13 13:33:13 UTC
To reproduce:
1) Go to Tools|Options|Editor|Formatting
2) Notice in the language drop down there is no CSS
Comment 1 Geertjan Wielenga 2012-02-13 13:48:42 UTC
What kind of formatting changes would you like to be able to make?
Comment 2 Petr Jiricka 2012-02-14 16:40:06 UTC
-> enhancement
Comment 3 _ wadechandler 2012-02-15 16:19:14 UTC
CSS needs to be able to be breakable on semi-colons in a class definition as well as have the start and end brace placement configurable. I have worked on projects where the start is on the same line as the name and others where it is below (for instance):
h1 {
   font-size:42px;
}

h2
{
   font-size:32px;
}

too there is:
h2
{
   font-size:32px;
   text-indent:50px;
}

vs

h2
{
   font-size:32px; text-indent:50px;
}
Comment 4 Marek Fukala 2012-10-15 13:11:03 UTC

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