Bug 262938 - [compare] Support mark occurrences in Java compare editor
Summary: [compare] Support mark occurrences in Java compare editor
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.5   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Tomasz Zarna CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-29 12:57 EST by Markus Keller CLA
Modified: 2009-01-30 01:52 EST (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 Markus Keller CLA 2009-01-29 12:57:07 EST
I20090128-0800

The Java compare editor should either support mark occurrences (preferred) or not show occurrence annotations at all.

Steps:
- open a CU editor
- set caret into a name and wait until mark occurrences highlights the name
- Compare With > Latest from HEAD
=> left pane contains occurrence annotations, but I found no way to get rid of them in the compare editor
Comment 1 Dani Megert CLA 2009-01-30 01:39:31 EST
>The Java compare editor should either support mark occurrences (preferred) or
>not show occurrence annotations at all.
Please only one item per bug report ;-)

The problem is covered by bug 64911. I suggest we keep this as the enhancement.
Comment 2 Dani Megert CLA 2009-01-30 01:43:23 EST
Note that to support this we need the AST. I suggest we bundle AST-based features into one bigger package of new features. Before doing this we should make the normal text compare editor based.