Community
Participate
Working Groups
Ant refid and pathid should be hyperlinks when ctrl pressed Eg. <javac srcdir="${src}" debug="on" destdir="${build}" deprecation="yes" fork="true" includeAntRuntime="no" includes="em/web/**/*"> click here --> <classpath refid="client.class.path"/> </javac> position cursor here --> <path id="client.class.path"> <pathelement location="${lib}/servlet22.jar"/> <pathelement location="${lib}/ldapjdk.jar"/> <pathelement location="${lib}/jconn2.jar"/> <!--pathelement location="${lib}/jConnect42.jar"/--> </path>
See bug 31602 as well.
We don't have hyperlink support but I have added F3 (Navigate) support for Ant references.
I believe that the "linking" infrastructure has been moved down.
linked position infrastructure (the one that has been moved down) is for linked updating of positions containing the same content, not for hyperlinking...
Deferred to post 3.0
Reopening for ease of use investigation in 3.1
*** This bug has been marked as a duplicate of 31602 ***