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 2019/06/23 06:02:56 UTC

[GitHub] [netbeans] jlahoda commented on issue #1247: Inline parameter name hints for Java

jlahoda commented on issue #1247: Inline parameter name hints for Java
URL: https://github.com/apache/netbeans/pull/1247#issuecomment-504723095
 
 
   @Chris2011, yes, there is an API. A short description is in the apichanges:
   https://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-lib2/apichanges.html#PrependedTextOpt
   
   Basically, create a highlight that will have "virtual-text-prepend" as the highlight key, value is the virtual text. This is the place where it is used in Java, which may be useful as well:
   https://github.com/apache/netbeans/blob/0c67f21385ea5ddc0cf29be5d959ae2897c47f49/java/java.editor/src/org/netbeans/modules/java/editor/semantic/SemanticHighlighter.java#L75

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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