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 101037 - completion for selectors
Summary: completion for selectors
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-13 22:59 UTC by Pavel Buzek
Modified: 2012-10-15 14:15 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 Pavel Buzek 2007-04-13 22:59:48 UTC
It would be useful to provide completion for known selectors, such as html tags,
pseudo classes, etc. I experimented a bit and it seems easy to do some basic
part, but I am sure it will probably be more complex then I think. I tried just
this and it seems to work.

COMPLETION:selector: {
    recursive:    "true";
    text1: "H1";
    text2: "H2";
    text3: "H3";
    text4: "BODY";
    text5: "UL";
    text6: "P";
    text7: "P:first-line";
    text8: "P:first-letter";
}
Comment 1 Marek Fukala 2008-07-30 09:39:17 UTC
reasonable enhancement
Comment 2 Marek Fukala 2012-10-15 14:15:57 UTC
already done