Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » How to find links pointing to document
How to find links pointing to document [message #1047515] Tue, 23 April 2013 10:14 Go to next message
Arne Schröder is currently offline Arne SchröderFriend
Messages: 3
Registered: January 2013
Junior Member
Hi there,

in my company, we would like to get rid of FrontPage and use Eclipse with WTP instead (for integration reasons and because FrontPage is not maintained any more).

However, one K.O. criterion is to be able to select a document and find all html-pages, which have a link referencing this document.
This was possible in FrontPage and I cannot believe that it is too difficult to do, but I could not find this feature in Eclipse, yet.

Is there an implementation or a workaround to achieve this? Is there an easy way to add this feature to Eclipse?

Thanks in advance.

Regards,

Arne
Re: How to find links pointing to document [message #1047721 is a reply to message #1047515] Tue, 23 April 2013 15:03 Go to previous messageGo to next message
Wojtek  is currently offline Wojtek Friend
Messages: 47
Registered: August 2011
Member
Arne Schröder wrote :
> Hi there,
>
> in my company, we would like to get rid of FrontPage and use Eclipse with WTP
> instead (for integration reasons and because FrontPage is not maintained any
> more).
>
> However, one K.O. criterion is to be able to select a document and find all
> html-pages, which have a link referencing this document.
> This was possible in FrontPage and I cannot believe that it is too difficult
> to do, but I could not find this feature in Eclipse, yet.
>
> Is there an implementation or a workaround to achieve this? Is there an easy
> way to add this feature to Eclipse?
>
If all your HTML pages are part of the Eclipse project, then you can do
a file search:

Search/ File...

If you select the document name, then it will be copied into the Search
field

To find only links, then you will need a bit of Regular Expression
code.

--
Wojtek :-)
Re: How to find links pointing to document [message #1048606 is a reply to message #1047515] Wed, 24 April 2013 18:13 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4507
Registered: July 2009
Senior Member

I think there was something like that provided in IBM's Websphere Developer Tools for Eclipse (check the Marketplace). Our own efforts to build in validation of hyperlinks ran afoul of deployment scenarios we couldn't fully account for and had to be disabled, lest the Problems view be flooded with false messages.

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:resolveBinding return null
Next Topic:Embedded Tomcat or Jetty in RCP as Vaadin Preview
Goto Forum:
  


Current Time: Sun Jan 19 14:40:44 GMT 2025

Powered by FUDForum. Page generated in 0.02548 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top