Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » PDT and Hyperlinking
PDT and Hyperlinking [message #49150] Wed, 05 September 2007 20:25 Go to next message
Ali B. is currently offline Ali B.Friend
Messages: 66
Registered: July 2009
Member
Hey,

I have a quick question.
I thought about sumbitting a feature request but I wanted to ask about
it first: Is there any plans to implement Hyperlinking for the PHP
editor in PDT?

This would be great especially if you are "including/requiring" php
files from the "Include Paths", when it is referring to a huge
repository of libraries.

Thanks in advance!

Cheers,
Ali
Re: PDT and Hyperlinking [message #49239 is a reply to message #49150] Wed, 05 September 2007 22:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hertzel.hotmail.com

Ali B. wrote:
> Hey,
>
> I have a quick question.
> I thought about sumbitting a feature request but I wanted to ask about
> it first: Is there any plans to implement Hyperlinking for the PHP
> editor in PDT?
>
> This would be great especially if you are "including/requiring" php
> files from the "Include Paths", when it is referring to a huge
> repository of libraries.
>
> Thanks in advance!
>
> Cheers,
> Ali

I already have a bug for this....

this code will not trigger hipperlinking..

define('SOME_PATH',"/etc/hell");
//This will be ignored by PDT (outline, and hipperlinking)
include SOME_PATH . "/devil.php";


regards H
Re: PDT and Hyperlinking [message #49384 is a reply to message #49239] Thu, 06 September 2007 14:33 Go to previous messageGo to next message
Ali B. is currently offline Ali B.Friend
Messages: 66
Registered: July 2009
Member
Thanks H.

Could you give me the Bug ID?

Also, about your sample code. I would think that you are referring to
the future behaiviour of Hyperlinking in PDT. Right?

Cheers,
Ali

Hertzel Armengol wrote:
> Ali B. wrote:
>> Hey,
>>
>> I have a quick question.
>> I thought about sumbitting a feature request but I wanted to ask about
>> it first: Is there any plans to implement Hyperlinking for the PHP
>> editor in PDT?
>>
>> This would be great especially if you are "including/requiring" php
>> files from the "Include Paths", when it is referring to a huge
>> repository of libraries.
>>
>> Thanks in advance!
>>
>> Cheers,
>> Ali
>
> I already have a bug for this....
>
> this code will not trigger hipperlinking..
>
> define('SOME_PATH',"/etc/hell");
> //This will be ignored by PDT (outline, and hipperlinking)
> include SOME_PATH . "/devil.php";
>
>
> regards H
Re: PDT and Hyperlinking [message #49443 is a reply to message #49384] Thu, 06 September 2007 14:51 Go to previous message
Ali B. is currently offline Ali B.Friend
Messages: 66
Registered: July 2009
Member
H and everyone,

I have found the bug. And clearly I had something wrong with my eclipse.
I used -clean and the linking is working! I never new that it was
there whatsoever :) Thanks everyone.

Cheers,
Ali

Ali B. wrote:
> Thanks H.
>
> Could you give me the Bug ID?
>
> Also, about your sample code. I would think that you are referring to
> the future behaiviour of Hyperlinking in PDT. Right?
>
> Cheers,
> Ali
>
> Hertzel Armengol wrote:
>> Ali B. wrote:
>>> Hey,
>>>
>>> I have a quick question.
>>> I thought about sumbitting a feature request but I wanted to ask
>>> about it first: Is there any plans to implement Hyperlinking for the
>>> PHP editor in PDT?
>>>
>>> This would be great especially if you are "including/requiring" php
>>> files from the "Include Paths", when it is referring to a huge
>>> repository of libraries.
>>>
>>> Thanks in advance!
>>>
>>> Cheers,
>>> Ali
>>
>> I already have a bug for this....
>>
>> this code will not trigger hipperlinking..
>>
>> define('SOME_PATH',"/etc/hell");
>> //This will be ignored by PDT (outline, and hipperlinking)
>> include SOME_PATH . "/devil.php";
>>
>>
>> regards H
Previous Topic:unit tests
Next Topic:Error opening editor
Goto Forum:
  


Current Time: Sat Jul 27 16:45:45 GMT 2024

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

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

Back to the top