Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Target Management » Explore remote functions while working on a remote project(RSE, work remote , explore remote functions)
Explore remote functions while working on a remote project [message #765010] Tue, 13 December 2011 08:58 Go to next message
Elior  is currently offline Elior Friend
Messages: 2
Registered: December 2011
Junior Member
Hi,
I have a question I didn't find an answer to:
While working on a remote project using eclipse RSE(TM) or Aptana (it doesnt really matter, answer for any of them will be good) I couldn't find a way to locate functions implementation or location.
For example:
Lets say im working on a remote project in the file a_func.php, and in that file there is a use in the function b_func(...) which is implemented in another file that is being included to the current file I am working on.
If I was working on a local file system, usually something like 'ctrl+mouse_click' would take me to its definition/decleration.
While working remotely it doesnt work.
Does someone know how to make it happen?? ^_^
Thanks!
Re: Explore remote functions while working on a remote project [message #766370 is a reply to message #765010] Thu, 15 December 2011 15:41 Go to previous messageGo to next message
David McKnight is currently offline David McKnightFriend
Messages: 244
Registered: July 2009
Senior Member
When you say you're working on a remote project, I assume you're using EFS
with RSE as opposed to just RSE. If not, then you're probably not getting
this project support because RSE is separate from regular Eclipse projects.
If so, what kind of project are you working with (what project natures are
included in the .project file)?


"Elior" <forums-noreply@eclipse.org> wrote in message
news:jc7433$p39$1@news.eclipse.org...
> Hi,
> I have a question I didn't find an answer to:
> While working on a remote project using eclipse RSE(TM) or Aptana (it
> doesnt really matter, answer for any of them will be good) I couldn't find
> a way to locate functions implementation or location.
> For example:
> Lets say im working on a remote project in the file a_func.php, and in
> that file there is a use in the function b_func(...) which is implemented
> in another file that is being included to the current file I am working
> on. If I was working on a local file system, usually something like
> 'ctrl+mouse_click' would take me to its definition/decleration. While
> working remotely it doesnt work. Does someone know how to make it happen??
> ^_^ Thanks!
Re: Explore remote functions while working on a remote project [message #767565 is a reply to message #766370] Sun, 18 December 2011 10:42 Go to previous messageGo to next message
Elior  is currently offline Elior Friend
Messages: 2
Registered: December 2011
Junior Member
ummm, the natures of the aptana are:
<natures>
<nature>com.aptana.editor.php.phpNature</nature>
<nature>com.aptana.projects.webnature</nature>
</natures>

If I have to describe the behavior of the system it is as if there is not any project environment that was built what so ever as oppose to local projects which the eclipse build (I guess) a local environment with variables and functions table and more...
Re: Explore remote functions while working on a remote project [message #768071 is a reply to message #767565] Mon, 19 December 2011 14:21 Go to previous message
David McKnight is currently offline David McKnightFriend
Messages: 244
Registered: July 2009
Senior Member
Since this works for a local project but not for the equivalent EFS-based
remote project, my guess is that Aptana tries to access files using
underlying local files rather than at the IFile level. In remote RSE-EFS
cases, there are no such files so that would not work. That said, I have
not used Aptana so I don't know for sure whether that's how it's
implemented.

"Elior" <forums-noreply@eclipse.org> wrote in message
news:jckg3m$8d2$1@news.eclipse.org...
> ummm, the natures of the aptana are:
> <natures>
> <nature>com.aptana.editor.php.phpNature</nature>
> <nature>com.aptana.projects.webnature</nature>
> </natures>
>
> If I have to describe the behavior of the system it is as if there is not
> any project environment that was built what so ever as oppose to local
> projects which the eclipse build (I guess) a local environment with
> variables and functions table and more...
>
Previous Topic:ftp set defualt to passive
Next Topic:Add custom UI to access Serial Port
Goto Forum:
  


Current Time: Thu Apr 25 15:03:46 GMT 2024

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

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

Back to the top