| Summary: | [syntax highlighting] Semantic highlighting not always shown in ClassFileEditor | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Christof Marti <christof_marti> |
| Component: | Text | Assignee: | JDT-Text-Inbox <jdt-text-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | markus.kell.r |
| Version: | 3.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Can you give more details? Steps to reproduce using the UI? The pseudo-code in comment 0 are the steps to reproduce manually. Sorry for the misguided creativity ;-) Can reproduce now. My first guess was a missing AST but the AST is there since occurrence marking works. I also see this in M20050907-1200 with steps:
openType("java.lang.Class"); closeEditor(); navigateBack();
It works again if Open Type is used to open the editor (instead of navigateBack).
|
I20050906-1200 The following usually HALTs within 10 iterations: openType("JavaCore"); // which is binary-imported into my workspace while (isSemanticHighlightingShown()) { closeEditor(); navigateBack(); }