This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
Errors and Task List pad should not show selected line even when focus is moved to another window #153
Open
Description
SD-1624, originally created on 11/28/2009 14:38:37 by Matt Ward
Steps to reproduce:
- Create a new project.
- Add two or more errors to the code so it will fail to compile.
- Compile the project.
- Double click an item in the errors window.
Expected result:
Item in Errors window is still highlighted in grey even though the
focus is in the text editor.
Actual result:
The original error selected is not highlighted. If there is a large
number of errors it is difficult to remember which one was the last one
you fixed since the item is no longer highlighted.