| Summary: | [content assist] Importing classes causes text to jump | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Brett Kotch <bkotch> |
| Component: | Text | Assignee: | JDT-Text-Inbox <jdt-text-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | r.bhaskar |
| Version: | 3.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Brett Kotch
I'll try and add some more information here, then: I'm using Eclipse Version: 3.0.1 Build id: 200409161125. Steps to reproduce: 1) Open an existing Java class 2) Start writing a class name in a method such that the import declarations are off-screen. Use ctrl+space to begin autocomplete of the class name 3) Select the correct package for your class and press enter. Expected results: the class is added to the import declarations with no movement of the editor Actual results: the import declaration is added, but text in the editor jumps down by one line Works using 3.1 M5a with folding enabled. Does not work if folding is disabled. |