Community
Participate
Working Groups
A typical web developer works with lot of HTML files, which may include various other resources, such as javascript, CSS or even other HTML files using link/href, src etc. Currently if a user wants to open/view the referenced resources, he/she has to use the navigator to do that. But it would be very convenient if it is possible to open such resources directly from the editor. Of course, this could work only if relative paths are used. And the links could work just like the support we have for hyperlinks inside Javascript comments.
After looking at the code for a while, I think the changes may have to go to htmlGrammer and textMateStyler. I will give it a try.
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html