| Summary: | [Xtend] sorting outline doesn't work | ||
|---|---|---|---|
| Product: | [Modeling] TMF | Reporter: | Moritz Eysholdt <moritz.eysholdt> |
| Component: | Xtext | Assignee: | Project Inbox <tmf.xtext-inbox> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | jan |
| Version: | 2.2.0 | Flags: | jan:
juno+
|
| Target Milestone: | M4 | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
correction: statics before constructors: static1, static2, new(), instance1, instance2. I cannot reproduce this with the MASTER version. I guess that has been fixed with the latest outline fixes. Closing all bugs that were set to RESOLVED before Neon.0 Closing all bugs that were set to RESOLVED before Neon.0 |
Example: --- class Foo { def instance2() {} def instance1() {} def static static2() {} def static static1() {} new () {} } --- With the button "sort" in the Outline View being disabled, the order in the outline view is identical to the order in the file. This is as expected. Pressing the button, however, has no impact. I'd expect the order new(), static1, static2, instance1, instance2.