Outdated Bug [7245] Autocomplete highlighting out of sync w editor after partial match
Three issues here 1) Cant find "Partial" in code completion settings 2) Cant find any tool named Spotlight 3) Code completion no longer uses tab And generally I cannot reproduce this bug. Is this still relevant ? -- View this message in context: http://forum.world.st/Outdated-Bug-7245-Autocomplete-highlighting-out-of-syn... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
These things are all a bit hidden :( On 2013-10-15, at 21:22, kilon <thekilon@yahoo.co.uk> wrote:
Three issues here
1) Cant find "Partial" in code completion settings => Complete common prefixes
2) Cant find any tool named Spotlight => shift + enter
3) Code completion no longer uses tab => Completion settings: Popup appears with this shortcut
I still don't get it, I cant find any problem with the code completion in spotlight. What I am missing ? It refers to an editor , which editor is that ? Camillo Bruni-3 wrote
These things are all a bit hidden :(
On 2013-10-15, at 21:22, kilon <
thekilon@.co
> wrote:
Three issues here
1) Cant find "Partial" in code completion settings => Complete common prefixes
2) Cant find any tool named Spotlight => shift + enter
3) Code completion no longer uses tab => Completion settings: Popup appears with this shortcut
signature.asc (457 bytes) <http://forum.world.st/attachment/4714636/0/signature.asc>
-- View this message in context: http://forum.world.st/Outdated-Bug-7245-Autocomplete-highlighting-out-of-syn... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
On 2013-10-16, at 07:24, btc@openinworld.com wrote:
An additional problem is referring to old identifiers that are no longer in the image. Yeah, so that is part of a long-standing bug in the completion framework...
Not sure whether that should be a separate Case.
well it should be :) but chances are low that this will ever be fixed. The completion framework is a battlefield of its own :P
cheers -ben
btc@openinworld.com wrote:
Refer to attached pic. When the Spotlight text jumps from 'Conf' to 'Configuration' by pressing <tab>, the list is not updated. Actually, why does the auto-completion jump from 'Conf' to 'Configuration' and not stop at 'Config' ?
The code currently only looks at the first 10 entries or so for the tab completion.
We would love that somebody have a look and make this working really well. So if somebody wants to have a look. This is a kind of work that we want to do in Pharo 40: better tools Stef
An additional problem is referring to old identifiers that are no longer in the image. 1. Upack fresh #30487 build 2. Create a new package 'MyXXXTest' 3. Delete package 'MyYYYTest' 4. Hit shift-enter to start Spotlight 5. Type 'My' Observe that MyYYYTest appears in the list. It should not since it does not exist. Same behaviour if you create and immediately delete a class e.g. MyZ1Test
Not sure whether that should be a separate Case. cheers -ben
btc@openinworld.com wrote:
Refer to attached pic. When the Spotlight text jumps from 'Conf' to 'Configuration' by pressing <tab>, the list is not updated. Actually, why does the auto-completion jump from 'Conf' to 'Configuration' and not stop at 'Config' ?
cheers -ben
kilon wrote:
I still don't get it, I cant find any problem with the code completion in spotlight. What I am missing ?
It refers to an editor , which editor is that ? Camillo Bruni-3 wrote
These things are all a bit hidden :(
On 2013-10-15, at 21:22, kilon <
thekilon@.co
> wrote:
Three issues here
1) Cant find "Partial" in code completion settings
=> Complete common prefixes
2) Cant find any tool named Spotlight
=> shift + enter
3) Code completion no longer uses tab
=> Completion settings: Popup appears with this shortcut
signature.asc (457 bytes) <http://forum.world.st/attachment/4714636/0/signature.asc>
-- View this message in context: http://forum.world.st/Outdated-Bug-7245-Autocomplete-highlighting-out-of-syn... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
<Mail Attachment.png>
participants (4)
-
btc@openinworld.com -
Camillo Bruni -
kilon -
Stéphane Ducasse