Bugs item #565444, was opened at 2002-06-06 12:47
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=438935&aid=565444&group_id=44253
Category: User interface
Group: Annoying
Status: Open
Resolution: None
Priority: 3
Submitted By: Christopher McGraw (cmcgraw)
Assigned to: Nobody/Anonymous (nobody)
Summary: Closed/reopened files lose highlighting
Initial Comment:
In both the compilerErrorPanel and junitErrorPanel, if
a file containing errors is closed, its errors are
still listed in the corresponding panel. Clicking on
one of those errors will reopen the file, however,
since the errorListModel has been lost, the errors
cannot be highlighted in the source.
Nothing crashes, nor does this bug cause an instability
but it's annoying to lose this functionality. Some way
of keeping the positions array past file closure would
go a ways towards solving this problem, but such an
approach introduces other problems in itself. On the
other hand, removing the entries from the error panel
once the file has been closed is difficult as well.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=438935&aid=565444&group_id=44253
|