FileApplicationNoteBook.st
changeset 4880 87f511659680
parent 4855 c113852ec9ba
child 4890 b3f7edcf4981
--- a/FileApplicationNoteBook.st	Mon May 12 17:13:14 2003 +0200
+++ b/FileApplicationNoteBook.st	Tue May 13 14:57:34 2003 +0200
@@ -677,6 +677,11 @@
     ].
 !
 
+openNewTextEditorOn:aItem 
+
+    ^ self openApplicationClass:TextEditor withItem:aItem withType:#file checkExisting:false.
+!
+
 openSearchFileOn:aItem
 
     ^ self openApplicationClass:FindFileApplication withItem:aItem withType:nil
@@ -4946,5 +4951,5 @@
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.77 2003-05-06 18:26:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.78 2003-05-13 12:57:34 penk Exp $'
 ! !