Chris2011 commented on issue #481: [NETBEANS-290] Provided support for 
hyperlink on dependencies.
URL: 
https://github.com/apache/incubator-netbeans/pull/481#issuecomment-378834733
 
 
   The SOE happens not inside dependencies, it happens here:
   
   ```XML
   <groupId>net.smth.here</groupId>
       <artifactId>my-abc-service</artifactId>
       <version>1.8.1</version>
       <packaging>jar</packaging>
       <parent>
           <groupId>net.smth</groupId>
           <artifactId>my-minimal-base</artifactId>
           <version>1.4</version>
       </parent>
   ```
   
   But only when I hold ctrl (no clicking only hovering the tokens inside the 
tags).
   
   But on other dependencies, there is no jump to functionality.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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