tools/stx_libjava_tools.st
branchdevelopment
changeset 2646 39856623a013
parent 2641 79395ea8b58f
child 2667 5daa560d20d8
child 2879 5abbda3a589b
--- a/tools/stx_libjava_tools.st	Tue Aug 06 11:19:07 2013 +0100
+++ b/tools/stx_libjava_tools.st	Wed Aug 07 02:07:18 2013 +0100
@@ -29,7 +29,7 @@
     ^ #(
         #'stx:goodies/petitparser'    "PPAbstractParseTest - superclass of JavaParserIITests "
         #'stx:goodies/sunit'    "TestAsserter - superclass of JavaParserIITests "
-        #'stx:libbasic'    "Autoload - superclass of JavaSyntaxHighlighter_Eclipse "
+        #'stx:libbasic'    "Autoload - superclass of JavaSourcePartitioner "
         #'stx:libcomp'    "ParseNode - superclass of JavaAnnotationDeclarationNode "
         #'stx:libjava'    "JavaObject - extended "
         #'stx:libtool'    "AbstractSettingsApplication - superclass of JavaSettingsApplication "
@@ -71,8 +71,10 @@
      exclude individual packages in the #excludedFromPreRequisites method."
 
     ^ #(
+        #'jv:smallsense'    "SmallSenseSyntaxHighlightingService - referenced by JavaCompilerProblemService>>rehighlight: "
         #'stx:libbasic2'    "CacheDictionary - referenced by JavaParser_Eclipse class>>initialize "
-        #'stx:libjava/experiments'    "JavaCompiler - referenced by JavaCompilerProblemHighlighter>>format: "
+        #'stx:libjava/experiments'    "JavaCompiler - referenced by JavaCompilerProblemService>>syntaxHighlighter "
+        #'stx:libsvn'    "JavaScannerStream - referenced by JavaParserI>>parse: "
     )
 !
 
@@ -148,6 +150,7 @@
         JavaCodeBundleEditor
         JavaCodeLibraryEditor
         JavaCompilerProblemHighlighter
+        JavaCompilerProblemPopup
         JavaCompilerProblemService
         JavaListInspectorView
         JavaMapInspectorView
@@ -161,6 +164,7 @@
         JavaSetInspectorView
         JavaSettingsApplication
         JavaSourcePartition
+        (JavaSourcePartitioner autoload)
         (JavaSourcePartitionerTests autoload)
         JavaSourceReference
         (#'JavaSyntaxHighlighter_Eclipse' autoload)
@@ -175,7 +179,6 @@
         JavaSourceFile
         JavaMethodLikeDeclarationNode
         JavaParser
-        (JavaSourcePartitioner autoload)
         JavaTypeDeclarationNode
         JavaVariableDeclarationNode
         JavaAnnotationDeclarationNode