[
https://issues.apache.org/jira/browse/NETBEANS-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16767262#comment-16767262
]
Pete Whelpton commented on NETBEANS-1455:
-----------------------------------------
I feel that the ideal solution would be for Code Completion in NB to have a
warning icon next to non-standard/draft Properties.
VSCode already does something similar:
!User-select-warning.PNG!
The NB CSS parser could use quite a bit of TLC :( I think I've figured it out
enough to add in support for user-select, but not yet for updating code
completion to show a warning for it still being draft status. I think that
would require:
* Flagging non-standard properties in the Properties files and updating the
Grammar Parser to recognize aforementioned flag
* OR creating a seperate Properties file of non-standard/draft properties (the
existing Properties files closely follow the W3C grammar specifications, so may
be better not to pollute them with other meanings)
* Update the CodeCompletion provider to use a warning icon for those
non-standard properties
> CSS3 property user-select unsupported
> -------------------------------------
>
> Key: NETBEANS-1455
> URL: https://issues.apache.org/jira/browse/NETBEANS-1455
> Project: NetBeans
> Issue Type: Bug
> Components: web - CSS Editor
> Affects Versions: 9.0
> Environment: Windows 10
> Reporter: Artur Stępień
> Priority: Minor
> Labels: easyfix
> Attachments: User-select-warning.PNG
>
>
> CSS3 user-select property is unsupported and shows as a warning
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
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