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 ChangeLog srcwin/ChangeLog ...


CVSROOT:	/cvs/frysk
Module name:	frysk-gui
Changes by:	ajocksch@sourceware.org	2005-10-20 20:09:38

Modified files:
	frysk/gui      : ChangeLog 
	frysk/gui/srcwin: ChangeLog InlineHandler.java InlineViewer.java 
	                  PCLocation.java SourceViewWidget.java 
	frysk/gui/test : SourceWinRunner.java 

Log message:
	frysk-gui/frysk/gui/srcwin:
	2005-10-20  Adam Jocksch  <ajocksch@redhat.com>
	
	* PCLocation.java (getInlineScope): Added.
	(getParentScope): Ditto.
	(hasInlineScope): Ditto.
	* InlineHandler.java (moveDown): Removed debugging output, refactored to
	use above refactorings to PCLocation, fixed bug with next scope being
	loaded instead of inline scope.
	(showScopes): Added.
	(moveUp): Refactored code out into showScopes,
	* SourceViewWidget.java: Created hasInlineCode member.
	(load): Now sets hasInlineCode.
	(showMargins): Inline code mark is now only drawn if hasInlineCode is set.
	* InlineViewer.java (load): Now sets hasInlineCode.
	(moveDown): Now properly loads next inline level, not next level on stack.
	(showMargin): Inline code mark not drawn if no code present (identical to
	fix in SourceViewWidget.java).
	
	frysk-gui/frysk/gui:
	2005-10-20  Adam Jocksch  <ajocksch@redhat.com>
	
	* test/SourceWinRunner.java (main): Changed layout of test data.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/ChangeLog.diff?cvsroot=frysk&r1=1.35&r2=1.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.74&r2=1.75
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/InlineHandler.java.diff?cvsroot=frysk&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/InlineViewer.java.diff?cvsroot=frysk&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/PCLocation.java.diff?cvsroot=frysk&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceViewWidget.java.diff?cvsroot=frysk&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/test/SourceWinRunner.java.diff?cvsroot=frysk&r1=1.6&r2=1.7


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