*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 22 Oct 2003 19:15:40 +0200
changeset 5303 fe0d2165b716
parent 5302 615a0020e15c
child 5304 838840033fe1
*** empty log message ***
Make.proto
MultiViewToolApplication.st
WorkspaceApplication.st
abbrev.stc
--- a/Make.proto	Wed Oct 22 19:13:29 2003 +0200
+++ b/Make.proto	Wed Oct 22 19:15:40 2003 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libtool/Make.proto,v 1.93 2003-10-22 13:14:11 cg Exp $
+# $Header: /cvs/stx/stx/libtool/Make.proto,v 1.94 2003-10-22 17:15:40 cg Exp $
 
 # -------------- no need to change anything below ----------
 
@@ -83,6 +83,7 @@
 	  ContextInspectorView.$(O)         \
 	  OrderedCollectionInspectorView.$(O) \
 	AboutBox.$(O)                       \
+	MultiViewToolApplication.$(O)       \
 	WorkspaceApplication.$(O)           \
 	VersionDiffBrowser.$(O)             \
 	DiffTextView.$(O)                   \
--- a/MultiViewToolApplication.st	Wed Oct 22 19:13:29 2003 +0200
+++ b/MultiViewToolApplication.st	Wed Oct 22 19:15:40 2003 +0200
@@ -46,7 +46,7 @@
     "return true, if this application can be started via #open.
      (to allow start of a change browser via double-click in the browser)"
 
-    self == MultiViewApplication ifTrue:[^false].
+    self == MultiViewToolApplication ifTrue:[^false].
     ^ super isVisualStartable
 ! !
 
@@ -406,5 +406,5 @@
 !MultiViewToolApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.1 2003-10-22 17:13:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MultiViewToolApplication.st,v 1.2 2003-10-22 17:13:48 cg Exp $'
 ! !
--- a/WorkspaceApplication.st	Wed Oct 22 19:13:29 2003 +0200
+++ b/WorkspaceApplication.st	Wed Oct 22 19:15:40 2003 +0200
@@ -12,7 +12,7 @@
 
 "{ Package: 'stx:libtool' }"
 
-MultiViewApplication subclass:#WorkspaceApplication
+MultiViewToolApplication subclass:#WorkspaceApplication
 	instanceVariableNames:'autoDefineWorkspaceVariables autoDefineVariables'
 	classVariableNames:'LastFilterBlockString LastProcessingBlockString'
 	poolDictionaries:''
@@ -1324,5 +1324,5 @@
 !WorkspaceApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.68 2003-10-22 14:43:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.69 2003-10-22 17:15:08 cg Exp $'
 ! !
--- a/abbrev.stc	Wed Oct 22 19:13:29 2003 +0200
+++ b/abbrev.stc	Wed Oct 22 19:15:40 2003 +0200
@@ -47,7 +47,7 @@
 MemoryMonitor MemoryMonitor stx:libtool 'Monitors-ST/X' 0
 MemoryMonitorView MemoryMonitorView stx:libtool 'Monitors-ST/X' 0
 MemoryUsageView MemoryUsageView stx:libtool 'Monitors-ST/X' 0
-MultiViewApplication MultiViewApplication stx:libtool 'Interface-Smalltalk' 0
+MultiViewToolApplication MultiViewToolApplication stx:libtool 'Interface-Smalltalk' 0
 NewChangesBrowser NewChangesBrowser stx:libtool 'Interface-Browsers' 0
 NewLauncher NewLauncher stx:libtool 'Interface-Smalltalk' 0
 NewSystemBrowser NewSystemBrowser stx:libtool 'Interface-Browsers' 0
@@ -63,6 +63,7 @@
 SourceRevisionItem SourceRevisionItem stx:libtool 'Interface-Browsers-Support' 0
 SystemBrowser SystemBrowser stx:libtool 'Interface-Browsers' 0
 SystemStatusMonitor SystemStatusMonitor stx:libtool 'Monitors-ST/X' 0
+TerminalApplication TerminalApplication stx:libtool 'Interface-Smalltalk' 0
 VersionDiffBrowser VersionDiffBrowser stx:libtool 'Interface-Browsers' 0
 VersionRevisionItem VersionRevisionItem stx:libtool 'Interface-Browsers-Support' 0
 WorkspaceApplication WorkspaceApplication stx:libtool 'Interface-Smalltalk' 0