| Summary: | [painting] "Current Line Highlight" gets left behind when cursor moves with Emacs Ctrl-N and Ctrl-P | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Fares Abdullah <Fares_Abdullah> |
| Component: | Text | Assignee: | Platform-Text-Inbox <platform-text-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
|
Description
Fares Abdullah
Similar, using build 200303272130 on Windows 2000 with JDK 1.4.1_02:
In a Java Editor edit the following class:
public class Test {
private void foo() {
a;
b;
c;
}
}
1. Select "Show source of selected element only"
2. Select foo() in the Outline (Editor displays method only)
3. Select the entire first line of code in foo ("a;")
4. Cut the selection and paste it
5. Revert the file (File->Revert, or via context menu)
6. Move the cursor - the old current line highlight is not removed
works for me using I200411022000 |