stx_libtool.st
branchjv
changeset 12217 2c68d7169f97
parent 12212 1208b3e4d64b
child 12228 65c1148c41f6
--- a/stx_libtool.st	Tue Apr 03 13:32:03 2012 +0100
+++ b/stx_libtool.st	Tue Apr 03 18:37:50 2012 +0100
@@ -97,18 +97,18 @@
      exclude individual packages in the #excludedFromPrerequisites method."
 
     ^ #(
-        #'stx:goodies/sunit'    "TestResult - referenced by Tools::TestRunner2>>debugError: "
-        #'stx:libbasic'    "ArrayedCollection - superclass of Win32FileDialog::OpenFilenameStructure "
+        #'stx:goodies/sunit'    "TestSuite - referenced by Tools::TestRunner2>>errorTestSuite "
+        #'stx:libbasic'    "ExecutableFunction - superclass of Tools::MethodCategoryList::MissingMethod "
         #'stx:libbasic2'    "List - superclass of AbstractFileBrowser::DirectoryHistory "
         #'stx:libbasic3'    "Change - superclass of extended CompositeChange "
-        #'stx:libboss'    "BinaryOutputManager - referenced by Tools::Profiler>>storeStatisticsOn: "
-        #'stx:libcomp'    "Parser - superclass of SyntaxHighlighter2 "
-        #'stx:libhtml'    "HTMLDocumentView - referenced by Tools::NewSystemBrowser>>openDocumentation "
-        #'stx:libui'    "MenuComponentSpec - superclass of EditFieldWithCompletionSpec "
-        #'stx:libview'    "GraphicsMedium - superclass of ViewWithAcceptAndCancelBar::AcceptAndCancelBar::ButtonWithHelpText "
-        #'stx:libview2'    "ApplicationModel - superclass of Tools::LintRuleSelectionDialog "
-        #'stx:libwidg'    "Button - superclass of ViewWithAcceptAndCancelBar::AcceptAndCancelBar::ButtonWithHelpText "
-        #'stx:libwidg2'    "HierarchicalFileList - superclass of DirectoryTreeBrowser::DirTreeBrowserHFL "
+        #'stx:libboss'    "BinaryInputManager - referenced by Tools::Profiler class>>readStatisticsFrom: "
+        #'stx:libcomp'    "AbstractSyntaxHighlighter - superclass of SyntaxHighlighter2 "
+        #'stx:libhtml'    "DidYouKnowTipViewer - referenced by AbstractLauncherApplication>>showTipOfTheDay "
+        #'stx:libui'    "NamedSpec - superclass of EditFieldWithCompletionSpec "
+        #'stx:libview'    "TopView - superclass of DebugView "
+        #'stx:libview2'    "SimpleDialog - superclass of Tools::LintRuleSelectionDialog "
+        #'stx:libwidg'    "VariablePanel - superclass of FileBrowserV2PanelView "
+        #'stx:libwidg2'    "SelectionInListModelView - superclass of Tools::TagsBrowser::TagView "
     )
 ! !
 
@@ -477,9 +477,11 @@
         ArrayedCollection inspector2TabForHexDump
         LimitedPrecisionReal inspectorExtraAttributes
         UninterpretedBytes inspector2Tabs
+        UserPreferences changesBrowserClassName
+        UserPreferences fileBrowserClass
+        UserPreferences fileBrowserClass:
+        UserPreferences fileBrowserClassName
     )
-
-    "Modified: / 27-03-2012 / 17:39:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !stx_libtool class methodsFor:'description - project information'!
@@ -532,13 +534,13 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'nil             '"$"
+    ^ "$SVN-Revision:"'7963M           '"$"
 ! !
 
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Id: stx_libtool.st 7959 2012-03-29 17:51:50Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 7964 2012-04-03 17:37:50Z vranyj1 $'
 !
 
 version_CVS
@@ -546,5 +548,5 @@
 !
 
 version_SVN
-    ^ '$Id: stx_libtool.st 7959 2012-03-29 17:51:50Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 7964 2012-04-03 17:37:50Z vranyj1 $'
 ! !