Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 337411

Summary: Filter on autocompletion does not work
Product: [Modeling] Acceleo Reporter: Stéphane Thibaudeau <stephane.thibaudeau>
Component: CoreAssignee: Project Inbox <acceleo-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: laurent.goubet
Version: 3.0.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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.