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

Summary: completion for selectors
Product: web Reporter: Pavel Buzek <pbuzek>
Component: CSS Visual ToolsAssignee: issues@javaee <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: mfukala
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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