- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Auto-Activation of Content Assist
Fri, 2009-04-03, 15:06
Hi,
the auto-activation of content assist doesn't work (for me) in the latest
nightlies (OS X, eclipse 3.4.2, plugin b20090331) - should I file a ticket,
or might I be doing anything wrong? Activating it using the keyboard
shortcut works fine.
Otherwise, the eclipse plugin is working a lot better now, after the fixes
to #1669 / #1763 / #1776 - thanks!!
Lukas
the auto-activation of content assist doesn't work (for me) in the latest
nightlies (OS X, eclipse 3.4.2, plugin b20090331) - should I file a ticket,
or might I be doing anything wrong? Activating it using the keyboard
shortcut works fine.
Otherwise, the eclipse plugin is working a lot better now, after the fixes
to #1669 / #1763 / #1776 - thanks!!
Lukas
Fri, 2009-04-03, 20:17
#2
Re: Auto-Activation of Content Assist
I have created a ticket for this issue it's #1855:
http://lampsvn.epfl.ch/trac/scala/ticket/1855
Attached to the ticket is a patch that should fix the issue. The fix is hard
coded to use a '.' and the delay before displaying the content assist is
fixed at 200ms
Ben Jackman
Daniel Spiewak wrote:
>
> +1 on this issue. I never filed a ticket because I assumed that it was
> something funky with my environment and/or that current build. We should
> probably enter this in Trac.
>
> To clarify the problem:
>
> val test = List(1, 2, 3)
> test.
>
> After entering this code, I would expect a popup showing List's methods
> and
> fields, but nothing appears. (no errors either, so I suppose that's good)
>
> Daniel
>
> On Fri, Apr 3, 2009 at 9:06 AM, Lukas Rytz wrote:
>
>> Hi,
>>
>> the auto-activation of content assist doesn't work (for me) in the latest
>> nightlies (OS X, eclipse 3.4.2, plugin b20090331) - should I file a
>> ticket,
>> or might I be doing anything wrong? Activating it using the keyboard
>> shortcut works fine.
>>
>> Otherwise, the eclipse plugin is working a lot better now, after the
>> fixes
>> to #1669 / #1763 / #1776 - thanks!!
>>
>> Lukas
>>
>
>
Fri, 2009-04-03, 22:57
#3
Re: Auto-Activation of Content Assist
On Fri, Apr 3, 2009 at 8:12 PM, Ben Jackman wrote:
> I have created a ticket for this issue it's #1855:
> http://lampsvn.epfl.ch/trac/scala/ticket/1855
>
> Attached to the ticket is a patch that should fix the issue. The fix is hard
> coded to use a '.' and the delay before displaying the content assist is
> fixed at 200ms
Tickets with patches attached would normally get especially prompt
attention, but I'm on holiday until the middle of next week right at
the mo' ... will deal with this one as soon as I get back ...
Many thanks!
Cheers,
Miles
Sun, 2009-04-05, 18:57
#4
Re: Auto-Activation of Content Assist
Thanks, but why not use the preferences in "Java" - "Editor" - "Content Assist",instead of hard-coding?
Lukas
On Fri, Apr 3, 2009 at 21:12, Ben Jackman <benjamin.jackman@gmail.com> wrote:
Lukas
On Fri, Apr 3, 2009 at 21:12, Ben Jackman <benjamin.jackman@gmail.com> wrote:
I have created a ticket for this issue it's #1855:
http://lampsvn.epfl.ch/trac/scala/ticket/1855
Attached to the ticket is a patch that should fix the issue. The fix is hard
coded to use a '.' and the delay before displaying the content assist is
fixed at 200ms
Ben Jackman
Daniel Spiewak wrote:
>
> +1 on this issue. I never filed a ticket because I assumed that it was
> something funky with my environment and/or that current build. We should
> probably enter this in Trac.
>
> To clarify the problem:
>
> val test = List(1, 2, 3)
> test.
>
> After entering this code, I would expect a popup showing List's methods
> and
> fields, but nothing appears. (no errors either, so I suppose that's good)
>
> Daniel
>
> On Fri, Apr 3, 2009 at 9:06 AM, Lukas Rytz <lukas.rytz@epfl.ch> wrote:
>
>> Hi,
>>
>> the auto-activation of content assist doesn't work (for me) in the latest
>> nightlies (OS X, eclipse 3.4.2, plugin b20090331) - should I file a
>> ticket,
>> or might I be doing anything wrong? Activating it using the keyboard
>> shortcut works fine.
>>
>> Otherwise, the eclipse plugin is working a lot better now, after the
>> fixes
>> to #1669 / #1763 / #1776 - thanks!!
>>
>> Lukas
>>
>
>
--
View this message in context: http://www.nabble.com/-scala-tools--Auto-Activation-of-Content-Assist-tp22869112p22874209.html
Sent from the Scala - Tools mailing list archive at Nabble.com.
Sun, 2009-04-05, 22:07
#5
Re: Auto-Activation of Content Assist
Good idea, I wanted to do that as well, however I just started learning eclipse/plugin development and haven't learned how to do that yet. I wanted to try to patch up other bugs that are causing problems first. Eventually, when I have the time to do it right, I was hoping to come back and implement the functionality you suggest.
Ben
On Sun, Apr 5, 2009 at 12:45 PM, Lukas Rytz <lukas.rytz@epfl.ch> wrote:
Ben
On Sun, Apr 5, 2009 at 12:45 PM, Lukas Rytz <lukas.rytz@epfl.ch> wrote:
Thanks, but why not use the preferences in "Java" - "Editor" - "Content Assist",instead of hard-coding?
Lukas
On Fri, Apr 3, 2009 at 21:12, Ben Jackman <benjamin.jackman@gmail.com> wrote:
I have created a ticket for this issue it's #1855:
http://lampsvn.epfl.ch/trac/scala/ticket/1855
Attached to the ticket is a patch that should fix the issue. The fix is hard
coded to use a '.' and the delay before displaying the content assist is
fixed at 200ms
Ben Jackman
Daniel Spiewak wrote:
>
> +1 on this issue. I never filed a ticket because I assumed that it was
> something funky with my environment and/or that current build. We should
> probably enter this in Trac.
>
> To clarify the problem:
>
> val test = List(1, 2, 3)
> test.
>
> After entering this code, I would expect a popup showing List's methods
> and
> fields, but nothing appears. (no errors either, so I suppose that's good)
>
> Daniel
>
> On Fri, Apr 3, 2009 at 9:06 AM, Lukas Rytz <lukas.rytz@epfl.ch> wrote:
>
>> Hi,
>>
>> the auto-activation of content assist doesn't work (for me) in the latest
>> nightlies (OS X, eclipse 3.4.2, plugin b20090331) - should I file a
>> ticket,
>> or might I be doing anything wrong? Activating it using the keyboard
>> shortcut works fine.
>>
>> Otherwise, the eclipse plugin is working a lot better now, after the
>> fixes
>> to #1669 / #1763 / #1776 - thanks!!
>>
>> Lukas
>>
>
>
--
View this message in context: http://www.nabble.com/-scala-tools--Auto-Activation-of-Content-Assist-tp22869112p22874209.html
Sent from the Scala - Tools mailing list archive at Nabble.com.
To clarify the problem:
val test = List(1, 2, 3)
test.
After entering this code, I would expect a popup showing List's methods and fields, but nothing appears. (no errors either, so I suppose that's good)
Daniel
On Fri, Apr 3, 2009 at 9:06 AM, Lukas Rytz <lukas.rytz@epfl.ch> wrote: