stx_goodies_smallsense.st
changeset 1133 7d4b6bd5cbe9
parent 895 b3aea8e7474c
child 1139 26a41cfc8460
--- a/stx_goodies_smallsense.st	Wed Sep 23 12:33:45 2020 +0100
+++ b/stx_goodies_smallsense.st	Wed Sep 15 13:52:00 2021 +0100
@@ -1,6 +1,7 @@
 "
 stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE
 Copyright (C) 2013-2015 Jan Vrany
+Copyright (C) 2021 LabWare
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -33,6 +34,7 @@
 "
 stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE
 Copyright (C) 2013-2015 Jan Vrany
+Copyright (C) 2021 LabWare
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -229,10 +231,11 @@
         #'SmallSense::CategorySelectDialog'
         #'SmallSense::GroovyCompletionEngineSimple'
         #'SmallSense::ProtocolSelectDialog'
-        (#'SmallSense::AbstractJavaCompletionEngineTests' autoload)
+        (#'SmallSense::TestCase' autoload)      
         (#'SmallSense::AbstractTestCase' autoload)
+        (#'SmallSense::CompletionEngineTests' autoload)
+        (#'SmallSense::AbstractJavaCompletionEngineTests' autoload)
         (#'SmallSense::BaseTestClass' autoload)
-        (#'SmallSense::CompletionEngineTests' autoload)
         (#'SmallSense::EditSupportTests' autoload)
         (#'SmallSense::FinderTests' autoload)
         (#'SmallSense::GroovyCompletionEngineSimpleTests' autoload)
@@ -244,9 +247,10 @@
         (#'SmallSense::SmalltalkEditSupportTests' autoload)
         (#'SmallSense::SmalltalkInferencerTests' autoload)
         (#'SmallSense::SmalltalkParserTests' autoload)
-        (#'SmallSense::TestCase' autoload)
         (#'SmallSense::TokenPatternMatcherTests' autoload)
     )
+
+    "Modified: / 15-09-2021 / 13:50:11 / Jan Vrany <jan.vrany@labware.com>"
 !
 
 extensionMethodNames