[jira] [Commented] (NETBEANS-1046) Ctrl+click not working in xhtml pages
[ https://issues.apache.org/jira/browse/NETBEANS-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17280309#comment-17280309 ] Tomáš Procházka commented on NETBEANS-1046: --- Please test if this issue is still present in latest version of NetBeans (currently 12.2). If it is still a problem, then please attach sample project to reproduce the issue. Thank you. > Ctrl+click not working in xhtml pages > - > > Key: NETBEANS-1046 > URL: https://issues.apache.org/jira/browse/NETBEANS-1046 > Project: NetBeans > Issue Type: Bug > Components: apisupport - Project, web - HTML Editor >Affects Versions: 9.0, 11.2 > Environment: openjdk-10, (also 1.8), Linux j4.17.5-200.fc28, x86_64 >Reporter: John Whitley >Priority: Minor > > Although ctrl+click works with java source, it no longer does so in xhtml/jsf > pages. This appears to be a regression from netbeans 8.2. -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Commented] (NETBEANS-1046) Ctrl+click not working in xhtml pages
[ https://issues.apache.org/jira/browse/NETBEANS-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16999240#comment-16999240 ] Doug Thompson commented on NETBEANS-1046: - NetBeans 11.2: This may be related to an exception that occurs when opening (or navigating to) an xhtml page. Here is the exception: {code:java} java.lang.NullPointerExceptionjava.lang.NullPointerException at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.runJavaSourceTask(AnnotationModelHelper.java:156) at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.runJavaSourceTask(AnnotationModelHelper.java:124) at org.netbeans.modules.web.jsf.impl.metamodel.JsfModelImplementation.runReadAction(JsfModelImplementation.java:66) at org.netbeans.modules.j2ee.metadata.model.api.MetadataModel.runReadAction(MetadataModel.java:97) at org.netbeans.modules.web.jsf.api.editor.JsfFacesComponentsProvider.getLibraries(JsfFacesComponentsProvider.java:78) at org.netbeans.modules.web.jsf.editor.facelets.FaceletsLibrarySupport$RefreshFacesComponentsTask.run(FaceletsLibrarySupport.java:460) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033) {code} Ctrl+Click (or right-click -> Navigate -> Go To Declaration) similarly does not work in NB 11.2, but does in 8.2. > Ctrl+click not working in xhtml pages > - > > Key: NETBEANS-1046 > URL: https://issues.apache.org/jira/browse/NETBEANS-1046 > Project: NetBeans > Issue Type: Bug > Components: apisupport - Project, web - HTML Editor >Affects Versions: 9.0, 11.2 > Environment: openjdk-10, (also 1.8), Linux j4.17.5-200.fc28, x86_64 >Reporter: John Whitley >Priority: Minor > > Although ctrl+click works with java source, it no longer does so in xhtml/jsf > pages. This appears to be a regression from netbeans 8.2. -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Commented] (NETBEANS-1046) Ctrl+click not working in xhtml pages
[ https://issues.apache.org/jira/browse/NETBEANS-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16554049#comment-16554049 ] Geertjan Wielenga commented on NETBEANS-1046: - Apache NetBeans (incubating) 9 is ONLY focused on Java SE, nothing else. Here you are making use of HTML/JSF/XML which, again, is not part of Apache NetBeans (incubating) 9. You are very welcome to join in the work involved in integrating the 2nd donation into Apache NetBeans, which is currently on a separate branch: https://github.com/apache/incubator-netbeans/tree/2ndDonation > Ctrl+click not working in xhtml pages > - > > Key: NETBEANS-1046 > URL: https://issues.apache.org/jira/browse/NETBEANS-1046 > Project: NetBeans > Issue Type: Bug > Components: web - HTML Editor >Affects Versions: 9.0 > Environment: openjdk-10, (also 1.8), Linux j4.17.5-200.fc28, x86_64 >Reporter: John Whitley >Priority: Minor > > Although ctrl+click works with java source, it no longer does so in xhtml/jsf > pages. This appears to be a regression from netbeans 8.2. -- This message was sent by Atlassian JIRA (v7.6.3#76005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Commented] (NETBEANS-1046) Ctrl+click not working in xhtml pages
[ https://issues.apache.org/jira/browse/NETBEANS-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16554045#comment-16554045 ] John Whitley commented on NETBEANS-1046: If I have a method call in java, Ctrl-Click on 'getConfig' navigate to the method source Config config = tfc.getConfig(); This works in Netbeans 9 Similarly, in Netbeans 8.2 Ctrl-Click on venue navigates to public Venue getVenue() { return venue; } in VenueMaint This no longer happens in Netbeans 9 Presumably this is handled in the JSF plugin you mentioned? > Ctrl+click not working in xhtml pages > - > > Key: NETBEANS-1046 > URL: https://issues.apache.org/jira/browse/NETBEANS-1046 > Project: NetBeans > Issue Type: Bug > Components: web - HTML Editor >Affects Versions: 9.0 > Environment: openjdk-10, (also 1.8), Linux j4.17.5-200.fc28, x86_64 >Reporter: John Whitley >Priority: Minor > > Although ctrl+click works with java source, it no longer does so in xhtml/jsf > pages. This appears to be a regression from netbeans 8.2. -- This message was sent by Atlassian JIRA (v7.6.3#76005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
[jira] [Commented] (NETBEANS-1046) Ctrl+click not working in xhtml pages
[ https://issues.apache.org/jira/browse/NETBEANS-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16552889#comment-16552889 ] Jiří Kovalský commented on NETBEANS-1046: - JSF support is not provided by default in 9.0 version and I cannot reproduce the navigation problem in XHTML file. Creating a new one from template and CTRL - clicking the [http://www.w3.org/1999/xhtml] name space URL opens web browser correctly for me. Please specify exact steps how to reproduce otherwise we will close this issue as WORKSFORME. Thanks. > Ctrl+click not working in xhtml pages > - > > Key: NETBEANS-1046 > URL: https://issues.apache.org/jira/browse/NETBEANS-1046 > Project: NetBeans > Issue Type: Bug > Components: web - HTML Editor >Affects Versions: 9.0 > Environment: openjdk-10, (also 1.8), Linux j4.17.5-200.fc28, x86_64 >Reporter: John Whitley >Priority: Minor > > Although ctrl+click works with java source, it no longer does so in xhtml/jsf > pages. This appears to be a regression from netbeans 8.2. -- This message was sent by Atlassian JIRA (v7.6.3#76005) - To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists