Bug 484848 - [AQL] Change the order of the completion to propose the user's metamodels elements first
Summary: [AQL] Change the order of the completion to propose the user's metamodels ele...
Status: NEW
Alias: None
Product: Sirius
Classification: Modeling
Component: Core (show other bugs)
Version: 3.1.0   Edit
Hardware: PC Windows NT
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2015-12-23 08:24 EST by Etienne Juliot CLA
Modified: 2016-01-11 04:44 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Etienne Juliot CLA 2015-12-23 08:24:14 EST
With the current behavior in queries fields, the completion propose first the keywords of AQL, variables, then ecore elements, then viewpoint and user's metamodels elements.

It should be better if user's metamodels are in first position. It is more natural to end specifiers to propose his domain model first, before any advanded elements.

For keywords, you could use the same order than the JDT: at the end of the completion.
Comment 1 Laurent Fasani CLA 2016-01-11 04:32:36 EST
Thanks for your detailed enhancement submit.
We agree that it would be an interesting improvement.
Nevertheless, we have currently not planned to work on it in the following releases.
Comment 2 Yvan Lussaud CLA 2016-01-11 04:44:01 EST
see org.eclipse.acceleo.query.runtime.ICompletionResult.sort()