jtulach opened a new pull request, #5152: URL: https://github.com/apache/netbeans/pull/5152
I am working on a code base that is mixing [Scala and Java](https://github.com/enso-org/enso/tree/develop/engine/runtime). Often Java sources are referencing Scala classes. I'd like the NetBeans IDE to work with it a bit. Luckily there is information in every `.class` file about the name of the source file it comes from. This PR extracts that information and passes it to `ElementOpen.open` to use it in case regular search method used for Java sources fails. With this PR I am able to jump from `.java` file to `.scala` file when Ctrl-Click on a class name. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- 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
