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 232016 - create rule hint should create rule on new line
Summary: create rule hint should create rule on new line
Status: RESOLVED DUPLICATE of bug 218054
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-28 22:54 UTC by John Jullion-ceccarelli
Modified: 2013-06-29 08:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Jullion-ceccarelli 2013-06-28 22:54:49 UTC
If I have this:

footer {
    width: 80%;
    margin: auto;
    max-width: 960px;
}

where there is no new line at the end of } the the create rule editor hint from HTML editor creates this:

footer {
    width: 80%;
    margin: auto;
    max-width: 960px;
}.overview-right {

}


Should put new rule on new line:

footer {
    width: 80%;
    margin: auto;
    max-width: 960px;
}
.overview-right {

}
Comment 1 Vladimir Riha 2013-06-29 08:36:15 UTC

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