[
https://issues.apache.org/jira/browse/NETBEANS-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17169415#comment-17169415
]
Matthias Bläsing commented on NETBEANS-2534:
--------------------------------------------
IMHO this issue is to broad/unspecific to be solveable. There will always be
draft properties and thus when is this done? Only concrete requests are
realistic.
> Add support for parsing / code completion of draft CSS properties
> -----------------------------------------------------------------
>
> Key: NETBEANS-2534
> URL: https://issues.apache.org/jira/browse/NETBEANS-2534
> Project: NetBeans
> Issue Type: Improvement
> Reporter: Pete Whelpton
> Priority: Major
>
> Browser vendors are now adding support for new CSS feature often whilst the
> CSS specification is still in its draft / experimental phase. Netbeans needs
> to be able to support draft CSS properties / values, whilst making it obvious
> that those properties are in a *draft* state.
>
> What I would propose:
> 1) The CSS module properties files
> netbeans/ide/css.editor/src/org/netbeans/modules/css/editor/module/main/properties/
> need some kind of flag, e.g. a tilde symbol ~ before each draft property to
> flag it
> 2) GrammarParser in the CSS Lib module needs to be aware of this symbol, and
> the parseElement method would then create a new DraftModuleProperty (or
> similarly named) class, or the existing Property class would have a isDraft
> boolean property added to it
> 3) Code Completion for CSS would be updated so that draft module properties /
> values used the spanner icon
> [https://github.com/apache/netbeans/blob/master/ide/web.common.ui/src/org/netbeans/modules/web/common/ui/resources/config-badge.gif]
>
> As always, more than willing to help in any way possible
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists