| Summary: | [syntax highlighting] Unclosed link tag followed by space is not coloured | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Brock Janiczak <brockj> |
| Component: | Text | Assignee: | JDT-Text-Inbox <jdt-text-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | minor | ||
| Priority: | P4 | ||
| Version: | 3.1 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | stalebug | ||
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |
Version: 3.1.0 Build id: I20050218-1600 With an existing javadoc block comment open go to the end of the line and type in '{@link ' (note the space). As you press space the link will change form the default colour to black. I have tried to trace down the problem but failed. All i can say is that the SingleLinePatter is matching the start sequence then failing to match the end sequence and only unreads the last character (the space). This seems to cause the part that matches startSegment to not get a token.