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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
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

Reply via email to