[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jedit-cvs
Subject:    [ jEdit-CVS ] jEdit/org/gjt/sp/jedit/textarea JEditTextArea.java,1.363,1.364
From:       Alan Ezust <ezust () users ! sourceforge ! net>
Date:       2005-12-31 22:03:41
Message-ID: E1EsopG-0006ct-RT () mail ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/jedit/jEdit/org/gjt/sp/jedit/textarea
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15806/org/gjt/sp/jedit/textarea

Modified Files:
	JEditTextArea.java 
Log Message:
removed redundant line in the toString() method

Index: JEditTextArea.java
===================================================================
RCS file: /cvsroot/jedit/jEdit/org/gjt/sp/jedit/textarea/JEditTextArea.java,v
retrieving revision 1.363
retrieving revision 1.364
diff -u -d -r1.363 -r1.364
--- JEditTextArea.java	31 Dec 2005 21:34:21 -0000	1.363
+++ JEditTextArea.java	31 Dec 2005 22:03:39 -0000	1.364
@@ -164,11 +164,10 @@
 		sl.add("magicCaret: " + magicCaret);
 		sl.add("offsetXY" + offsetXY.toString());
 		sl.add("oldCaretLine: " + oldCaretLine);
-		sl.add("physLastLine: " + physLastLine);
 		sl.add("screenLastLine: " + screenLastLine);
 		sl.add("visibleLines: " + visibleLines);
 		sl.add("firstPhysicalLine: " + getFirstPhysicalLine());
-		sl.add("lastPhysicalLine=" + getLastPhysicalLine());
+		sl.add("physLastLine: " + physLastLine);
 		return TextUtilities.join(sl, "\n");
 	}
 	



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
jEdit-CVS mailing list
jEdit-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic