You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/10/31 05:43:48 UTC

[GitHub] jlahoda opened a new pull request #997: Simplifying semantic highlighter.

jlahoda opened a new pull request #997: Simplifying semantic highlighter.
URL: https://github.com/apache/incubator-netbeans/pull/997
 
 
   The idea here is to simplify the semantic highlighter by not sending the UseTypes down the visitor, but rather looking up for context when processing an identifier. Feels this would need less tweaks as features as added (at least some of them). Like multiple case labels are not highlighted properly currently, and would need a manual tweak, but with this patch (as the Tree(Path)Scanner visits them properly), they are colored OK.
   
   There might be some bugs in this, but I guess we could fix them as we find them.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists