This is the mail archive of the
frysk-cvs@sources.redhat.com
mailing list for the frysk project.
frysk-gui/frysk/gui/srcwin SourceBuffer.java S ...
- From: mcvet at sourceware dot org
- To: frysk-cvs at sourceware dot org
- Date: 28 Dec 2006 06:22:41 -0000
- Subject: frysk-gui/frysk/gui/srcwin SourceBuffer.java S ...
- Reply-to: frysk at sourceware dot org
CVSROOT: /cvs/frysk
Module name: frysk-gui
Changes by: mcvet@sourceware.org 2006-12-28 06:22:41
Modified files:
frysk/gui/srcwin: SourceBuffer.java SourceWindow.java ChangeLog
InlineBuffer.java
Log message:
2006-12-28 Mike Cvet <mcvet@redhat.com>
* SourceBuffer.java (setCurrentLine): Removed; replaced in
functionality by highlightLine().
(highlightLine): Cleaned up a little.
(setScope): Removed redundant call to create DOMTags from
source code. Call highlightLine() instead of setCurrentLine().
(loadUnmarkedText): Added. Loads unmarked text into
this SourceBuffer.
(loadFile): Moved some code into loadUnmarkedText().
Better supports loading unmarked text from the innermost
stack frame containing source filename information.
* InlineBuffer.java (setCurrentLine): Call super.highlightLine()
instead of setCurrentLine().
* SourceWindow.java (populateStackBrowser): Ditto.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceBuffer.java.diff?cvsroot=frysk&r1=1.97&r2=1.98
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindow.java.diff?cvsroot=frysk&r1=1.158&r2=1.159
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.361&r2=1.362
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/InlineBuffer.java.diff?cvsroot=frysk&r1=1.36&r2=1.37