class: FileApplicationNoteBook
authorClaus Gittinger <cg@exept.de>
Thu, 05 Jun 2014 16:39:09 +0200
changeset 14458 bba439082438
parent 14457 75bcb6c122a7
child 14459 8bf63fa9cd85
class: FileApplicationNoteBook ask userPrefs if embedded xterm or vt100 should be used.
FileApplicationNoteBook.st
--- a/FileApplicationNoteBook.st	Thu Jun 05 16:38:56 2014 +0200
+++ b/FileApplicationNoteBook.st	Thu Jun 05 16:39:09 2014 +0200
@@ -4444,7 +4444,8 @@
 
     terminalView isNil ifTrue:[
         (OperatingSystem isUNIXlike 
-                and:[OperatingSystem isOSXlike not "/ mhm - embedded xterm seems to not work on OSX
+                "/ mhm - xterm embedding seems to no longer work; the default from user prefs is therefore false
+                and:[UserPreferences current useXTermViewIfAvailable 
                 and:[XTermView notNil 
                 and:[XTermView isAvailable]]]) ifTrue:[
             terminalView := XTermView new.
@@ -7328,10 +7329,10 @@
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.292 2014-06-03 09:20:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.293 2014-06-05 14:39:09 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.292 2014-06-03 09:20:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.293 2014-06-05 14:39:09 cg Exp $'
 ! !