stx_libtool.st
branchjv
changeset 12309 1dceb2eb9139
parent 12308 5d9291c0fc27
child 12319 6a14a7bd7539
--- a/stx_libtool.st	Fri Nov 30 17:23:39 2012 +0000
+++ b/stx_libtool.st	Sat Dec 01 00:04:32 2012 +0000
@@ -11,7 +11,7 @@
 "
 "{ Package: 'stx:libtool' }"
 
-LibraryDefinition subclass:#'stx_libtool'
+LibraryDefinition subclass:#stx_libtool
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
@@ -43,9 +43,7 @@
 
 extensionsVersion_CVS
     ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.81 2012/09/09 20:44:34 cg Exp $'
-!
-
- !
+! !
 
 !stx_libtool class methodsFor:'description'!
 
@@ -99,18 +97,18 @@
      exclude individual packages in the #excludedFromPrerequisites method."
 
     ^ #(
-        #'stx:goodies/sunit'    "TestSuite - referenced by Tools::TestRunner2>>errorTestSuite "
-        #'stx:libbasic'    "AbstractTime - superclass of extended Timestamp "
-        #'stx:libbasic2'    "List - superclass of DirectoryTreeBrowser::DirTreeBrowserHFL "
-        #'stx:libbasic3'    "Change - superclass of extended CompositeChange "
-        #'stx:libboss'    "BinaryInputManager - referenced by Tools::Profiler class>>readStatisticsFrom: "
-        #'stx:libcomp'    "Parser - superclass of SyntaxHighlighter2 "
-        #'stx:libhtml'    "DidYouKnowTipViewer - referenced by AbstractLauncherApplication>>showTipOfTheDay "
-        #'stx:libui'    "ViewSpec - superclass of FileBrowserV2UISpecifications::PanelSpec "
-        #'stx:libview'    "GraphicsMedium - superclass of EditFieldWithCompletion "
-        #'stx:libview2'    "ApplicationModel - superclass of AbstractSettingsApplication::SystemBrowserSettingsAppl "
-        #'stx:libwidg'    "EditTextView - superclass of EditFieldWithCompletion "
-        #'stx:libwidg2'    "HierarchicalFileList - superclass of DirectoryTreeBrowser::DirTreeBrowserHFL "
+        #'stx:goodies/sunit'    "TestResult - referenced by Tools::MethodList>>listEntryForMethod:selector:class:showClass:showCategory:classFirst:suppressInheritanceInfo: "
+        #'stx:libbasic'    "Magnitude - superclass of SyntaxElement "
+        #'stx:libbasic2'    "List - superclass of BookmarkList "
+        #'stx:libbasic3'    "MessageTally - superclass of Tools::Profiler "
+        #'stx:libboss'    "BinaryOutputManager - referenced by Tools::Profiler>>storeStatisticsOn: "
+        #'stx:libcomp'    "SyntaxHighlighter - superclass of SyntaxHighlighter2 "
+        #'stx:libhtml'    "HTMLDocumentView - referenced by Tools::NewSystemBrowser>>openDocumentation "
+        #'stx:libui'    "MenuComponentSpec - superclass of EditFieldWithCompletionSpec "
+        #'stx:libview'    "XEmbedContainerView - superclass of XTermView "
+        #'stx:libview2'    "Model - superclass of Tools::ChangeSetDiffTool::OpenDialog "
+        #'stx:libwidg'    "Button - superclass of ViewWithAcceptAndCancelBar::AcceptAndCancelBar::ButtonWithHelpText "
+        #'stx:libwidg2'    "SelectionInListModelView - superclass of Tools::TagsBrowser::TagView "
     )
 ! !
 
@@ -355,8 +353,6 @@
         #'Tools::ChangeSetDiffInfo'
         PerforceSourceCodeManagerUtilities
     )
-
-    "Modified: / 13-09-2012 / 18:32:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 extensionMethodNames
@@ -464,7 +460,6 @@
         'GenericToolbarIconLibrary class' lint24x24Icon
         'GenericToolbarIconLibrary class' lint32x32Icon
         'NameSpace class' inspectorClass
-        'Smalltalk class' inspectorClass
         Block inspectorExtraAttributes
         CharacterArray inspector2TabHTML
         Image inspector2TabImage
@@ -490,11 +485,14 @@
         UserPreferences confirmRefactorings:
         Character inspectorValueStringInListFor:
         CharacterArray inspectorValueStringInListFor:
-        Class inspectorValueStringInListFor:
         Color inspectorValueStringInListFor:
         Object inspectorValueStringInListFor:
         Symbol inspectorValueStringInListFor:
         UndefinedObject inspectorValueStringInListFor:
+        Behavior inspectorExtraAttributes
+        Behavior inspectorValueStringInListFor:
+        Collection inspectorValueStringInListFor:
+        Iterator inspectorValueStringInListFor:
     )
 ! !
 
@@ -554,7 +552,7 @@
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.85 2012/10/23 13:59:10 cg Exp $'
+    ^ '$Id: stx_libtool.st 8075 2012-12-01 00:04:32Z vranyj1 $'
 !
 
 version_CVS
@@ -562,5 +560,5 @@
 !
 
 version_SVN
-    ^ '$Id: stx_libtool.st 8074 2012-11-30 17:23:39Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 8075 2012-12-01 00:04:32Z vranyj1 $'
 ! !