Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » PDT-Simple Question
PDT-Simple Question [message #20550] Tue, 15 May 2007 19:24 Go to next message
Ali B. is currently offline Ali B.Friend
Messages: 66
Registered: July 2009
Member
Hi again guys,

I was wondering if there is any way to get the "Content Assist"
(Ctrl+Space) to display automatically while typing?

TIA

Cheers,
Ali
Re: PDT-Simple Question [message #20559 is a reply to message #20550] Wed, 16 May 2007 10:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: smserg.bk.ru

There is option in "Preferences", php->code assist->enable auto activation

Ali B. wrote:
> Hi again guys,
>
> I was wondering if there is any way to get the "Content Assist"
> (Ctrl+Space) to display automatically while typing?
>
> TIA
>
> Cheers,
> Ali
Re: PDT-Simple Question [message #20568 is a reply to message #20559] Wed, 16 May 2007 17:24 Go to previous messageGo to next message
Ali B. is currently offline Ali B.Friend
Messages: 66
Registered: July 2009
Member
Thanks Smirnov,

The auto activation requires triggers, and it can only accept 4 trigger
characters, so putting all the alphabet letters there is not an option :)

is there any way to enable auto activation, period? If not, should I
open a new feature request or something?

Cheers,
Ali

Smirnov Sergey wrote:
> There is option in "Preferences", php->code assist->enable auto activation
>
> Ali B. wrote:
>> Hi again guys,
>>
>> I was wondering if there is any way to get the "Content Assist"
>> (Ctrl+Space) to display automatically while typing?
>>
>> TIA
>>
>> Cheers,
>> Ali
Re: PDT-Simple Question [message #20577 is a reply to message #20568] Wed, 16 May 2007 23:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pavel.kunc.google.com

Hi,

Well... ctrl+space isn't enough? You can also change autocomplete delay
(still it respect trigger characters). Actually for me it would be not
comfortable if autocomplete would pop-up on every key press. If I need
help during typing some PHP function I just ctrl+space for hint...

Or I don't understand what you need?

Pavel

On Wed, 16 May 2007 19:24:38 +0200, Ali B. <dmondark@gmail.com> wrote:

> Thanks Smirnov,
>
> The auto activation requires triggers, and it can only accept 4 trigger
> characters, so putting all the alphabet letters there is not an option :)
>
> is there any way to enable auto activation, period? If not, should I
> open a new feature request or something?
>
> Cheers,
> Ali
>
> Smirnov Sergey wrote:
>> There is option in "Preferences", php->code assist->enable auto
>> activation
>> Ali B. wrote:
>>> Hi again guys,
>>>
>>> I was wondering if there is any way to get the "Content Assist"
>>> (Ctrl+Space) to display automatically while typing?
>>>
>>> TIA
>>>
>>> Cheers,
>>> Ali



--
Re: PDT-Simple Question [message #21520 is a reply to message #20577] Thu, 17 May 2007 20:52 Go to previous messageGo to next message
Ali B. is currently offline Ali B.Friend
Messages: 66
Registered: July 2009
Member
Thanks Pavel,

You did understood me right. Maybe I am just being picky :) Sorry about
that, it's probably because I am used to Visual studio's interface and
missing this feature.

Thank you for you help.

Pavel Kunc wrote:
> Hi,
>
> Well... ctrl+space isn't enough? You can also change autocomplete delay
> (still it respect trigger characters). Actually for me it would be not
> comfortable if autocomplete would pop-up on every key press. If I need
> help during typing some PHP function I just ctrl+space for hint...
>
> Or I don't understand what you need?
>
> Pavel
>
> On Wed, 16 May 2007 19:24:38 +0200, Ali B. <dmondark@gmail.com> wrote:
>
>> Thanks Smirnov,
>>
>> The auto activation requires triggers, and it can only accept 4
>> trigger characters, so putting all the alphabet letters there is not
>> an option :)
>>
>> is there any way to enable auto activation, period? If not, should I
>> open a new feature request or something?
>>
>> Cheers,
>> Ali
>>
>> Smirnov Sergey wrote:
>>> There is option in "Preferences", php->code assist->enable auto
>>> activation
>>> Ali B. wrote:
>>>> Hi again guys,
>>>>
>>>> I was wondering if there is any way to get the "Content Assist"
>>>> (Ctrl+Space) to display automatically while typing?
>>>>
>>>> TIA
>>>>
>>>> Cheers,
>>>> Ali
>
>
>
Re: PDT-Simple Question [message #22385 is a reply to message #20550] Sun, 20 May 2007 10:13 Go to previous messageGo to next message
Guy Gurfinkel is currently offline Guy GurfinkelFriend
Messages: 39
Registered: July 2009
Member
Hi,
In order to implement the auto completion for PDT, a few interface functions
should be enabled.
I have opened bugzilla issues to Eclipse Platform and WTP for changing those
behaviors but still didn't got any reply.
When the issues will be resolved then I could implement it.


--
Guy Gurfinkel,
Team Leader, Development Tools
Zend.

"Ali B." <dmondark@gmail.com> wrote in message
news:f2d1bt$ai2$1@build.eclipse.org...
> Hi again guys,
>
> I was wondering if there is any way to get the "Content Assist"
> (Ctrl+Space) to display automatically while typing?
>
> TIA
>
> Cheers,
> Ali
Re: PDT-Simple Question [message #22405 is a reply to message #22385] Sun, 20 May 2007 17:29 Go to previous messageGo to next message
Ali B. is currently offline Ali B.Friend
Messages: 66
Registered: July 2009
Member
Hi Guy,
Thanks for the reply, can you please send me a link to the bug? My team
and I are willing to vote for it cause we would love to see that
implemented sometime in PDT.

Cheers,
Ali

Guy Gurfinkel wrote:
> Hi,
> In order to implement the auto completion for PDT, a few interface functions
> should be enabled.
> I have opened bugzilla issues to Eclipse Platform and WTP for changing those
> behaviors but still didn't got any reply.
> When the issues will be resolved then I could implement it.
>
>
Re: PDT-Simple Question [message #22538 is a reply to message #22405] Mon, 21 May 2007 11:37 Go to previous messageGo to next message
Guy Gurfinkel is currently offline Guy GurfinkelFriend
Messages: 39
Registered: July 2009
Member
I have updated the bug with some more details, since it was resolved with
wontfix a while ago.
I hope the new details will change thier decision.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=169954

Guy
Re: PDT-Simple Question [message #22667 is a reply to message #22538] Mon, 21 May 2007 17:39 Go to previous messageGo to next message
Ali B. is currently offline Ali B.Friend
Messages: 66
Registered: July 2009
Member
Guy,

Thanks for the update. Are you willing to provide the patch they
requested? This would be a platform patch, right?

For anyone who thinks that this would be useful when implemented, please
vote for the bug.

Cheers,
Ali



Guy Gurfinkel wrote:
> I have updated the bug with some more details, since it was resolved with
> wontfix a while ago.
> I hope the new details will change thier decision.
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=169954
>
> Guy
>
>
Re: PDT-Simple Question + auto trigger delay [message #22711 is a reply to message #22667] Mon, 21 May 2007 18:07 Go to previous messageGo to next message
exceptione is currently offline exceptioneFriend
Messages: 96
Registered: July 2009
Member
Done :P

I was wondering if there is a bug in pdt. If i set the delay of auto-trigger
to zero (0), then I still need to wait a while before a list popups, after
the trigger. For instance, after pressing:
$
[wait some time]
[list popups.]

Is my machine slow, or can you confirm?


"Ali B." <dmondark@gmail.com> schreef in bericht
news:f2slel$gs7$1@build.eclipse.org...
> Guy,
>
> Thanks for the update. Are you willing to provide the patch they
> requested? This would be a platform patch, right?
>
> For anyone who thinks that this would be useful when implemented, please
> vote for the bug.
>
> Cheers,
> Ali
>
>
>
> Guy Gurfinkel wrote:
>> I have updated the bug with some more details, since it was resolved with
>> wontfix a while ago.
>> I hope the new details will change thier decision.
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=169954
>>
>> Guy
>>
Re: PDT-Simple Question + auto trigger delay [message #22755 is a reply to message #22711] Mon, 21 May 2007 20:04 Go to previous messageGo to next message
Ali B. is currently offline Ali B.Friend
Messages: 66
Registered: July 2009
Member
Not your machine. I am having this as well, and min is *pretty* OK. I
don't think that it has an initial delay set, probably just the time it
takes to query the list or something.

Cheers,
Ali

Exception e wrote:
> Done :P
>
> I was wondering if there is a bug in pdt. If i set the delay of auto-trigger
> to zero (0), then I still need to wait a while before a list popups, after
> the trigger. For instance, after pressing:
> $
> [wait some time]
> [list popups.]
>
> Is my machine slow, or can you confirm?
>
>
> "Ali B." <dmondark@gmail.com> schreef in bericht
> news:f2slel$gs7$1@build.eclipse.org...
>> Guy,
>>
>> Thanks for the update. Are you willing to provide the patch they
>> requested? This would be a platform patch, right?
>>
>> For anyone who thinks that this would be useful when implemented, please
>> vote for the bug.
>>
>> Cheers,
>> Ali
>>
>>
>>
>> Guy Gurfinkel wrote:
>>> I have updated the bug with some more details, since it was resolved with
>>> wontfix a while ago.
>>> I hope the new details will change thier decision.
>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=169954
>>>
>>> Guy
>>>
>
Re: PDT-Simple Question [message #23282 is a reply to message #22667] Thu, 24 May 2007 09:13 Go to previous message
Guy Gurfinkel is currently offline Guy GurfinkelFriend
Messages: 39
Registered: July 2009
Member
Yes, I'm working on it.

Guy

"Ali B." <dmondark@gmail.com> wrote in message
news:f2slel$gs7$1@build.eclipse.org...
> Guy,
>
> Thanks for the update. Are you willing to provide the patch they
> requested? This would be a platform patch, right?
>
> For anyone who thinks that this would be useful when implemented, please
> vote for the bug.
>
> Cheers,
> Ali
>
>
>
> Guy Gurfinkel wrote:
>> I have updated the bug with some more details, since it was resolved with
>> wontfix a while ago.
>> I hope the new details will change thier decision.
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=169954
>>
>> Guy
>>
Previous Topic:Xdebug: Cross-platform remote debugging
Next Topic:"creating PHP model" frequently hangs
Goto Forum:
  


Current Time: Fri Apr 19 05:20:41 GMT 2024

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

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

Back to the top