stx_libtool.st
changeset 7656 caba1e40cd22
parent 7641 a0d5a367ce8c
child 7659 cafa86044c98
--- a/stx_libtool.st	Tue Feb 20 12:55:22 2007 +0100
+++ b/stx_libtool.st	Tue Feb 20 15:23:28 2007 +0100
@@ -45,19 +45,40 @@
 
 preRequisites
     ^ #(
-        #'stx:libbasic'
-        #'stx:libbasic2'
-        #'stx:libbasic3'
-        #'stx:libcomp'
-        #'stx:libhtml'
-        #'stx:libui'
-        #'stx:libview'
-        #'stx:libview2'
-        #'stx:libwidg'
-        #'stx:libwidg2'
+        #'exept:CC'    "CBrowser::Browser - referenced by FileBrowser>>hasCBrowser "
+        #'stx:clients/Demos'    "Demos::ChickenFun - referenced by NewLauncher>>chickenFunIsRunning "
+        #'stx:clients/MailTool'    "SendMailTool - referenced by DebugView>>initializeButtonsIn: "
+        #'stx:clients/Tools'    "ZipTool - referenced by AbstractFileBrowser>>openZipTool "
+        #'stx:goodies'    "WindowMigrationServer - referenced by AbstractSettingsApplication::MiscCommunicationSettingsAppl>>hasUnsavedChanges "
+        #'stx:goodies/communication'    "SmalltalkShareServer - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings "
+        #'stx:goodies/rdoit'    "RDoItServer - referenced by AbstractSettingsApplication::RDoItServerSettingsAppl>>basicSaveSettings "
+        #'stx:goodies/refactoryBrowser/browser'    "MethodNameDialog - referenced by Tools::NewSystemBrowser>>renameMethod:in: "
+        #'stx:goodies/refactoryBrowser/changes'    "CompositeRefactoryChange - referenced by Tools::NewSystemBrowser>>moveOrCopyMethods:toClass:moveOrCopy: "
+        #'stx:goodies/refactoryBrowser/helpers'    "RBAbstractClass - referenced by Tools::NewSystemBrowser>>handlingRefactoringErrorDo: "
+        #'stx:goodies/refactoryBrowser/lint'    "ParseTreeLintRule - referenced by Tools::ClassChecker>>guardingClause "
+        #'stx:goodies/refactoryBrowser/parser'    "RBFormatter - referenced by BrowserView>>updateCodeView "
+        #'stx:goodies/refactoryBrowser/refactoring'    "PushDownClassVariableRefactoring - referenced by Tools::NewSystemBrowser>>codeMenuPushDownClassVariable:inClass: "
+        #'stx:goodies/sif'    "SmalltalkInterchangeFileManager - referenced by Tools::NewSystemBrowser>>projectMenuFileOutAsWithFormat: "
+        #'stx:goodies/soap'    "SOAP::SoapHttpModule - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings "
+        #'stx:goodies/sunit'    "TestResult - referenced by Tools::NewSystemBrowser>>runTestCasesWithDebug: "
+        #'stx:goodies/webServer'    "HTTPEmbeddedApplicationService - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings "
+        #'stx:goodies/webServer/ui'    "HTTPServerSettingsAppl - referenced by AbstractSettingsApplication::HTTPStartServerSettingsApplication>>hasCreatedServer "
+        #'stx:goodies/xml/vw'    "XML::SourceNodeBuilder - referenced by ChangesBrowser class>>readXMLChangesFrom:inBackground: "
+        #'stx:libbasic'    "ByteArray - referenced by XPToolbarIconLibrary class>>searchOverlay2 "
+        #'stx:libbasic2'    "PostscriptPrinterStream - referenced by AbstractSettingsApplication::PrinterSettingsAppl>>bottomMargin "
+        #'stx:libbasic3'    "ChangeSet - referenced by Tools::ProjectList>>nameListFor: "
+        #'stx:libcomp'    "Parser - referenced by SystemBrowser class>>filterToSearchRefsTo:classVars:access: "
+        #'stx:libdb'    "SQL::SQLError - referenced by AbstractSettingsApplication::SourceCodeManagementSettingsAppl>>tryToConnectTo: "
+        #'stx:libhtml'    "HTMLDocumentView - referenced by BrowserView>>openBrowserDocumentation "
+        #'stx:libjava'    "Java - referenced by FileBrowser>>fileRemoveFromJavaSourcePath "
+        #'stx:libjavascript'    "JavaScriptMetaclass - referenced by Tools::NewSystemBrowser>>classMenuNewJavaScriptClass "
+        #'stx:libtool2'    "SnapShotImage - referenced by SystemBrowser class>>openOnSnapShotImage: "
+        #'stx:libui'    "DataSetColumnSpec - referenced by DirectoryContentsBrowser>>columnDescriptors: "
+        #'stx:libview'    "Depth1Image - referenced by GenericToolbarIconLibrary class>>bugReporter28x28Icon "
+        #'stx:libview2'    "SimpleDialog - superclass of FileDialog "
+        #'stx:libwidg'    "Toggle - referenced by FileBrowser>>initialize "
+        #'stx:libwidg2'    "FilenameEnterBox - referenced by FileBrowser>>newDirectory "
     )
-
-    "Modified: / 23-10-2006 / 11:08:44 / cg"
 ! !
 
 !stx_libtool class methodsFor:'description - compilation'!
@@ -183,8 +204,6 @@
         (#'Tools::ToDoListEntry' autoload)
         (#'Tools::CompilerWarningToDoListEntry' autoload)
     )
-
-    "Modified: / 23-10-2006 / 11:10:03 / cg"
 !
 
 extensionMethodNames
@@ -208,8 +227,12 @@
         Character inspectorExtraAttributes
         Collection inspectorExtraAttributes
         Object inspectorExtraAttributes
-        Object todo:
+        Object notifyTodo:position:className:selector:severity:priority:equalityParameter:checkAction:
     )
+
+    "
+      self hasAllExtensionsLoaded
+    "
 ! !
 
 !stx_libtool class methodsFor:'description - project information'!
@@ -241,5 +264,5 @@
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.17 2007-02-09 15:43:14 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.18 2007-02-20 14:23:28 stefan Exp $'
 ! !