stx_libtool.st
branchjv
changeset 13290 e29f304e0da7
parent 13173 e9da2324940d
child 13471 3ee11c3d0306
--- a/stx_libtool.st	Thu Aug 01 10:27:56 2013 +0100
+++ b/stx_libtool.st	Thu Aug 01 15:52:17 2013 +0100
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 2006 by eXept Software AG
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -23,7 +23,7 @@
 copyright
 "
  COPYRIGHT (c) 2006 by eXept Software AG
-              All Rights Reserved
+	      All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -56,40 +56,40 @@
      preRequisites scan. See #preRequisites for more."
 
     ^ #(
-        #'exept:expecco'    "Expecco::ExpeccoNetAPI - referenced by AbstractLauncherApplication>>bugReporterAvailable "
-        #'exept:httpPortal'    "WebApplicationModel - referenced by Tools::NewSystemBrowser>>classMenuNewWebApplication "
-        #'exept:osi/asn1'    "OSI::ASN1Browser - referenced by FileBrowser>>openASN1Browser "
-        #'stx:libwebkit'    "WebKitView - referenced by Tools::WebBrowserPage>>webKitView "
-        #'stx:libsvn'
-        #'exept:CC'    "CBrowser::Browser - referenced by AbstractFileBrowser>>openCBrowser "
-        #'exept:xml/inspector'    "XML::XMLInspector - referenced by AbstractFileBrowser>>inspectXmlFile "
-        #'stx:clients/Demos'    "ClassTreeGraphView - referenced by Tools::NewSystemBrowser>>updateSpecialCodeEditorVisibilityForClass:method: "
-        #'stx:clients/MailTool'    "SendMailTool - referenced by Tools::NewSystemBrowser>>sendFileViaEmail:subject: "
-        #'stx:clients/Tools'    "ZipTool - referenced by AbstractFileBrowser>>openZipTool "
-        #'stx:goodies/communication'    "SmalltalkShareClient - referenced by AbstractLauncherApplication>>remoteImageBrowserAvailable "
-        #'stx:goodies/monticello'    "MCInteractiveLoadingQuery - referenced by Tools::ChangeSetBrowser2>>changeMenuApplyChange: "
-        #'stx:goodies/rdoit'    "RDoItServer - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings "
-        #'stx:goodies/refactoryBrowser/browser'    "CategoryEnvironment - referenced by Tools::NewSystemBrowser>>selectedCategoriesAsEnvironment "
-        #'stx:goodies/refactoryBrowser/changes'    "RefactoryChangeManager - referenced by Tools::NewSystemBrowser>>hasUndoableOperations "
-        #'stx:goodies/refactoryBrowser/helpers'    "BrowserEnvironment - referenced by Tools::NewSystemBrowser>>selectedSelectorsAsEnvironment "
-        #'stx:goodies/refactoryBrowser/lint'    "SmalllintChecker - referenced by Tools::NewSystemBrowser>>smalllintRunRule:onEnvironment: "
-        #'stx:goodies/refactoryBrowser/refactoring'    "InlineMethodRefactoring - referenced by Tools::NewSystemBrowser>>codeMenuInlineMessage "
-        #'stx:goodies/sif'    "SmalltalkInterchangeSTXFileOutManager - referenced by Tools::NewSystemBrowser>>projectMenuFileOutAsWithFormat: "
-        #'stx:goodies/simpleServices'    "STXScriptingServer - referenced by AbstractSettingsApplication::RDoItServerSettingsAppl>>scriptingServerPortOrPath "
-        #'stx:goodies/soap'    "SOAP::SoapHttpModule - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings "
-        #'stx:goodies/soap/examples'    "SOAP::BabelFishClient - referenced by WorkspaceApplication>>babelFishTranslate: "
-        #'stx:goodies/sunit'    "TestCase - referenced by Tools::NewSystemBrowser>>classTemplateFor:in:asNamespace:private:metaClassUsed: "
-        #'stx:goodies/webServer'    "FCGIServer - referenced by AbstractSettingsApplication::HTTPStartServerSettingsApplication>>createFcgiServer "
-        #'stx:goodies/webServer/ui'    "HTTPServerSettingsAppl - referenced by AbstractSettingsApplication::HTTPStartServerSettingsApplication>>createServerApplicationFor: "
-        #'stx:goodies/xml/stx'    "XMLCoder - referenced by Tools::NewSystemBrowser>>selectorMenuFileOutXMLAs "
-        #'stx:goodies/xml/vw'    "XML::XMLParser - referenced by ChangesBrowser class>>readXMLChangesFrom:inBackground: "
-        #'stx:libdb'    "SQL::SQLError - referenced by StoreSourceCodeManagementSettingsAppl>>tryToConnectTo: "
-        #'stx:libhtml'    "DidYouKnowTipViewer - referenced by AbstractLauncherApplication>>showTipOfTheDay "
-        #'stx:libjava'    "JavaClassReader - referenced by AbstractFileBrowser>>singleFileFileIn:lazy: "
-        #'stx:libjava/experiments'    "JavaCompiler - referenced by BrowserView>>setAcceptActionForNewJavaClass "
-        #'stx:libjavascript'    "STXJavaScriptLanguage - referenced by Tools::NewSystemBrowser>>classOtherClassNewSlice "
-        #'stx:libtool2'    "HierarchicalListEditor - referenced by SystemBrowser class>>resourceEditorClassFor: "
-        #'stx:libboss'    "BinaryOutputManager - referenced by Tools::Profiler>>storeStatisticsOn: "
+	#'exept:expecco'    "Expecco::ExpeccoNetAPI - referenced by AbstractLauncherApplication>>bugReporterAvailable "
+	#'exept:httpPortal'    "WebApplicationModel - referenced by Tools::NewSystemBrowser>>classMenuNewWebApplication "
+	#'exept:osi/asn1'    "OSI::ASN1Browser - referenced by FileBrowser>>openASN1Browser "
+	#'stx:libwebkit'    "WebKitView - referenced by Tools::WebBrowserPage>>webKitView "
+	#'stx:libsvn'
+	#'exept:CC'    "CBrowser::Browser - referenced by AbstractFileBrowser>>openCBrowser "
+	#'exept:xml/inspector'    "XML::XMLInspector - referenced by AbstractFileBrowser>>inspectXmlFile "
+	#'stx:clients/Demos'    "ClassTreeGraphView - referenced by Tools::NewSystemBrowser>>updateSpecialCodeEditorVisibilityForClass:method: "
+	#'stx:clients/MailTool'    "SendMailTool - referenced by Tools::NewSystemBrowser>>sendFileViaEmail:subject: "
+	#'stx:clients/Tools'    "ZipTool - referenced by AbstractFileBrowser>>openZipTool "
+	#'stx:goodies/communication'    "SmalltalkShareClient - referenced by AbstractLauncherApplication>>remoteImageBrowserAvailable "
+	#'stx:goodies/monticello'    "MCInteractiveLoadingQuery - referenced by Tools::ChangeSetBrowser2>>changeMenuApplyChange: "
+	#'stx:goodies/rdoit'    "RDoItServer - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings "
+	#'stx:goodies/refactoryBrowser/browser'    "CategoryEnvironment - referenced by Tools::NewSystemBrowser>>selectedCategoriesAsEnvironment "
+	#'stx:goodies/refactoryBrowser/changes'    "RefactoryChangeManager - referenced by Tools::NewSystemBrowser>>hasUndoableOperations "
+	#'stx:goodies/refactoryBrowser/helpers'    "BrowserEnvironment - referenced by Tools::NewSystemBrowser>>selectedSelectorsAsEnvironment "
+	#'stx:goodies/refactoryBrowser/lint'    "SmalllintChecker - referenced by Tools::NewSystemBrowser>>smalllintRunRule:onEnvironment: "
+	#'stx:goodies/refactoryBrowser/refactoring'    "InlineMethodRefactoring - referenced by Tools::NewSystemBrowser>>codeMenuInlineMessage "
+	#'stx:goodies/sif'    "SmalltalkInterchangeSTXFileOutManager - referenced by Tools::NewSystemBrowser>>projectMenuFileOutAsWithFormat: "
+	#'stx:goodies/simpleServices'    "STXScriptingServer - referenced by AbstractSettingsApplication::RDoItServerSettingsAppl>>scriptingServerPortOrPath "
+	#'stx:goodies/soap'    "SOAP::SoapHttpModule - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings "
+	#'stx:goodies/soap/examples'    "SOAP::BabelFishClient - referenced by WorkspaceApplication>>babelFishTranslate: "
+	#'stx:goodies/sunit'    "TestCase - referenced by Tools::NewSystemBrowser>>classTemplateFor:in:asNamespace:private:metaClassUsed: "
+	#'stx:goodies/webServer'    "FCGIServer - referenced by AbstractSettingsApplication::HTTPStartServerSettingsApplication>>createFcgiServer "
+	#'stx:goodies/webServer/ui'    "HTTPServerSettingsAppl - referenced by AbstractSettingsApplication::HTTPStartServerSettingsApplication>>createServerApplicationFor: "
+	#'stx:goodies/xml/stx'    "XMLCoder - referenced by Tools::NewSystemBrowser>>selectorMenuFileOutXMLAs "
+	#'stx:goodies/xml/vw'    "XML::XMLParser - referenced by ChangesBrowser class>>readXMLChangesFrom:inBackground: "
+	#'stx:libdb'    "SQL::SQLError - referenced by StoreSourceCodeManagementSettingsAppl>>tryToConnectTo: "
+	#'stx:libhtml'    "DidYouKnowTipViewer - referenced by AbstractLauncherApplication>>showTipOfTheDay "
+	#'stx:libjava'    "JavaClassReader - referenced by AbstractFileBrowser>>singleFileFileIn:lazy: "
+	#'stx:libjava/experiments'    "JavaCompiler - referenced by BrowserView>>setAcceptActionForNewJavaClass "
+	#'stx:libjavascript'    "STXJavaScriptLanguage - referenced by Tools::NewSystemBrowser>>classOtherClassNewSlice "
+	#'stx:libtool2'    "HierarchicalListEditor - referenced by SystemBrowser class>>resourceEditorClassFor: "
+	#'stx:libboss'    "BinaryOutputManager - referenced by Tools::Profiler>>storeStatisticsOn: "
     )
 
     "Modified: / 06-07-2011 / 16:16:13 / jv"
@@ -107,16 +107,16 @@
      exclude individual packages in the #excludedFromPreRequisites method."
 
     ^ #(
-        #'stx:goodies/refactoryBrowser/parser'    "RBProgramNodeVisitor - superclass of CodeGenerator "
-        #'stx:libbasic'    "LimitedPrecisionReal - extended "
-        #'stx:libbasic2'    "List - superclass of Tools::ToDoList "
-        #'stx:libbasic3'    "ProfileTree - extended "
-        #'stx:libcomp'    "Scanner - superclass of SyntaxHighlighter2 "
-        #'stx:libui'    "UISpecification - superclass of EditFieldWithCompletionSpec "
-        #'stx:libview'    "Form - extended "
-        #'stx:libview2'    "ApplicationModel - superclass of AbstractSettingsApplication::LanguageSettingsAppl "
-        #'stx:libwidg'    "GenericToolbarIconLibrary - superclass of EWorldIconLibrary "
-        #'stx:libwidg2'    "ComboView - superclass of FilenameEditFieldV2 "
+	#'stx:goodies/refactoryBrowser/parser'    "RBProgramNodeVisitor - superclass of CodeGenerator "
+	#'stx:libbasic'    "LimitedPrecisionReal - extended "
+	#'stx:libbasic2'    "List - superclass of Tools::ToDoList "
+	#'stx:libbasic3'    "ProfileTree - extended "
+	#'stx:libcomp'    "Scanner - superclass of SyntaxHighlighter2 "
+	#'stx:libui'    "UISpecification - superclass of EditFieldWithCompletionSpec "
+	#'stx:libview'    "Form - extended "
+	#'stx:libview2'    "ApplicationModel - superclass of AbstractSettingsApplication::LanguageSettingsAppl "
+	#'stx:libwidg'    "GenericToolbarIconLibrary - superclass of EWorldIconLibrary "
+	#'stx:libwidg2'    "ComboView - superclass of FilenameEditFieldV2 "
     )
 !
 
@@ -129,18 +129,18 @@
      exclude individual packages in the #excludedFromPrerequisites method."
 
     ^ #(
-        #'stx:goodies/sunit'    "TestResult - referenced by Tools::TestRunner2>>debugError: "
-        #'stx:libbasic'    "IdentityDictionary - superclass of extended UserPreferences "
-        #'stx:libbasic2'    "List - superclass of DirectoryTreeBrowser::DirTreeBrowserHFL "
-        #'stx:libbasic3'    "MessageTally - superclass of Tools::Profiler "
-        #'stx:libboss'    "BinaryInputManager - referenced by Tools::Profiler class>>readStatisticsFrom: "
-        #'stx:libcomp'    "Parser - superclass of SyntaxHighlighter2 "
-        #'stx:libhtml'    "HTMLDocumentView - referenced by FileBrowser>>openHTMLDocument: "
-        #'stx:libui'    "ViewWithSubcomponentsSpec - superclass of FileBrowserV2UISpecifications::PanelSpec "
-        #'stx:libview'    "DisplaySurface - superclass of InspectorView "
-        #'stx:libview2'    "Model - superclass of AbstractFileBrowser "
-        #'stx:libwidg'    "Label - superclass of ViewWithAcceptAndCancelBar::AcceptAndCancelBar::ButtonWithHelpText "
-        #'stx:libwidg2'    "HierarchicalItem - superclass of Tools::ChangeList::ListEntry "
+	#'stx:goodies/sunit'    "TestResult - referenced by Tools::TestRunner2>>debugError: "
+	#'stx:libbasic'    "IdentityDictionary - superclass of extended UserPreferences "
+	#'stx:libbasic2'    "List - superclass of DirectoryTreeBrowser::DirTreeBrowserHFL "
+	#'stx:libbasic3'    "MessageTally - superclass of Tools::Profiler "
+	#'stx:libboss'    "BinaryInputManager - referenced by Tools::Profiler class>>readStatisticsFrom: "
+	#'stx:libcomp'    "Parser - superclass of SyntaxHighlighter2 "
+	#'stx:libhtml'    "HTMLDocumentView - referenced by FileBrowser>>openHTMLDocument: "
+	#'stx:libui'    "ViewWithSubcomponentsSpec - superclass of FileBrowserV2UISpecifications::PanelSpec "
+	#'stx:libview'    "DisplaySurface - superclass of InspectorView "
+	#'stx:libview2'    "Model - superclass of AbstractFileBrowser "
+	#'stx:libwidg'    "Label - superclass of ViewWithAcceptAndCancelBar::AcceptAndCancelBar::ButtonWithHelpText "
+	#'stx:libwidg2'    "HierarchicalItem - superclass of Tools::ChangeList::ListEntry "
     )
 
     "Modified: / 27-02-2013 / 12:18:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
@@ -155,8 +155,8 @@
      exclude individual packages in the #excludedFromPreRequisites method."
 
     ^ #(
-        #'exept:vncViewer'    "VNCConnectionFailure - referenced by FileApplicationNoteBook::XViewApplication>>vncConnect "
-        #'stx:libwidg3'    "ClockView - referenced by WorkspaceApplication>>addStopWatch "
+	#'exept:vncViewer'    "VNCConnectionFailure - referenced by FileApplicationNoteBook::XViewApplication>>vncConnect "
+	#'stx:libwidg3'    "ClockView - referenced by WorkspaceApplication>>addStopWatch "
     )
 !
 
@@ -167,7 +167,6 @@
      for those, redefine requiredPrerequisites"
 
     ^ #(
-        #'stx:libtool/smallsense'
     )
 ! !
 
@@ -192,228 +191,228 @@
      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
 
     ^ #(
-        "<className> or (<className> attributes...) in load order"
-        AboutBox
-        AbstractFileApplicationNoteBookComponent
-        AbstractFileBrowser
-        AbstractLauncherApplication
-        AbstractSettingsApplication
-        (AbstractVersionDiffBrowserItem autoload)
-        (ApplicationBuilder autoload)
-        Bookmark
-        BookmarkBar
-        BookmarkEditor
-        BookmarkList
-        BookmarkListEditor
-        BookmarkVisitor
-        BookmarksEditDialog
-        BrowserView
-        ChangesBrowser
-        (ClassNameItem autoload)
-        (ClassRevisionTree autoload)
-        CodeGenerator
-        (CodeGeneratorTests autoload)
-        CodeGeneratorTool
-        DebugView
-        Diff
-        Diff2
-        Diff3
-        Diff3Hunk
-        Diff3InclusiveVisitor
-        (Diff3TextView autoload)
-        DiffListUtility
-        DiffTextView
-        (EWorldIconLibrary autoload)
-        EditFieldWithCompletion
-        EditFieldWithCompletionSpec
-        (EventMonitor autoload)
-        FileBrowser
-        FileBrowserV2PanelView
-        (FileBrowserV2SettingsDialog autoload)
-        (FileBrowserV2Tests autoload)
-        FileBrowserV2UISpecifications
-        FileDialog
-        (FileDialogV2 autoload)
-        FileOperation
-        FilenameEditFieldV2
-        (HierarchicalClassRevisionList autoload)
-        (HierarchicalVersionDiffBrowser autoload)
-        InspectorView
-        MemoryMonitor
-        MemoryMonitorView
-        (MemoryUsageView autoload)
-        MultiViewToolApplication
-        (NewChangesBrowser autoload)
-        (OldLauncher autoload)
-        ParseTreeIndex
-        PerforceSourceCodeManagerUtilities
-        ProcessMonitorV2
-        (ProjectView autoload)
-        (RCSConflictEditTextView autoload)
-        SyntaxElement
-        SyntaxHighlighter2
-        SystemBrowser
-        (SystemStatusMonitor autoload)
-        (TextDiffTests autoload)
-        #'Tools::AbstractTestRunner'
-        #'Tools::BreakpointBrowser'
-        #'Tools::Browslet'
-        #'Tools::BrowsletCanvas'
-        #'Tools::CachedTags'
-        #'Tools::ChangeSetBrowser2'
-        #'Tools::ChangeSetDiffInfo'
-        #'Tools::ChangeSetDiffTool'
-        #'Tools::ChangeSetSelectionDialog'
-        #'Tools::ChangeSetSpec'
-        #'Tools::CheckinInfoDialog'
-        #'Tools::ClassChecker'
-        #'Tools::ClassSorter'
-        #'Tools::CodeCompletionMenu'
-        #'Tools::CodeCritics'
-        #'Tools::CodeView2'
-        (#'Tools::CodeView2DemoApp' autoload)
-        #'Tools::CodeViewService'
-        #'Tools::DiffCodeView2'
-        (#'Tools::DiffCodeView2DemoApp' autoload)
-        #'Tools::HierarchicalChangesetDialog'
-        #'Tools::InlineMessageDialog'
-        #'Tools::Inspector2'
-        #'Tools::Inspector2Tab'
-        #'Tools::LintAnnotation'
-        #'Tools::LintHighlighter'
-        #'Tools::LintRuleDetail'
-        #'Tools::LintRuleEditDialog'
-        #'Tools::LintRuleSelectionDialog'
-        #'Tools::MethodCategoryCache'
-        #'Tools::MethodRewriter'
-        #'Tools::NavigationHistory'
-        (#'Tools::NavigationHistoryTests' autoload)
-        #'Tools::NavigationState'
-        #'Tools::NavigatorModel'
-        #'Tools::NewClassWizardDialog'
-        #'Tools::NewSystemBrowserCodeView'
-        #'Tools::Profiler'
-        #'Tools::ProfilerInfoBuilder'
-        #'Tools::ProfilerInfoItem'
-        #'Tools::ProjectCheckerBrowser'
-        #'Tools::ProjectLoader'
-        #'Tools::SearchDialog'
-        #'Tools::SmalltalkDiffTool'
-        #'Tools::SourceCodeManagerConfigurationTestTool'
-        #'Tools::SpecialCodeView'
-        #'Tools::StringSearchTool'
-        #'Tools::Tag'
-        #'Tools::TagList'
-        #'Tools::TagsBrowser'
-        #'Tools::TextDiffTool'
-        #'Tools::TextMergeInfo'
-        (#'Tools::ToDoList' autoload)
-        (#'Tools::ToDoListBrowser' autoload)
-        (#'Tools::ToDoListEntry' autoload)
-        (#'Tools::ToDoNotification' autoload)
-        #'Tools::WebBrowserPage'
-        VersionDiffBrowser
-        ViewWithAcceptAndCancelBar
-        Win32FileDialog
-        (XTermView unix)
-        #'stx_libtool'
-        AbstractDirectoryBrowser
-        AbstractFileFinderApplicationComponent
-        (AbstractRevisionItem autoload)
-        AbstractSourceCodeManagementSettingsAppl
-        BookmarkMenuBuilder
-        (ChangeSetBrowser autoload)
-        (ClassItem autoload)
-        (ClassItemRoot autoload)
-        (ColorInspectorView autoload)
-        ContextInspectorView
-        DictionaryInspectorView
-        Diff3ExclusiveVisitor
-        DiffCodeView
-        FileApplicationNoteBook
-        FileBrowserV2
-        FileBrowserV2SettingsAppl
-        FileDialogWithPreview
-        ImageInspectorView
-        (Launcher autoload)
-        (LibraryBuilder autoload)
-        NewLauncher
-        OrderedCollectionInspectorView
-        (ProcessMonitor autoload)
-        (SemaphoreMonitor autoload)
-        SetInspectorView
-        SettingsDialog
-        SmalltalkCodeGeneratorTool
-        (TerminalApplication autoload)
-        #'Tools::BackgroundSourceProcessingService'
-        #'Tools::BreakpointService'
-        #'Tools::BrowserList'
-        #'Tools::CodeCompletionService'
-        #'Tools::CodeNavigationService'
-        #'Tools::CodeView2SettingsAppl'
-        (#'Tools::CompilerWarningToDoListEntry' autoload)
-        #'Tools::Diff2CodeView2'
-        #'Tools::Diff3CodeView2'
-        #'Tools::LintRuleSettingsApplication'
-        #'Tools::LintService'
-        #'Tools::NavigatorCanvas'
-        #'Tools::NewSystemBrowser'
-        #'Tools::OrganizerCanvas'
-        #'Tools::SendersBrowslet'
-        (#'Tools::SmalltalkMergeTool' autoload)
-        #'Tools::StringSearchToolForTextView'
-        #'Tools::TestRunnerEmbedded'
-        #'Tools::TextDiff2Tool'
-        #'Tools::TextDiff3Tool'
-        #'Tools::VisualProfilerCanvas'
-        WorkspaceApplication
-        BookmarkAddMenuBuilder
-        BookmarkToolbarMenuBuilder
-        CVSSourceCodeManagementSettingsAppl
-        (ClassItemRootForRevision autoload)
-        DataBaseSourceCodeManagementSettingsAppl
-        DirectoryContentsBrowser
-        DirectoryDifferenceViewApplication
-        DirectoryTreeBrowser
-        (ExpandableRevisionItem autoload)
-        FileBasedSourceCodeManagementSettingsAppl
-        FileBrowserV3
-        FindFileApplication
-        GitSourceCodeManagementSettingsAppl
-        MercurialSourceCodeManagementSettingsAppl
-        PerforceSourceCodeManagementSettingsAppl
-        (SmalltalkInspectorView autoload)
-        (SourceRevisionItem autoload)
-        StoreSourceCodeManagementSettingsAppl
-        #'Tools::BrowserListWithFilter'
-        #'Tools::ClassCategoryList'
-        #'Tools::ClassGeneratorList'
-        #'Tools::ClassList'
-        #'Tools::CodeHighlightingService'
-        #'Tools::LintRuleList'
-        #'Tools::MethodCategoryList'
-        #'Tools::MethodList'
-        #'Tools::NamespaceList'
-        #'Tools::ProjectList'
-        #'Tools::VariableList'
-        (VersionRevisionItem autoload)
-        (ClassVariablesInspectorView autoload)
-        #'Tools::ChangeList'
-        #'Tools::ChangeSetDiffList'
-        #'Tools::FullMethodCategoryList'
-        #'Tools::HierarchicalClassCategoryList'
-        #'Tools::HierarchicalClassList'
-        #'Tools::HierarchicalLintRuleList'
-        #'Tools::HierarchicalProjectList'
-        #'Tools::ImplementingClassList'
-        #'Tools::ImplementingMethodList'
-        #'Tools::NamespaceFilter'
-        #'Tools::TestRunner2'
-        #'Tools::HierarchicalChangeList'
-        #'Tools::HierarchicalPackageFilterList'
-        #'Tools::InheritanceClassList'
-        CodeCompletionHelpView
-        SyntaxElementVariable
+	"<className> or (<className> attributes...) in load order"
+	AboutBox
+	AbstractFileApplicationNoteBookComponent
+	AbstractFileBrowser
+	AbstractLauncherApplication
+	AbstractSettingsApplication
+	(AbstractVersionDiffBrowserItem autoload)
+	(ApplicationBuilder autoload)
+	Bookmark
+	BookmarkBar
+	BookmarkEditor
+	BookmarkList
+	BookmarkListEditor
+	BookmarkVisitor
+	BookmarksEditDialog
+	BrowserView
+	ChangesBrowser
+	(ClassNameItem autoload)
+	(ClassRevisionTree autoload)
+	CodeGenerator
+	(CodeGeneratorTests autoload)
+	CodeGeneratorTool
+	DebugView
+	Diff
+	Diff2
+	Diff3
+	Diff3Hunk
+	Diff3InclusiveVisitor
+	(Diff3TextView autoload)
+	DiffListUtility
+	DiffTextView
+	(EWorldIconLibrary autoload)
+	EditFieldWithCompletion
+	EditFieldWithCompletionSpec
+	(EventMonitor autoload)
+	FileBrowser
+	FileBrowserV2PanelView
+	(FileBrowserV2SettingsDialog autoload)
+	(FileBrowserV2Tests autoload)
+	FileBrowserV2UISpecifications
+	FileDialog
+	(FileDialogV2 autoload)
+	FileOperation
+	FilenameEditFieldV2
+	(HierarchicalClassRevisionList autoload)
+	(HierarchicalVersionDiffBrowser autoload)
+	InspectorView
+	MemoryMonitor
+	MemoryMonitorView
+	(MemoryUsageView autoload)
+	MultiViewToolApplication
+	(NewChangesBrowser autoload)
+	(OldLauncher autoload)
+	ParseTreeIndex
+	PerforceSourceCodeManagerUtilities
+	ProcessMonitorV2
+	(ProjectView autoload)
+	(RCSConflictEditTextView autoload)
+	SyntaxElement
+	SyntaxHighlighter2
+	SystemBrowser
+	(SystemStatusMonitor autoload)
+	(TextDiffTests autoload)
+	#'Tools::AbstractTestRunner'
+	#'Tools::BreakpointBrowser'
+	#'Tools::Browslet'
+	#'Tools::BrowsletCanvas'
+	#'Tools::CachedTags'
+	#'Tools::ChangeSetBrowser2'
+	#'Tools::ChangeSetDiffInfo'
+	#'Tools::ChangeSetDiffTool'
+	#'Tools::ChangeSetSelectionDialog'
+	#'Tools::ChangeSetSpec'
+	#'Tools::CheckinInfoDialog'
+	#'Tools::ClassChecker'
+	#'Tools::ClassSorter'
+	#'Tools::CodeCompletionMenu'
+	#'Tools::CodeCritics'
+	#'Tools::CodeView2'
+	(#'Tools::CodeView2DemoApp' autoload)
+	#'Tools::CodeViewService'
+	#'Tools::DiffCodeView2'
+	(#'Tools::DiffCodeView2DemoApp' autoload)
+	#'Tools::HierarchicalChangesetDialog'
+	#'Tools::InlineMessageDialog'
+	#'Tools::Inspector2'
+	#'Tools::Inspector2Tab'
+	#'Tools::LintAnnotation'
+	#'Tools::LintHighlighter'
+	#'Tools::LintRuleDetail'
+	#'Tools::LintRuleEditDialog'
+	#'Tools::LintRuleSelectionDialog'
+	#'Tools::MethodCategoryCache'
+	#'Tools::MethodRewriter'
+	#'Tools::NavigationHistory'
+	(#'Tools::NavigationHistoryTests' autoload)
+	#'Tools::NavigationState'
+	#'Tools::NavigatorModel'
+	#'Tools::NewClassWizardDialog'
+	#'Tools::NewSystemBrowserCodeView'
+	#'Tools::Profiler'
+	#'Tools::ProfilerInfoBuilder'
+	#'Tools::ProfilerInfoItem'
+	#'Tools::ProjectCheckerBrowser'
+	#'Tools::ProjectLoader'
+	#'Tools::SearchDialog'
+	#'Tools::SmalltalkDiffTool'
+	#'Tools::SourceCodeManagerConfigurationTestTool'
+	#'Tools::SpecialCodeView'
+	#'Tools::StringSearchTool'
+	#'Tools::Tag'
+	#'Tools::TagList'
+	#'Tools::TagsBrowser'
+	#'Tools::TextDiffTool'
+	#'Tools::TextMergeInfo'
+	(#'Tools::ToDoList' autoload)
+	(#'Tools::ToDoListBrowser' autoload)
+	(#'Tools::ToDoListEntry' autoload)
+	(#'Tools::ToDoNotification' autoload)
+	#'Tools::WebBrowserPage'
+	VersionDiffBrowser
+	ViewWithAcceptAndCancelBar
+	Win32FileDialog
+	(XTermView unix)
+	#'stx_libtool'
+	AbstractDirectoryBrowser
+	AbstractFileFinderApplicationComponent
+	(AbstractRevisionItem autoload)
+	AbstractSourceCodeManagementSettingsAppl
+	BookmarkMenuBuilder
+	(ChangeSetBrowser autoload)
+	(ClassItem autoload)
+	(ClassItemRoot autoload)
+	(ColorInspectorView autoload)
+	ContextInspectorView
+	DictionaryInspectorView
+	Diff3ExclusiveVisitor
+	DiffCodeView
+	FileApplicationNoteBook
+	FileBrowserV2
+	FileBrowserV2SettingsAppl
+	FileDialogWithPreview
+	ImageInspectorView
+	(Launcher autoload)
+	(LibraryBuilder autoload)
+	NewLauncher
+	OrderedCollectionInspectorView
+	(ProcessMonitor autoload)
+	(SemaphoreMonitor autoload)
+	SetInspectorView
+	SettingsDialog
+	SmalltalkCodeGeneratorTool
+	(TerminalApplication autoload)
+	#'Tools::BackgroundSourceProcessingService'
+	#'Tools::BreakpointService'
+	#'Tools::BrowserList'
+	#'Tools::CodeCompletionService'
+	#'Tools::CodeNavigationService'
+	#'Tools::CodeView2SettingsAppl'
+	(#'Tools::CompilerWarningToDoListEntry' autoload)
+	#'Tools::Diff2CodeView2'
+	#'Tools::Diff3CodeView2'
+	#'Tools::LintRuleSettingsApplication'
+	#'Tools::LintService'
+	#'Tools::NavigatorCanvas'
+	#'Tools::NewSystemBrowser'
+	#'Tools::OrganizerCanvas'
+	#'Tools::SendersBrowslet'
+	(#'Tools::SmalltalkMergeTool' autoload)
+	#'Tools::StringSearchToolForTextView'
+	#'Tools::TestRunnerEmbedded'
+	#'Tools::TextDiff2Tool'
+	#'Tools::TextDiff3Tool'
+	#'Tools::VisualProfilerCanvas'
+	WorkspaceApplication
+	BookmarkAddMenuBuilder
+	BookmarkToolbarMenuBuilder
+	CVSSourceCodeManagementSettingsAppl
+	(ClassItemRootForRevision autoload)
+	DataBaseSourceCodeManagementSettingsAppl
+	DirectoryContentsBrowser
+	DirectoryDifferenceViewApplication
+	DirectoryTreeBrowser
+	(ExpandableRevisionItem autoload)
+	FileBasedSourceCodeManagementSettingsAppl
+	FileBrowserV3
+	FindFileApplication
+	GitSourceCodeManagementSettingsAppl
+	MercurialSourceCodeManagementSettingsAppl
+	PerforceSourceCodeManagementSettingsAppl
+	(SmalltalkInspectorView autoload)
+	(SourceRevisionItem autoload)
+	StoreSourceCodeManagementSettingsAppl
+	#'Tools::BrowserListWithFilter'
+	#'Tools::ClassCategoryList'
+	#'Tools::ClassGeneratorList'
+	#'Tools::ClassList'
+	#'Tools::CodeHighlightingService'
+	#'Tools::LintRuleList'
+	#'Tools::MethodCategoryList'
+	#'Tools::MethodList'
+	#'Tools::NamespaceList'
+	#'Tools::ProjectList'
+	#'Tools::VariableList'
+	(VersionRevisionItem autoload)
+	(ClassVariablesInspectorView autoload)
+	#'Tools::ChangeList'
+	#'Tools::ChangeSetDiffList'
+	#'Tools::FullMethodCategoryList'
+	#'Tools::HierarchicalClassCategoryList'
+	#'Tools::HierarchicalClassList'
+	#'Tools::HierarchicalLintRuleList'
+	#'Tools::HierarchicalProjectList'
+	#'Tools::ImplementingClassList'
+	#'Tools::ImplementingMethodList'
+	#'Tools::NamespaceFilter'
+	#'Tools::TestRunner2'
+	#'Tools::HierarchicalChangeList'
+	#'Tools::HierarchicalPackageFilterList'
+	#'Tools::InheritanceClassList'
+	CodeCompletionHelpView
+	SyntaxElementVariable
     )
 !
 
@@ -422,137 +421,137 @@
      Entries are pairwise elements, consisting of class-name and selector."
 
     ^ #(
-        Breakpoint icon
-        BreakpointDescription icon
-        ByteArray inspectorExtraAttributes
-        Change flattenOnto:
-        Change flattenedChanges
-        Change removed
-        Change removed:
-        ChangeSet condenseChangesForRemoved
-        Character inspectorExtraAttributes
-        CharacterArray inspector2TabBytes
-        CharacterArray inspector2TabText
-        CharacterArray inspector2Tabs
-        CharacterArray inspectorExtraAttributes
-        Color inspectorClass
-        Color inspectorExtraAttributes
-        CompositeChange condenseChangesForRemoved
-        CompositeChange flattenOnto:
-        CompositeChange removed
-        CompositeChange removed:
-        Date inspectorExtraAttributes
-        Dictionary inspector2TabLabel
-        Dictionary inspectorClass
-        EditTextView absoluteXOfPosition:
-        EditTextView absoluteYOfCursor
-        EditTextView xOfPosition:
-        EditTextView yOfCursor
-        EditTextView yOfPosition:
-        ExecutableFunction printStringForBrowserWithSelector:
-        Form inspectorClass
-        Image inspectorClass
-        Integer inspectorExtraAttributes
-        MenuView shortKeys
-        Method inspectorExtraAttributes
-        Method printStringForBrowserWithSelector:inClass:
-        Method selectorPrintStringInBrowserFor:
-        Method selectorPrintStringInBrowserFor:class:
-        MethodDictionary inspectorClass
-        Object inspect
-        Object inspector2TabCommon
-        Object inspector2TabForBasicInspect
-        Object inspector2TabForInspectorClass
-        Object inspector2TabLabel
-        Object inspector2Tabs
-        Object inspectorExtraAttributes
-        Object isTestCaseLike
-        Object newInspector2Tab
-        OrderedCollection inspectorClass
-        PopUpMenu asMenu
-        ProfileTree method
-        ProfileTree package
-        RunArray inspectorClass
-        SelectionInListModelView textStartLeft
-        SelectionInListModelView textStartLeft:
-        Set inspectorClass
-        SimpleView isCodeView2
-        StringCollection inspector2TabText
-        StringCollection inspector2Tabs
-        Symbol formattedCode
-        Text inspector2TabText
-        Text inspectorExtraAttributes
-        Timestamp inspectorExtraAttributes
-        UserPreferences alwaysOpenNewTabWhenCtrlClick
-        UserPreferences alwaysOpenNewTabWhenCtrlClick:
-        UserPreferences showBookmarkBar
-        UserPreferences showBookmarkBar:
-        UserPreferences showEmbeddedTestRunnerInBrowser
-        UserPreferences showEmbeddedTestRunnerInBrowser:
-        UserPreferences showGlobalHistory
-        UserPreferences showGlobalHistory:
-        UserPreferences showLocalHistory
-        UserPreferences showLocalHistory:
-        UserPreferences showMethodTemplate
-        UserPreferences showMethodTemplate:
-        UserPreferences sortAndIndentClassesByInheritance
-        UserPreferences sortAndIndentClassesByInheritance:
-        UserPreferences useCodeView2In:
-        UserPreferences useCodeView2InBrowser
-        UserPreferences useCodeView2InBrowser:
-        UserPreferences useCodeView2InDebugger
-        UserPreferences useCodeView2InDebugger:
-        UserPreferences useCodeView2InTools
-        UserPreferences useCodeView2InTools:
-        UserPreferences useCodeView2InWorkspace
-        UserPreferences useCodeView2InWorkspace:
-        UserPreferences webBrowserLikeLayout
-        UserPreferences webBrowserLikeLayout:
-        'AbstractSyntaxHighlighter class' formatExpression:in:elementsInto:
-        'AbstractSyntaxHighlighter class' formatMethod:in:using:elementsInto:
-        'GenericToolbarIconLibrary class' bookmarks22x22
-        'GenericToolbarIconLibrary class' bug16x16Icon
-        'GenericToolbarIconLibrary class' bug24x24Icon
-        'GenericToolbarIconLibrary class' bug32x32Icon
-        'GenericToolbarIconLibrary class' lint16x16Icon
-        'GenericToolbarIconLibrary class' lint24x24Icon
-        'GenericToolbarIconLibrary class' lint32x32Icon
-        'NameSpace class' inspectorClass
-        Block inspectorExtraAttributes
-        CharacterArray inspector2TabHTML
-        Image inspector2TabImage
-        Image inspector2Tabs
-        UserPreferences codeView2AutoIndent
-        UserPreferences codeView2AutoIndent:
-        UserPreferences codeView2ShowAcceptCancel
-        UserPreferences codeView2ShowAcceptCancel:
-        UserPreferences sourceCodeManagementMenuLayout
-        UserPreferences sourceCodeManagementMenuLayout:
-        UserPreferences useInPlaceSearchInBrowserLists
-        UserPreferences useInPlaceSearchInBrowserLists:
-        'GenericToolbarIconLibrary class' smalllintWarning16x16
-        'GenericToolbarIconLibrary class' versionMerged24x24
-        ArrayedCollection inspector2TabForHexDump
-        LimitedPrecisionReal inspectorExtraAttributes
-        UninterpretedBytes inspector2Tabs
-        UserPreferences changesBrowserClassName
-        UserPreferences fileBrowserClass
-        UserPreferences fileBrowserClass:
-        UserPreferences fileBrowserClassName
-        UserPreferences confirmRefactorings
-        UserPreferences confirmRefactorings:
-        Character inspectorValueStringInListFor:
-        CharacterArray inspectorValueStringInListFor:
-        Color inspectorValueStringInListFor:
-        Object inspectorValueStringInListFor:
-        Symbol inspectorValueStringInListFor:
-        UndefinedObject inspectorValueStringInListFor:
-        Behavior inspectorExtraAttributes
-        Behavior inspectorValueStringInListFor:
-        Collection inspectorValueStringInListFor:
-        Iterator inspectorValueStringInListFor:
-        Class inspectorClass
-        'Smalltalk class' inspectorClass
+	Breakpoint icon
+	BreakpointDescription icon
+	ByteArray inspectorExtraAttributes
+	Change flattenOnto:
+	Change flattenedChanges
+	Change removed
+	Change removed:
+	ChangeSet condenseChangesForRemoved
+	Character inspectorExtraAttributes
+	CharacterArray inspector2TabBytes
+	CharacterArray inspector2TabText
+	CharacterArray inspector2Tabs
+	CharacterArray inspectorExtraAttributes
+	Color inspectorClass
+	Color inspectorExtraAttributes
+	CompositeChange condenseChangesForRemoved
+	CompositeChange flattenOnto:
+	CompositeChange removed
+	CompositeChange removed:
+	Date inspectorExtraAttributes
+	Dictionary inspector2TabLabel
+	Dictionary inspectorClass
+	EditTextView absoluteXOfPosition:
+	EditTextView absoluteYOfCursor
+	EditTextView xOfPosition:
+	EditTextView yOfCursor
+	EditTextView yOfPosition:
+	ExecutableFunction printStringForBrowserWithSelector:
+	Form inspectorClass
+	Image inspectorClass
+	Integer inspectorExtraAttributes
+	MenuView shortKeys
+	Method inspectorExtraAttributes
+	Method printStringForBrowserWithSelector:inClass:
+	Method selectorPrintStringInBrowserFor:
+	Method selectorPrintStringInBrowserFor:class:
+	MethodDictionary inspectorClass
+	Object inspect
+	Object inspector2TabCommon
+	Object inspector2TabForBasicInspect
+	Object inspector2TabForInspectorClass
+	Object inspector2TabLabel
+	Object inspector2Tabs
+	Object inspectorExtraAttributes
+	Object isTestCaseLike
+	Object newInspector2Tab
+	OrderedCollection inspectorClass
+	PopUpMenu asMenu
+	ProfileTree method
+	ProfileTree package
+	RunArray inspectorClass
+	SelectionInListModelView textStartLeft
+	SelectionInListModelView textStartLeft:
+	Set inspectorClass
+	SimpleView isCodeView2
+	StringCollection inspector2TabText
+	StringCollection inspector2Tabs
+	Symbol formattedCode
+	Text inspector2TabText
+	Text inspectorExtraAttributes
+	Timestamp inspectorExtraAttributes
+	UserPreferences alwaysOpenNewTabWhenCtrlClick
+	UserPreferences alwaysOpenNewTabWhenCtrlClick:
+	UserPreferences showBookmarkBar
+	UserPreferences showBookmarkBar:
+	UserPreferences showEmbeddedTestRunnerInBrowser
+	UserPreferences showEmbeddedTestRunnerInBrowser:
+	UserPreferences showGlobalHistory
+	UserPreferences showGlobalHistory:
+	UserPreferences showLocalHistory
+	UserPreferences showLocalHistory:
+	UserPreferences showMethodTemplate
+	UserPreferences showMethodTemplate:
+	UserPreferences sortAndIndentClassesByInheritance
+	UserPreferences sortAndIndentClassesByInheritance:
+	UserPreferences useCodeView2In:
+	UserPreferences useCodeView2InBrowser
+	UserPreferences useCodeView2InBrowser:
+	UserPreferences useCodeView2InDebugger
+	UserPreferences useCodeView2InDebugger:
+	UserPreferences useCodeView2InTools
+	UserPreferences useCodeView2InTools:
+	UserPreferences useCodeView2InWorkspace
+	UserPreferences useCodeView2InWorkspace:
+	UserPreferences webBrowserLikeLayout
+	UserPreferences webBrowserLikeLayout:
+	'AbstractSyntaxHighlighter class' formatExpression:in:elementsInto:
+	'AbstractSyntaxHighlighter class' formatMethod:in:using:elementsInto:
+	'GenericToolbarIconLibrary class' bookmarks22x22
+	'GenericToolbarIconLibrary class' bug16x16Icon
+	'GenericToolbarIconLibrary class' bug24x24Icon
+	'GenericToolbarIconLibrary class' bug32x32Icon
+	'GenericToolbarIconLibrary class' lint16x16Icon
+	'GenericToolbarIconLibrary class' lint24x24Icon
+	'GenericToolbarIconLibrary class' lint32x32Icon
+	'NameSpace class' inspectorClass
+	Block inspectorExtraAttributes
+	CharacterArray inspector2TabHTML
+	Image inspector2TabImage
+	Image inspector2Tabs
+	UserPreferences codeView2AutoIndent
+	UserPreferences codeView2AutoIndent:
+	UserPreferences codeView2ShowAcceptCancel
+	UserPreferences codeView2ShowAcceptCancel:
+	UserPreferences sourceCodeManagementMenuLayout
+	UserPreferences sourceCodeManagementMenuLayout:
+	UserPreferences useInPlaceSearchInBrowserLists
+	UserPreferences useInPlaceSearchInBrowserLists:
+	'GenericToolbarIconLibrary class' smalllintWarning16x16
+	'GenericToolbarIconLibrary class' versionMerged24x24
+	ArrayedCollection inspector2TabForHexDump
+	LimitedPrecisionReal inspectorExtraAttributes
+	UninterpretedBytes inspector2Tabs
+	UserPreferences changesBrowserClassName
+	UserPreferences fileBrowserClass
+	UserPreferences fileBrowserClass:
+	UserPreferences fileBrowserClassName
+	UserPreferences confirmRefactorings
+	UserPreferences confirmRefactorings:
+	Character inspectorValueStringInListFor:
+	CharacterArray inspectorValueStringInListFor:
+	Color inspectorValueStringInListFor:
+	Object inspectorValueStringInListFor:
+	Symbol inspectorValueStringInListFor:
+	UndefinedObject inspectorValueStringInListFor:
+	Behavior inspectorExtraAttributes
+	Behavior inspectorValueStringInListFor:
+	Collection inspectorValueStringInListFor:
+	Iterator inspectorValueStringInListFor:
+	Class inspectorClass
+	'Smalltalk class' inspectorClass
     )
 ! !
 
@@ -597,7 +596,7 @@
     "Return a SVN repository URL of myself.
      (Generated since 2011-04-08)
      Do not make the string shorter!!!!!! We have to use fixed-length keyword!!!!!!
-    "        
+    "
 
     ^ '$URL:: https://vranyj1@swing.fit.cvut.cz/svn/stx/libtool/branches/jv/stx_libtool.st                                           $'
 !
@@ -626,4 +625,3 @@
 version_SVN
     ^ '$Id: stx_libtool.st 8090 2013-01-17 21:52:18Z vranyj1 $'
 ! !
-