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 2022/12/20 18:25:32 UTC

[GitHub] [netbeans] mbien commented on issue #5120: "Navigate > GoToDeclaration" fails if target is in gradle project

mbien commented on issue #5120:
URL: https://github.com/apache/netbeans/issues/5120#issuecomment-1359958320

   @lkishalmi i agree. I would have expected the same behavior. Once the artifact is installed in the local repo, it isn't really associated with the sources of the project anymore.
   
   the stack trace links (e.g in the console or the stack trace analyzer window) have a somewhat similar issue. The IDE can only try to open those links in a best-effort manner (#5116). Long term this could be mitigated by e.g a key combo, for example holding down ctrl while clicking the link could open an attach source dialog (or some smarter solution).
   
   the debugger has also a sources window where users can drag sources around if it doesn't open the right one.


-- 
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-unsubscribe@netbeans.apache.org

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


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