| Summary: | [Xtend] Mark Occurrences is broken | ||
|---|---|---|---|
| Product: | [Modeling] TMF | Reporter: | Moritz Eysholdt <moritz.eysholdt> |
| Component: | Xtext | Assignee: | Project Inbox <tmf.xtext-inbox> |
| Status: | CLOSED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.2.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
My bad, I missed enabling this feature with the tool bar button. 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 extends Super { int foo def instance2( ) { foo } def instance1( ) { instance2 } } ---- Expected behavior: 1. When the cursor is placed on any "foo", both occurrences of "foo" should be highlighted. 1. When the cursor is placed on any "instance2", both occurrences of "instance2" should be highlighted. Currently, nothing gets highlighted.