[climacs-cvs] CVS update: climacs/TODO climacs/gui.lisp

Robert Strandh rstrandh at common-lisp.net
Sun Feb 20 05:39:17 UTC 2005


Update of /project/climacs/cvsroot/climacs
In directory common-lisp.net:/tmp/cvs-serv22599

Modified Files:
	TODO gui.lisp 
Log Message:
Lines are no longer wrapped by CLIM.  Scrolling does not work very well
either though.  We do need that custom scroller pane. 

Date: Sun Feb 20 06:39:16 2005
Author: rstrandh

Index: climacs/TODO
diff -u climacs/TODO:1.4 climacs/TODO:1.5
--- climacs/TODO:1.4	Sun Feb 20 06:11:39 2005
+++ climacs/TODO	Sun Feb 20 06:39:15 2005
@@ -5,6 +5,4 @@
   one sequence type for lines, the other for line contents), then
   upgrade it to an undoable buffer
 
-- handle wrapped lines instead of making McCLIM handle them
-
 - replace the use of the scroller pane by custom pane


Index: climacs/gui.lisp
diff -u climacs/gui.lisp:1.113 climacs/gui.lisp:1.114
--- climacs/gui.lisp:1.113	Sun Feb 20 06:11:39 2005
+++ climacs/gui.lisp	Sun Feb 20 06:39:16 2005
@@ -60,6 +60,7 @@
 		(make-pane 'extended-pane
 			   :width 900 :height 400
 			   :name 'bla
+			   :end-of-line-action :scroll
 			   :incremental-redisplay t
 			   :display-function 'display-win))
 	       (info-pane
@@ -916,6 +917,7 @@
 	  (make-pane 'extended-pane
 		     :width 900 :height 400
 		     :name 'win
+		     :end-of-line-action :scroll
 		     :incremental-redisplay t
 		     :display-function 'display-win))
 	 (vbox




More information about the Climacs-cvs mailing list