class: TerminalApplication
authorClaus Gittinger <cg@exept.de>
Thu, 06 Feb 2014 03:03:35 +0100
changeset 13903 4fdd33f4b23f
parent 13902 260a9e8233df
child 13904 fa0f2004dfd9
class: TerminalApplication changed: #createWorkspace
TerminalApplication.st
--- a/TerminalApplication.st	Thu Feb 06 02:43:46 2014 +0100
+++ b/TerminalApplication.st	Thu Feb 06 03:03:35 2014 +0100
@@ -392,8 +392,9 @@
 "/    JV@2011-11-30: XTermView disabled as recent changes in
 "/    #startShellInSelectedWindow leads to infinite loop.
 "/    further investigation needed.        
-
-    (OperatingSystem isUNIXlike and:[XTermView notNil]) ifTrue:[
+    "/ sorry jan: XtermView seems to be not ok (masterView:) and also not working
+    "/ on all systems (mac). make this a configurable option
+    false "(OperatingSystem isUNIXlike and:[XTermView notNil])" ifTrue:[
         scr := XTermView new.
         scr workingDirectory: initialDirectory.
     ] ifFalse:[
@@ -594,10 +595,10 @@
 !TerminalApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/TerminalApplication.st,v 1.20 2014-02-05 18:57:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/TerminalApplication.st,v 1.21 2014-02-06 02:03:35 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/TerminalApplication.st,v 1.20 2014-02-05 18:57:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/TerminalApplication.st,v 1.21 2014-02-06 02:03:35 cg Exp $'
 ! !