automatic checkIn
authorClaus Gittinger <cg@exept.de>
Tue, 20 Oct 2009 22:39:17 +0200
changeset 2643 dbfb457033ff
parent 2642 aa9089c6be96
child 2644 428bb83dd360
automatic checkIn
stx_libtool2.st
--- a/stx_libtool2.st	Tue Oct 20 22:39:14 2009 +0200
+++ b/stx_libtool2.st	Tue Oct 20 22:39:17 2009 +0200
@@ -78,46 +78,47 @@
 
 classNamesAndAttributes
     ^ #(
-	"<className> or (<className> attributes...) in load order"
-	ColorEditDialog
-	DataSetBuilder
-	(DirectoryView autoload)
-	(HierarchicalListEditor autoload)
-	ImageEditor
-	MenuEditor
-	(MethodFinderWindow autoload)
-	(MethodSelectionBrowser autoload)
-	(#'Tools::NewInspectorList' autoload)
-	(#'Tools::NewInspectorListView' autoload)
-	(#'Tools::NewInspectorPanelView' autoload)
-	(#'Tools::NewInspectorView' autoload)
-	(ProjectBrowser autoload)
-	(STXInstaller autoload)
-	SelectionBrowser
-	(ShellView autoload)
-	(SnapShotImage autoload)
-	(SnapShotImageMemory autoload)
-	TabListEditor
-	(#'Tools::InternationalLanguageTranslationEditor' autoload)
-	(#'Tools::ProjectDefinitionEditor' autoload)
-	UIGalleryView
-	UIHelpTool
-	UILayoutTool
-	UIObjectView
-	UIPainter
-	UISelectionPanel
-	UISpecificationTool
-	#'stx_libtool2'
-	FileSelectionBrowser
-	ResourceSelectionBrowser
-	UIPainterView
-	(#'Tools::ViewTreeModel' autoload)
-	(#'Tools::ViewTreeApplication' autoload)
-	(#'Tools::ViewTreeItem' autoload)
-	(#'Tools::ObjectModuleInformation' autoload)
-	FlyByWindowInformation
-	UIListEditor
-	ProjectBuilder
+        "<className> or (<className> attributes...) in load order"
+        ColorEditDialog
+        DataSetBuilder
+        (DirectoryView autoload)
+        (HierarchicalListEditor autoload)
+        ImageEditor
+        MenuEditor
+        (MethodFinderWindow autoload)
+        (MethodSelectionBrowser autoload)
+        (#'Tools::NewInspectorList' autoload)
+        (#'Tools::NewInspectorListView' autoload)
+        (#'Tools::NewInspectorPanelView' autoload)
+        (#'Tools::NewInspectorView' autoload)
+        (ProjectBrowser autoload)
+        (STXInstaller autoload)
+        SelectionBrowser
+        (ShellView autoload)
+        (SnapShotImage autoload)
+        (SnapShotImageMemory autoload)
+        TabListEditor
+        (#'Tools::InternationalLanguageTranslationEditor' autoload)
+        (#'Tools::ProjectDefinitionEditor' autoload)
+        UIGalleryView
+        UIHelpTool
+        UILayoutTool
+        UIObjectView
+        UIPainter
+        UISelectionPanel
+        UISpecificationTool
+        #'stx_libtool2'
+        FileSelectionBrowser
+        ResourceSelectionBrowser
+        UIPainterView
+        (#'Tools::ViewTreeModel' autoload)
+        (#'Tools::ViewTreeApplication' autoload)
+        (#'Tools::ViewTreeItem' autoload)
+        (#'Tools::ObjectModuleInformation' autoload)
+        FlyByWindowInformation
+        UIListEditor
+        #'Tools::ProjectBuilder'
+        #'Tools::ProjectBuilderAssistantApplication'
     )
 !