neilcsmith-net commented on issue #8112:
URL: https://github.com/apache/netbeans/issues/8112#issuecomment-2571593835

   > The search preview does not only have line numbers it also does not use 
the semantic layer in the preview panel since this would require a dependency 
from search API to the netbeans editor modules.
   
   That is of course the reason I've been getting frustrated that the search 
view doesn't support ctrl+click recently despite it never doing so! :smile: 
   
   Direct dependency into the editor modules is of course not feasible.  
Enhancing the search SPI to allow custom result preview and/or seeing if this 
can be implemented via openide.text might be.  I agree that cluster activations 
via the search window might be a problem to consider, although perhaps no more 
of an issue than flicking through the options dialog.
   
   Incidentally, the kit lookup in the other views should possibly be via 
openide.text too? 
https://bits.netbeans.org/23/javadoc/org-openide-text/org/openide/text/CloneableEditorSupport.html#getEditorKit-java.lang.String-


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

To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

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

Reply via email to