Bug 4094 - Sourcewindow stack view should highlight current frame
Summary: Sourcewindow stack view should highlight current frame
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on:
Blocks: 1633 3346
  Show dependency treegraph
 
Reported: 2007-02-23 19:53 UTC by Mike Cvet
Modified: 2007-02-26 15:21 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Cvet 2007-02-23 19:53:06 UTC
after each step, the appropriate row in the source window should be highlighted 
to indicate where in the stack the frame now is.
Comment 1 Mike Cvet 2007-02-26 15:21:37 UTC
Log message:
	2007-02-26  Mike Cvet  <mcvet@redhat.com>
	
	* SourceWindow.java (populateStackBrowser): Re-arranged to use new
	CurrentStackView.selectRow(). Fixes #4094.
	* CurrentStackView.java (selectRow): Rewritten to properly select a
	row in the TreeView using TreeSelection. Added Javadoc. Fixes #4094.