Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Hyperlinking not work on remote project/folder
Hyperlinking not work on remote project/folder [message #1115848] Tue, 24 September 2013 17:06 Go to next message
Mladen Radev is currently offline Mladen RadevFriend
Messages: 1
Registered: September 2013
Junior Member
Hello,
First - sorry for my English Smile
I use
Eclipse Standard/SDK

Version: Kepler Release
Build id: 20130614-0229
and have problem with text editor (probably). PHP project is on another server, I connect to server without problems. I try to add desired folder (existing code) as remote project, or when create new local project - to link new folder with remote folder. DLTK is fine, everything in my code is ok (objects, variables, functions are here when use autoclomplete, when ctrl+click on something in other file - file is bring) but when I point on file in "include 'xxxx.php'" or "include_once xxx" nothing is happen. No hyperlink... When I copy same folder on my pc and create project in her - everything is working (include "include" hyperlinking).
I try to find some info on internet, but no success. Try to reinstal (or clean install) everything - no success. Can anybody help with this?

Thanks in advance.
Re: Hyperlinking not work on remote project/folder [message #1116098 is a reply to message #1115848] Wed, 25 September 2013 01:20 Go to previous message
Toshihiro Izumi is currently offline Toshihiro IzumiFriend
Messages: 360
Registered: July 2009
Location: Japan
Senior Member
As a fact, the hyperlinking for include works on local files only. It tries to get an absolute path of current editing file in the local file system, since the file is in the remote file system, it will fail.(it causes NullPointerException but the exception is suppressed(not logged) unfortunately)
After a few minutes investigation, there seems to be no workarounds.
Feel free to submit a bug report.
Previous Topic:Unable to read repository at http://download.eclipse.org/releases/juno.
Next Topic:Looking for the selectedLineVariable provider
Goto Forum:
  


Current Time: Tue Mar 19 10:23:34 GMT 2024

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

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

Back to the top