XTermView.st
branchjv
changeset 12401 4714b9640528
parent 12308 5d9291c0fc27
parent 11831 f2e23f8433f1
child 12431 9f0c59c742d5
--- a/XTermView.st	Tue Jan 22 12:24:41 2013 +0000
+++ b/XTermView.st	Wed Jan 30 11:15:09 2013 +0000
@@ -34,6 +34,7 @@
 "
 ! !
 
+
 !XTermView class methodsFor:'class initialization'!
 
 initialize
@@ -53,6 +54,7 @@
     "Created: / 09-12-2010 / 23:15:40 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !XTermView class methodsFor:'defaults'!
 
 defaultFont
@@ -71,6 +73,7 @@
     "Created: / 25-11-2010 / 12:21:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !XTermView class methodsFor:'queries'!
 
 isAvailable
@@ -80,6 +83,7 @@
     "Created: / 09-12-2010 / 23:21:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !XTermView methodsFor:'accessing'!
 
 workingDirectory: aStringOrFilename
@@ -90,6 +94,7 @@
     "Created: / 25-11-2010 / 12:32:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !XTermView methodsFor:'event handling'!
 
 clientUnplugged: clientInitiated
@@ -119,6 +124,7 @@
     "Created: / 06-06-2011 / 10:04:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !XTermView methodsFor:'initialization & release'!
 
 destroy
@@ -144,6 +150,7 @@
     "Created: / 25-11-2010 / 12:34:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !XTermView methodsFor:'menu'!
 
 doClear
@@ -191,6 +198,7 @@
     "Modified: / 03-04-2012 / 10:34:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !XTermView methodsFor:'mimicry'!
 
 defaultFileNameForFileDialog
@@ -258,6 +266,7 @@
     "Created: / 25-11-2010 / 12:38:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !XTermView methodsFor:'private'!
 
 xcolorNameFor: aColor
@@ -300,6 +309,7 @@
     "Modified: / 09-12-2010 / 23:16:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !XTermView methodsFor:'queries'!
 
 preferredExtent
@@ -324,6 +334,7 @@
     "Created: / 25-11-2010 / 12:51:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !XTermView methodsFor:'realization'!
 
 postRealize
@@ -349,6 +360,7 @@
     "Modified: / 02-06-2011 / 23:27:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !XTermView methodsFor:'testing'!
 
 isTextView
@@ -358,14 +370,16 @@
     "Created: / 13-09-2011 / 11:22:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !XTermView class methodsFor:'documentation'!
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/XTermView.st,v 1.3 2012/10/01 10:46:37 stefan Exp §'
+    ^ '$Header: /cvs/stx/stx/libtool/XTermView.st,v 1.3 2012-10-01 10:46:37 stefan Exp $'
 !
 
 version_SVN
-    ^ '$Id: XTermView.st 8074 2012-11-30 17:23:39Z vranyj1 $'
+    ^ '§Id: XTermView.st 7802 2011-07-05 18:33:36Z vranyj1 §'
 ! !
 
+
 XTermView initialize!