This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

frysk-gui/frysk/gui/srcwin SourceBuffer.java S ...


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]