Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 337411 - Filter on autocompletion does not work
Summary: Filter on autocompletion does not work
Status: CLOSED FIXED
Alias: None
Product: Acceleo
Classification: Modeling
Component: Core (show other bugs)
Version: 3.0.0   Edit
Hardware: PC Windows 7
: P3 normal
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-17 06:05 EST by Stéphane Thibaudeau CLA
Modified: 2016-04-01 04:26 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stéphane Thibaudeau CLA 2011-02-17 06:05:54 EST
Acceleo 3.0.2 RC4

I have a query as :
[query public doSomething(msg : String) : String = ... /]

I want to use it like that :

'example'.doSomething().toUpper()

When I hit Ctrl+Space right before 'toUpper', the completion suggests every method available on a String (like toUpper() for example).
When I begin to type characters to filter the suggestions list, like 't' then 'o', the list only shows the 'toString' choice. Every other choices which should match what I types are filtered out.

Second example :
Type : 'example'.doSomething().to
and then hit Ctrl-space, only 'toString' is suggested.
Comment 1 Laurent Goubet CLA 2016-04-01 04:26:46 EDT
This has been fixed since then.