History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-4883
Type: Cosmetics Cosmetics
Status: Open Open
Priority: Normal Normal
Assignee: Alexey Kudravtsev
Reporter: Esko Luontola
Votes: 0
Watchers: 1
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Search results: Incorrect color coding of HTML tags in Javadocs

Created: 06 Oct 06 00:58   Updated: 16 Nov 06 11:14
Component/s: Find, Replace, Find Usages
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. Search results - Incorrect color coding of HTML tags in Javadocs.png
(42 kb)

Build: 5,766


 Description  « Hide
If there is the following class and the user searches (Find in Path; also at least Safe Delete's "search in comments") for all occurences of "baz", then in the search results all of the row, starting from the first <code> tag, is color coded. See the attached picture.
/**
 * something <code>foo</code> bar <code>baz</code> something
 */
public class Test2 {
}

EXPECTED

  • Only the tags should be color coded.


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.