Re: [I] NB21 Java, Goto Declaration no longer working [netbeans]

2024-05-06 Thread via GitHub
mbien closed issue #7327: NB21 Java, Goto Declaration no longer working URL: https://github.com/apache/netbeans/issues/7327 -- 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

Re: [I] NB21 Java, Goto Declaration no longer working [netbeans]

2024-04-30 Thread via GitHub
mbien commented on issue #7327: URL: https://github.com/apache/netbeans/issues/7327#issuecomment-2084977803 @hbitteur thanks! Several java modules didn't load. e.g: ``` org.netbeans.libs.nbjavacapi [21.1 21-b15c9b7692b2764be5a997d056e2283b72ae9131] ...

Re: [I] NB21 Java, Goto Declaration no longer working [netbeans]

2024-04-29 Thread via GitHub
hbitteur commented on issue #7327: URL: https://github.com/apache/netbeans/issues/7327#issuecomment-2083416670 Here is the content of `messages.log` file: [messages.log](https://github.com/apache/netbeans/files/15153528/messages.log) -- This is an automated message from the Apache

Re: [I] NB21 Java, Goto Declaration no longer working [netbeans]

2024-04-28 Thread via GitHub
mbien commented on issue #7327: URL: https://github.com/apache/netbeans/issues/7327#issuecomment-2081496394 can you attach messages.log? Since you have menu entries missing some modules might have not loaded properly (https://github.com/apache/netbeans/issues/7091). -- This is an

Re: [I] NB21 Java, Goto Declaration no longer working [netbeans]

2024-04-28 Thread via GitHub
matthiasblaesing commented on issue #7327: URL: https://github.com/apache/netbeans/issues/7327#issuecomment-2081492201 @hbitteur I also noticed NetBeans "Goto" functions not working sometimes. But when that was the case it were unprimed projects, so classpath and such were not yet

Re: [I] NB21 Java, Goto Declaration no longer working [netbeans]

2024-04-28 Thread via GitHub
hbitteur commented on issue #7327: URL: https://github.com/apache/netbeans/issues/7327#issuecomment-2081481872 > What do you conclude from there being no Java functionality at all in the 2nd image? I conclude that NetBeans has stopped supporting Java! :-) The problem is I have

Re: [I] NB21 Java, Goto Declaration no longer working [netbeans]

2024-04-27 Thread via GitHub
geertjanw commented on issue #7327: URL: https://github.com/apache/netbeans/issues/7327#issuecomment-2080786616 What do you conclude from there being no Java functionality at all in the 2nd image? -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] NB21 Java, Goto Declaration no longer working [netbeans]

2024-04-27 Thread via GitHub
hbitteur commented on issue #7327: URL: https://github.com/apache/netbeans/issues/7327#issuecomment-2080758879 No, I cannot navigate at all! Here is the result of a right-click in NetBeans 20 (while on a String element):

Re: [I] NB21 Java, Goto Declaration no longer working [netbeans]

2024-04-27 Thread via GitHub
mbien commented on issue #7327: URL: https://github.com/apache/netbeans/issues/7327#issuecomment-2080427800 > In previous Netbeans versions (20 for example), we also had the ability to hold down the CTRL key while moving the mouse over some Java source code. @hbitteur right. this

Re: [I] NB21 Java, Goto Declaration no longer working [netbeans]

2024-04-27 Thread via GitHub
hbitteur commented on issue #7327: URL: https://github.com/apache/netbeans/issues/7327#issuecomment-2080402073 Sorry for this late answer, I was away from my laptop. I should have been more explicit in my post. The problem is not the _failure_ of a feature (e.g. Netbeans not being

Re: [I] NB21 Java, Goto Declaration no longer working [netbeans]

2024-04-23 Thread via GitHub
mbien commented on issue #7327: URL: https://github.com/apache/netbeans/issues/7327#issuecomment-2073895794 Is the dependency you want to jump to accessible to netbeans? For example if it is another project, is that project open too? What happens if you create a fresh hello world