Code moved to package jv:smallsense
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 23 Jul 2013 20:43:17 +0100
changeset 32 658f47bc231e
parent 31 a793002658c4
child 33 34c0ccc191aa
Code moved to package jv:smallsense
Make.proto
Make.spec
SmallSenseAbstractInstvarInterfaceExtractor.st
SmallSenseBaseTestClass.st
SmallSenseChecker.st
SmallSenseClass.st
SmallSenseClassInfo.st
SmallSenseClassType.st
SmallSenseCompletionWindow.st
SmallSenseConstant.st
SmallSenseCriticsWindow.st
SmallSenseFinder.st
SmallSenseFinderTests.st
SmallSenseInferencer.st
SmallSenseInfo.st
SmallSenseInstvarInterfaceExtractor.st
SmallSenseManager.st
SmallSenseMethod.st
SmallSenseMethodInfo.st
SmallSenseParseNodeInspector.st
SmallSenseParseNodeVisitor.st
SmallSenseParser.st
SmallSenseParserTests.st
SmallSensePosition.st
SmallSenseQuickFixer.st
SmallSenseRecognizer.st
SmallSenseRecognizerTests.st
SmallSenseResultItem.st
SmallSenseResultSet.st
SmallSenseSelectorNode.st
SmallSenseService.st
SmallSenseSettingsAppl.st
SmallSenseSnippet.st
SmallSenseTestCase.st
SmallSenseType.st
SmallSenseTypeCollector.st
SmallSenseTypeCollectorCache.st
SmallSenseTypeHolder.st
SmallSenseUnacceptedMethodEnvironment.st
SmallSenseUnionType.st
SmallSenseUnknownType.st
SmallSenseVariable.st
abbrev.stc
bc.mak
extensions.st
libInit.cc
--- a/Make.proto	Mon Jul 01 12:31:33 2013 +0100
+++ b/Make.proto	Tue Jul 23 20:43:17 2013 +0100
@@ -1,7 +1,7 @@
 # $Header$
 #
 # DO NOT EDIT
-# automagically generated from the projectDefinition: stx_libtool_smallsense.
+# automagically generated from the projectDefinition: jv_smallsense.
 #
 # Warning: once you modify this file, do not rerun
 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
@@ -17,8 +17,8 @@
 #
 # position (of this package) in directory hierarchy:
 # (must point to ST/X top directory, for tools and includes)
-TOP=../..
-INCLUDE_TOP=$(TOP)/..
+TOP=../../stx
+INCLUDE_TOP=$(TOP)/../
 
 # subdirectories where targets are to be made:
 SUBDIRS=
@@ -43,7 +43,7 @@
 # LOCALDEFINES=-Dfoo -Dbar -DDEBUG
 LOCALDEFINES=
 
-LIBNAME=libstx_libtool_smallsense
+LIBNAME=libjv_smallsense
 STCLOCALOPT='-package=$(PACKAGE)' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) -headerDir=.  -varPrefix=$(LIBNAME)
 
 
@@ -78,16 +78,16 @@
 		echo -n exported > .svnversion; \
 	fi
 
-stx_libtool_smallsense.o: stx_libtool_smallsense.st .svnversion
+jv_smallsense.o: jv_smallsense.st .svnversion
 	@if [ -d .svn ]; then \
 		rev2="$(shell printf "%-16s" $$(cat .svnversion))"; \
 		echo "  [SV]  Expanding svnRevisionNo in $1.st"; \
-		sed -e "s/\"\$$SVN\-Revision:\".*\"\$$\"/\"\$$SVN-Revision:\"\'$$rev2\'\"\$$\"/g" $< > .stx_libtool_smallsense.svn.st; \
+		sed -e "s/\"\$$SVN\-Revision:\".*\"\$$\"/\"\$$SVN-Revision:\"\'$$rev2\'\"\$$\"/g" $< > .jv_smallsense.svn.st; \
 	fi
-	$(MAKE) CC="$(CLASSLIB_CC)" OPT="$(OPT)" SEPINITCODE="$(SEPINITCODE)" STC="$(STC)" STFILE=.stx_libtool_smallsense.svn $(C_RULE);
-	sed -i -e "s/\".stx_libtool_smallsense.svn.st\");/\"\stx_libtool_smallsense.st\");/g" .stx_libtool_smallsense.svn.c
-	$(MAKE) .stx_libtool_smallsense.svn.$(O)
-	@mv .stx_libtool_smallsense.svn.$(O) stx_libtool_smallsense.$(O)
+	$(MAKE) CC="$(CLASSLIB_CC)" OPT="$(OPT)" SEPINITCODE="$(SEPINITCODE)" STC="$(STC)" STFILE=.jv_smallsense.svn $(C_RULE);
+	sed -i -e "s/\".jv_smallsense.svn.st\");/\"\jv_smallsense.st\");/g" .jv_smallsense.svn.c
+	$(MAKE) .jv_smallsense.svn.$(O)
+	@mv .jv_smallsense.svn.$(O) jv_smallsense.$(O)
 endif
 
 
@@ -96,7 +96,7 @@
 # copy state changes. Together with --guessVersion it ensures that package
 # definition class always contains correct binary revision string.
 ifneq (**NOHG**, $(shell hg root 2> /dev/null || echo -n '**NOHG**'))
-stx_libtool_smallsense.$(O): $(shell hg root)/.hg/dirstate
+jv_smallsense.$(O): $(shell hg root)/.hg/dirstate
 endif
 
 
@@ -181,21 +181,21 @@
 $(OUTDIR)SmallSenseTypeCollectorCache.$(O) SmallSenseTypeCollectorCache.$(H): SmallSenseTypeCollectorCache.st $(INCLUDE_TOP)/stx/libbasic2/CacheDictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)SmallSenseTypeHolder.$(O) SmallSenseTypeHolder.$(H): SmallSenseTypeHolder.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)SmallSenseUnacceptedMethodEnvironment.$(O) SmallSenseUnacceptedMethodEnvironment.$(H): SmallSenseUnacceptedMethodEnvironment.st $(INCLUDE_TOP)/stx/goodies/refactoryBrowser/helpers/BrowserEnvironment.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)stx_libtool_smallsense.$(O) stx_libtool_smallsense.$(H): stx_libtool_smallsense.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseAbstractInstvarInterfaceExtractor.$(O) SmallSenseAbstractInstvarInterfaceExtractor.$(H): SmallSenseAbstractInstvarInterfaceExtractor.st $(INCLUDE_TOP)/stx/libtool/smallsense/SmallSenseParser.$(H) $(INCLUDE_TOP)/stx/libcomp/SyntaxHighlighter.$(H) $(INCLUDE_TOP)/stx/libcomp/AbstractSyntaxHighlighter.$(H) $(INCLUDE_TOP)/stx/libcomp/Parser.$(H) $(INCLUDE_TOP)/stx/libcomp/Scanner.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseClass.$(O) SmallSenseClass.$(H): SmallSenseClass.st $(INCLUDE_TOP)/stx/libtool/smallsense/SmallSenseResultItem.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseClassInfo.$(O) SmallSenseClassInfo.$(H): SmallSenseClassInfo.st $(INCLUDE_TOP)/stx/libtool/smallsense/SmallSenseInfo.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseClassType.$(O) SmallSenseClassType.$(H): SmallSenseClassType.st $(INCLUDE_TOP)/stx/libtool/smallsense/SmallSenseType.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseConstant.$(O) SmallSenseConstant.$(H): SmallSenseConstant.st $(INCLUDE_TOP)/stx/libtool/smallsense/SmallSenseResultItem.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseFinder.$(O) SmallSenseFinder.$(H): SmallSenseFinder.st $(INCLUDE_TOP)/stx/libtool/smallsense/SmallSenseParseNodeVisitor.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseInferencer.$(O) SmallSenseInferencer.$(H): SmallSenseInferencer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/smallsense/SmallSenseParseNodeVisitor.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseMethod.$(O) SmallSenseMethod.$(H): SmallSenseMethod.st $(INCLUDE_TOP)/stx/libtool/smallsense/SmallSenseResultItem.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseMethodInfo.$(O) SmallSenseMethodInfo.$(H): SmallSenseMethodInfo.st $(INCLUDE_TOP)/stx/libtool/smallsense/SmallSenseInfo.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseSnippet.$(O) SmallSenseSnippet.$(H): SmallSenseSnippet.st $(INCLUDE_TOP)/stx/libtool/smallsense/SmallSenseResultItem.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseUnionType.$(O) SmallSenseUnionType.$(H): SmallSenseUnionType.st $(INCLUDE_TOP)/stx/libtool/smallsense/SmallSenseType.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseUnknownType.$(O) SmallSenseUnknownType.$(H): SmallSenseUnknownType.st $(INCLUDE_TOP)/stx/libtool/smallsense/SmallSenseType.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseVariable.$(O) SmallSenseVariable.$(H): SmallSenseVariable.st $(INCLUDE_TOP)/stx/libtool/smallsense/SmallSenseResultItem.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseInstvarInterfaceExtractor.$(O) SmallSenseInstvarInterfaceExtractor.$(H): SmallSenseInstvarInterfaceExtractor.st $(INCLUDE_TOP)/stx/libtool/smallsense/SmallSenseAbstractInstvarInterfaceExtractor.$(H) $(INCLUDE_TOP)/stx/libtool/smallsense/SmallSenseParser.$(H) $(INCLUDE_TOP)/stx/libcomp/SyntaxHighlighter.$(H) $(INCLUDE_TOP)/stx/libcomp/AbstractSyntaxHighlighter.$(H) $(INCLUDE_TOP)/stx/libcomp/Parser.$(H) $(INCLUDE_TOP)/stx/libcomp/Scanner.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)jv_smallsense.$(O) jv_smallsense.$(H): jv_smallsense.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseAbstractInstvarInterfaceExtractor.$(O) SmallSenseAbstractInstvarInterfaceExtractor.$(H): SmallSenseAbstractInstvarInterfaceExtractor.st $(INCLUDE_TOP)jv/smallsense/SmallSenseParser.$(H) $(INCLUDE_TOP)/stx/libcomp/SyntaxHighlighter.$(H) $(INCLUDE_TOP)/stx/libcomp/AbstractSyntaxHighlighter.$(H) $(INCLUDE_TOP)/stx/libcomp/Parser.$(H) $(INCLUDE_TOP)/stx/libcomp/Scanner.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseClass.$(O) SmallSenseClass.$(H): SmallSenseClass.st $(INCLUDE_TOP)jv/smallsense/SmallSenseResultItem.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseClassInfo.$(O) SmallSenseClassInfo.$(H): SmallSenseClassInfo.st $(INCLUDE_TOP)jv/smallsense/SmallSenseInfo.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseClassType.$(O) SmallSenseClassType.$(H): SmallSenseClassType.st $(INCLUDE_TOP)jv/smallsense/SmallSenseType.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseConstant.$(O) SmallSenseConstant.$(H): SmallSenseConstant.st $(INCLUDE_TOP)jv/smallsense/SmallSenseResultItem.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseFinder.$(O) SmallSenseFinder.$(H): SmallSenseFinder.st $(INCLUDE_TOP)jv/smallsense/SmallSenseParseNodeVisitor.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseInferencer.$(O) SmallSenseInferencer.$(H): SmallSenseInferencer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)jv/smallsense/SmallSenseParseNodeVisitor.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseMethod.$(O) SmallSenseMethod.$(H): SmallSenseMethod.st $(INCLUDE_TOP)jv/smallsense/SmallSenseResultItem.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseMethodInfo.$(O) SmallSenseMethodInfo.$(H): SmallSenseMethodInfo.st $(INCLUDE_TOP)jv/smallsense/SmallSenseInfo.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseSnippet.$(O) SmallSenseSnippet.$(H): SmallSenseSnippet.st $(INCLUDE_TOP)jv/smallsense/SmallSenseResultItem.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseUnionType.$(O) SmallSenseUnionType.$(H): SmallSenseUnionType.st $(INCLUDE_TOP)jv/smallsense/SmallSenseType.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseUnknownType.$(O) SmallSenseUnknownType.$(H): SmallSenseUnknownType.st $(INCLUDE_TOP)jv/smallsense/SmallSenseType.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseVariable.$(O) SmallSenseVariable.$(H): SmallSenseVariable.st $(INCLUDE_TOP)jv/smallsense/SmallSenseResultItem.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseInstvarInterfaceExtractor.$(O) SmallSenseInstvarInterfaceExtractor.$(H): SmallSenseInstvarInterfaceExtractor.st $(INCLUDE_TOP)jv/smallsense/SmallSenseAbstractInstvarInterfaceExtractor.$(H) $(INCLUDE_TOP)jv/smallsense/SmallSenseParser.$(H) $(INCLUDE_TOP)/stx/libcomp/SyntaxHighlighter.$(H) $(INCLUDE_TOP)/stx/libcomp/AbstractSyntaxHighlighter.$(H) $(INCLUDE_TOP)/stx/libcomp/Parser.$(H) $(INCLUDE_TOP)/stx/libcomp/Scanner.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/libcomp/ParseNode.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libcomp/AssignmentNode.$(H) $(INCLUDE_TOP)/stx/libcomp/MessageNode.$(H) $(INCLUDE_TOP)/stx/libcomp/ParseErrorNode.$(H) $(INCLUDE_TOP)/stx/libcomp/PrimaryNode.$(H) $(INCLUDE_TOP)/stx/libcomp/StatementNode.$(H) $(INCLUDE_TOP)/stx/libbasic/UserPreferences.$(H) $(INCLUDE_TOP)/stx/libbasic/IdentityDictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Dictionary.$(H) $(INCLUDE_TOP)/stx/libbasic/Set.$(H) $(INCLUDE_TOP)/stx/libbasic/Collection.$(H) $(INCLUDE_TOP)/stx/libcomp/VariableNode.$(H) $(INCLUDE_TOP)/stx/libbasic/ConfigurableFeatures.$(H) $(INCLUDE_TOP)/stx/goodies/refactoryBrowser/lint/RBLintRule.$(H) $(INCLUDE_TOP)/stx/goodies/refactoryBrowser/lint/RBTransformationRule.$(H) $(INCLUDE_TOP)/stx/libhtml/HTMLDocumentView.$(H) $(INCLUDE_TOP)/stx/libhtml/HTMLDocumentFrame.$(H) $(INCLUDE_TOP)/stx/libview/View.$(H) $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line
--- a/Make.spec	Mon Jul 01 12:31:33 2013 +0100
+++ b/Make.spec	Tue Jul 23 20:43:17 2013 +0100
@@ -12,8 +12,8 @@
 # Do NOT CHANGE THESE DEFINITIONS
 # (otherwise, ST/X will have a hard time to find out the packages location from its packageID,
 #  to find the source code of a class and to find the library for a package)
-MODULE=stx
-MODULE_DIR=libtool/smallsense
+MODULE=jv
+MODULE_DIR=smallsense
 PACKAGE=$(MODULE):$(MODULE_DIR)
 
 
@@ -61,7 +61,7 @@
 	SmallSenseService \
 	SmallSenseTypeCollector \
 	SmallSenseTypeCollectorCache \
-	stx_libtool_smallsense \
+	jv_smallsense \
 	SmallSenseAbstractInstvarInterfaceExtractor \
 	SmallSenseClass \
 	SmallSenseConstant \
@@ -102,7 +102,7 @@
     $(OUTDIR_SLASH)SmallSenseService.$(O) \
     $(OUTDIR_SLASH)SmallSenseTypeCollector.$(O) \
     $(OUTDIR_SLASH)SmallSenseTypeCollectorCache.$(O) \
-    $(OUTDIR_SLASH)stx_libtool_smallsense.$(O) \
+    $(OUTDIR_SLASH)jv_smallsense.$(O) \
     $(OUTDIR_SLASH)SmallSenseAbstractInstvarInterfaceExtractor.$(O) \
     $(OUTDIR_SLASH)SmallSenseClass.$(O) \
     $(OUTDIR_SLASH)SmallSenseConstant.$(O) \
--- a/SmallSenseAbstractInstvarInterfaceExtractor.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseAbstractInstvarInterfaceExtractor.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 SmallSenseParser subclass:#SmallSenseAbstractInstvarInterfaceExtractor
 	instanceVariableNames:'stack copied initialStack saveStacks input collector
--- a/SmallSenseBaseTestClass.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseBaseTestClass.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 TestCase subclass:#SmallSenseBaseTestClass
 	instanceVariableNames:'u v'
--- a/SmallSenseChecker.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseChecker.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 SmalllintChecker subclass:#SmallSenseChecker
 	instanceVariableNames:''
--- a/SmallSenseClass.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseClass.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 SmallSenseResultItem subclass:#SmallSenseClass
 	instanceVariableNames:''
--- a/SmallSenseClassInfo.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseClassInfo.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 SmallSenseInfo subclass:#SmallSenseClassInfo
 	instanceVariableNames:'className methods instvars'
--- a/SmallSenseClassType.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseClassType.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 SmallSenseType subclass:#SmallSenseClassType
 	instanceVariableNames:'trustfullness klass'
--- a/SmallSenseCompletionWindow.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseCompletionWindow.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 SimpleDialog subclass:#SmallSenseCompletionWindow
 	instanceVariableNames:'codeView result position textHolder selectionHolder
--- a/SmallSenseConstant.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseConstant.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 SmallSenseResultItem subclass:#SmallSenseConstant
 	instanceVariableNames:''
--- a/SmallSenseCriticsWindow.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseCriticsWindow.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 ApplicationModel subclass:#SmallSenseCriticsWindow
 	instanceVariableNames:'ruleHolder ruleRationaleAndFixesHTMLHolder rationalView fixer
--- a/SmallSenseFinder.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseFinder.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 SmallSenseParseNodeVisitor subclass:#SmallSenseFinder
 	instanceVariableNames:'position match previous'
--- a/SmallSenseFinderTests.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseFinderTests.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 SmallSenseTestCase subclass:#SmallSenseFinderTests
 	instanceVariableNames:''
--- a/SmallSenseInferencer.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseInferencer.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 Object subclass:#SmallSenseInferencer
 	instanceVariableNames:'class classInfo source parser parserClass tree'
--- a/SmallSenseInfo.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseInfo.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 Object subclass:#SmallSenseInfo
 	instanceVariableNames:'manager'
--- a/SmallSenseInstvarInterfaceExtractor.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseInstvarInterfaceExtractor.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 SmallSenseAbstractInstvarInterfaceExtractor subclass:#SmallSenseInstvarInterfaceExtractor
 	instanceVariableNames:'assingmentsDictionary assigmentsTypeDictionary'
--- a/SmallSenseManager.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseManager.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 Object subclass:#SmallSenseManager
 	instanceVariableNames:'classes accessLock updater'
--- a/SmallSenseMethod.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseMethod.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 SmallSenseResultItem subclass:#SmallSenseMethod
 	instanceVariableNames:'class'
--- a/SmallSenseMethodInfo.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseMethodInfo.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 SmallSenseInfo subclass:#SmallSenseMethodInfo
 	instanceVariableNames:'classInfo selector returnType'
--- a/SmallSenseParseNodeInspector.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseParseNodeInspector.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 ApplicationModel subclass:#SmallSenseParseNodeInspector
 	instanceVariableNames:'classHolder selectorHolder methodHolder nodeHolder sourceHolder
--- a/SmallSenseParseNodeVisitor.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseParseNodeVisitor.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 Object subclass:#SmallSenseParseNodeVisitor
 	instanceVariableNames:'class'
--- a/SmallSenseParser.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseParser.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 SyntaxHighlighter subclass:#SmallSenseParser
 	instanceVariableNames:'error'
--- a/SmallSenseParserTests.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseParserTests.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 SmallSenseTestCase subclass:#SmallSenseParserTests
 	instanceVariableNames:''
--- a/SmallSensePosition.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSensePosition.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 Object subclass:#SmallSensePosition
 	instanceVariableNames:'node position position1'
--- a/SmallSenseQuickFixer.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseQuickFixer.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 Object subclass:#SmallSenseQuickFixer
 	instanceVariableNames:'view rule fixes'
--- a/SmallSenseRecognizer.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseRecognizer.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 Object subclass:#SmallSenseRecognizer
 	instanceVariableNames:'resultSet collector'
--- a/SmallSenseRecognizerTests.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseRecognizerTests.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 SmallSenseTestCase subclass:#SmallSenseRecognizerTests
 	instanceVariableNames:''
--- a/SmallSenseResultItem.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseResultItem.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 Object subclass:#SmallSenseResultItem
 	instanceVariableNames:'subject icon label name description'
--- a/SmallSenseResultSet.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseResultSet.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 Object subclass:#SmallSenseResultSet
 	instanceVariableNames:'items position objectNameCollection selectedObjectIndex
--- a/SmallSenseSelectorNode.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseSelectorNode.st	Tue Jul 23 20:43:17 2013 +0100
@@ -9,7 +9,7 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 ParseNode subclass:#SmallSenseSelectorNode
 	instanceVariableNames:'receiver selectors selectorsPosition lines'
--- a/SmallSenseService.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseService.st	Tue Jul 23 20:43:17 2013 +0100
@@ -9,7 +9,7 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 Tools::BackgroundSourceProcessingService subclass:#SmallSenseService
 	instanceVariableNames:'rulesHolder rules highlighter'
--- a/SmallSenseSettingsAppl.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseSettingsAppl.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 AbstractSettingsApplication subclass:#SmallSenseSettingsAppl
 	instanceVariableNames:'smallSenseBackgroundTypingEnabled smallSenseBackgroundLintEnabled
--- a/SmallSenseSnippet.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseSnippet.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 SmallSenseResultItem subclass:#SmallSenseSnippet
 	instanceVariableNames:''
--- a/SmallSenseTestCase.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseTestCase.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 TestCase subclass:#SmallSenseTestCase
 	instanceVariableNames:'u v'
--- a/SmallSenseType.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseType.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 Object subclass:#SmallSenseType
 	instanceVariableNames:''
--- a/SmallSenseTypeCollector.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseTypeCollector.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 TypeCollector subclass:#SmallSenseTypeCollector
 	instanceVariableNames:'master'
--- a/SmallSenseTypeCollectorCache.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseTypeCollectorCache.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 CacheDictionary subclass:#SmallSenseTypeCollectorCache
 	instanceVariableNames:'typingJob'
--- a/SmallSenseTypeHolder.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseTypeHolder.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 Object subclass:#SmallSenseTypeHolder
 	instanceVariableNames:'type'
--- a/SmallSenseUnacceptedMethodEnvironment.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseUnacceptedMethodEnvironment.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 BrowserEnvironment subclass:#SmallSenseUnacceptedMethodEnvironment
 	instanceVariableNames:'class method'
--- a/SmallSenseUnionType.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseUnionType.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 SmallSenseType subclass:#SmallSenseUnionType
 	instanceVariableNames:'types trustfullness trustfullnessBonus'
--- a/SmallSenseUnknownType.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseUnknownType.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 SmallSenseType subclass:#SmallSenseUnknownType
 	instanceVariableNames:''
--- a/SmallSenseVariable.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/SmallSenseVariable.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"
+"{ Package: 'jv:smallsense' }"
 
 SmallSenseResultItem subclass:#SmallSenseVariable
 	instanceVariableNames:'class type'
--- a/abbrev.stc	Mon Jul 01 12:31:33 2013 +0100
+++ b/abbrev.stc	Tue Jul 23 20:43:17 2013 +0100
@@ -1,44 +1,44 @@
 # automagically generated by the project definition
 # this file is needed for stc to be able to compile modules independently.
 # it provides information about a classes filename, category and especially namespace.
-SmallSenseParseNodeVisitor SmallSenseParseNodeVisitor stx:libtool/smallsense 'SmallSense-Core' 0
-SmallSenseInfo SmallSenseInfo stx:libtool/smallsense 'SmallSense-Model' 0
-SmallSenseBaseTestClass SmallSenseBaseTestClass stx:libtool/smallsense 'SmallSense-Tests' 1
-SmallSenseFinder SmallSenseFinder stx:libtool/smallsense 'SmallSense-Core' 0
-SmallSenseFinderTests SmallSenseFinderTests stx:libtool/smallsense 'SmallSense-Tests' 1
-SmallSenseParser SmallSenseParser stx:libtool/smallsense 'SmallSense-Core' 3
-SmallSenseParserTests SmallSenseParserTests stx:libtool/smallsense 'SmallSense-Tests' 1
-SmallSenseRecognizer SmallSenseRecognizer stx:libtool/smallsense 'SmallSense-Core' 0
-SmallSenseRecognizerTests SmallSenseRecognizerTests stx:libtool/smallsense 'SmallSense-Tests' 1
-SmallSenseResultItem SmallSenseResultItem stx:libtool/smallsense 'SmallSense-Core' 0
-SmallSenseResultSet SmallSenseResultSet stx:libtool/smallsense 'SmallSense-Core' 0
-SmallSenseSelectorNode SmallSenseSelectorNode stx:libtool/smallsense 'SmallSense-Core' 0
-SmallSenseService SmallSenseService stx:libtool/smallsense 'SmallSense-Interface' 0
-SmallSenseTestCase SmallSenseTestCase stx:libtool/smallsense 'SmallSense-Tests' 1
-SmallSenseTypeCollector SmallSenseTypeCollector stx:libtool/smallsense 'SmallSense-Roel Typer' 0
-SmallSenseTypeCollectorCache SmallSenseTypeCollectorCache stx:libtool/smallsense 'SmallSense-Roel Typer' 0
-stx_libtool_smallsense stx_libtool_smallsense stx:libtool/smallsense '* Projects & Packages *' 3
-SmallSenseAbstractInstvarInterfaceExtractor SmallSenseAbstractInstvarInterfaceExtractor stx:libtool/smallsense 'SmallSense-Roel Typer' 3
-SmallSenseClass SmallSenseClass stx:libtool/smallsense 'SmallSense-Core' 0
-SmallSenseConstant SmallSenseConstant stx:libtool/smallsense 'SmallSense-Core' 0
-SmallSenseMethod SmallSenseMethod stx:libtool/smallsense 'SmallSense-Core' 0
-SmallSenseSnippet SmallSenseSnippet stx:libtool/smallsense 'SmallSense-Core' 0
-SmallSenseVariable SmallSenseVariable stx:libtool/smallsense 'SmallSense-Core' 0
-SmallSenseInstvarInterfaceExtractor SmallSenseInstvarInterfaceExtractor stx:libtool/smallsense 'SmallSense-Roel Typer' 3
-SmallSenseParseNodeInspector SmallSenseParseNodeInspector stx:libtool/smallsense 'SmallSense-Interface' 1
-SmallSensePosition SmallSensePosition stx:libtool/smallsense 'SmallSense-Core' 0
-SmallSenseType SmallSenseType stx:libtool/smallsense 'SmallSense-Types' 0
-SmallSenseInferencer SmallSenseInferencer stx:libtool/smallsense 'SmallSense-Inference' 0
-SmallSenseClassInfo SmallSenseClassInfo stx:libtool/smallsense 'SmallSense-Model' 0
-SmallSenseManager SmallSenseManager stx:libtool/smallsense 'SmallSense-Model' 0
-SmallSenseMethodInfo SmallSenseMethodInfo stx:libtool/smallsense 'SmallSense-Model' 0
-SmallSenseTypeHolder SmallSenseTypeHolder stx:libtool/smallsense 'SmallSense-Types' 0
-SmallSenseClassType SmallSenseClassType stx:libtool/smallsense 'SmallSense-Types' 0
-SmallSenseUnionType SmallSenseUnionType stx:libtool/smallsense 'SmallSense-Types' 0
-SmallSenseUnknownType SmallSenseUnknownType stx:libtool/smallsense 'SmallSense-Types' 1
-SmallSenseCompletionWindow SmallSenseCompletionWindow stx:libtool/smallsense 'SmallSense-Interface' 1
-SmallSenseCriticsWindow SmallSenseCriticsWindow stx:libtool/smallsense 'SmallSense-Interface' 1
-SmallSenseUnacceptedMethodEnvironment SmallSenseUnacceptedMethodEnvironment stx:libtool/smallsense 'SmallSense-Lint' 0
-SmallSenseQuickFixer SmallSenseQuickFixer stx:libtool/smallsense 'SmallSense-Lint' 0
-SmallSenseSettingsAppl SmallSenseSettingsAppl stx:libtool/smallsense 'SmallSense-Interface' 1
-SmallSenseChecker SmallSenseChecker stx:libtool/smallsense 'SmallSense-Lint' 0
+SmallSenseParseNodeVisitor SmallSenseParseNodeVisitor jv:smallsense 'SmallSense-Core' 0
+SmallSenseInfo SmallSenseInfo jv:smallsense 'SmallSense-Model' 0
+SmallSenseBaseTestClass SmallSenseBaseTestClass jv:smallsense 'SmallSense-Tests' 1
+SmallSenseFinder SmallSenseFinder jv:smallsense 'SmallSense-Core' 0
+SmallSenseFinderTests SmallSenseFinderTests jv:smallsense 'SmallSense-Tests' 1
+SmallSenseParser SmallSenseParser jv:smallsense 'SmallSense-Core' 3
+SmallSenseParserTests SmallSenseParserTests jv:smallsense 'SmallSense-Tests' 1
+SmallSenseRecognizer SmallSenseRecognizer jv:smallsense 'SmallSense-Core' 0
+SmallSenseRecognizerTests SmallSenseRecognizerTests jv:smallsense 'SmallSense-Tests' 1
+SmallSenseResultItem SmallSenseResultItem jv:smallsense 'SmallSense-Core' 0
+SmallSenseResultSet SmallSenseResultSet jv:smallsense 'SmallSense-Core' 0
+SmallSenseSelectorNode SmallSenseSelectorNode jv:smallsense 'SmallSense-Core' 0
+SmallSenseService SmallSenseService jv:smallsense 'SmallSense-Interface' 0
+SmallSenseTestCase SmallSenseTestCase jv:smallsense 'SmallSense-Tests' 1
+SmallSenseTypeCollector SmallSenseTypeCollector jv:smallsense 'SmallSense-Roel Typer' 0
+SmallSenseTypeCollectorCache SmallSenseTypeCollectorCache jv:smallsense 'SmallSense-Roel Typer' 0
+stx_libtool_smallsense stx_libtool_smallsense jv:smallsense '* Projects & Packages *' 3
+SmallSenseAbstractInstvarInterfaceExtractor SmallSenseAbstractInstvarInterfaceExtractor jv:smallsense 'SmallSense-Roel Typer' 3
+SmallSenseClass SmallSenseClass jv:smallsense 'SmallSense-Core' 0
+SmallSenseConstant SmallSenseConstant jv:smallsense 'SmallSense-Core' 0
+SmallSenseMethod SmallSenseMethod jv:smallsense 'SmallSense-Core' 0
+SmallSenseSnippet SmallSenseSnippet jv:smallsense 'SmallSense-Core' 0
+SmallSenseVariable SmallSenseVariable jv:smallsense 'SmallSense-Core' 0
+SmallSenseInstvarInterfaceExtractor SmallSenseInstvarInterfaceExtractor jv:smallsense 'SmallSense-Roel Typer' 3
+SmallSenseParseNodeInspector SmallSenseParseNodeInspector jv:smallsense 'SmallSense-Interface' 1
+SmallSensePosition SmallSensePosition jv:smallsense 'SmallSense-Core' 0
+SmallSenseType SmallSenseType jv:smallsense 'SmallSense-Types' 0
+SmallSenseInferencer SmallSenseInferencer jv:smallsense 'SmallSense-Inference' 0
+SmallSenseClassInfo SmallSenseClassInfo jv:smallsense 'SmallSense-Model' 0
+SmallSenseManager SmallSenseManager jv:smallsense 'SmallSense-Model' 0
+SmallSenseMethodInfo SmallSenseMethodInfo jv:smallsense 'SmallSense-Model' 0
+SmallSenseTypeHolder SmallSenseTypeHolder jv:smallsense 'SmallSense-Types' 0
+SmallSenseClassType SmallSenseClassType jv:smallsense 'SmallSense-Types' 0
+SmallSenseUnionType SmallSenseUnionType jv:smallsense 'SmallSense-Types' 0
+SmallSenseUnknownType SmallSenseUnknownType jv:smallsense 'SmallSense-Types' 1
+SmallSenseCompletionWindow SmallSenseCompletionWindow jv:smallsense 'SmallSense-Interface' 1
+SmallSenseCriticsWindow SmallSenseCriticsWindow jv:smallsense 'SmallSense-Interface' 1
+SmallSenseUnacceptedMethodEnvironment SmallSenseUnacceptedMethodEnvironment jv:smallsense 'SmallSense-Lint' 0
+SmallSenseQuickFixer SmallSenseQuickFixer jv:smallsense 'SmallSense-Lint' 0
+SmallSenseSettingsAppl SmallSenseSettingsAppl jv:smallsense 'SmallSense-Interface' 1
+SmallSenseChecker SmallSenseChecker jv:smallsense 'SmallSense-Lint' 0
--- a/bc.mak	Mon Jul 01 12:31:33 2013 +0100
+++ b/bc.mak	Tue Jul 23 20:43:17 2013 +0100
@@ -1,7 +1,7 @@
 # $Header$
 #
 # DO NOT EDIT
-# automagically generated from the projectDefinition: stx_libtool_smallsense.
+# automagically generated from the projectDefinition: jv_smallsense.
 #
 # Warning: once you modify this file, do not rerun
 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
@@ -29,7 +29,7 @@
 
 !INCLUDE Make.spec
 
-LIBNAME=libstx_libtool_smallsense
+LIBNAME=libjv_smallsense
 RESFILES=smallsense.res
 
 
@@ -106,21 +106,21 @@
 $(OUTDIR)SmallSenseTypeCollectorCache.$(O) SmallSenseTypeCollectorCache.$(H): SmallSenseTypeCollectorCache.st $(INCLUDE_TOP)\stx\libbasic2\CacheDictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)SmallSenseTypeHolder.$(O) SmallSenseTypeHolder.$(H): SmallSenseTypeHolder.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)SmallSenseUnacceptedMethodEnvironment.$(O) SmallSenseUnacceptedMethodEnvironment.$(H): SmallSenseUnacceptedMethodEnvironment.st $(INCLUDE_TOP)\stx\goodies\refactoryBrowser\helpers\BrowserEnvironment.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)stx_libtool_smallsense.$(O) stx_libtool_smallsense.$(H): stx_libtool_smallsense.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseAbstractInstvarInterfaceExtractor.$(O) SmallSenseAbstractInstvarInterfaceExtractor.$(H): SmallSenseAbstractInstvarInterfaceExtractor.st $(INCLUDE_TOP)\stx\libtool\smallsense\SmallSenseParser.$(H) $(INCLUDE_TOP)\stx\libcomp\SyntaxHighlighter.$(H) $(INCLUDE_TOP)\stx\libcomp\AbstractSyntaxHighlighter.$(H) $(INCLUDE_TOP)\stx\libcomp\Parser.$(H) $(INCLUDE_TOP)\stx\libcomp\Scanner.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseClass.$(O) SmallSenseClass.$(H): SmallSenseClass.st $(INCLUDE_TOP)\stx\libtool\smallsense\SmallSenseResultItem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseClassInfo.$(O) SmallSenseClassInfo.$(H): SmallSenseClassInfo.st $(INCLUDE_TOP)\stx\libtool\smallsense\SmallSenseInfo.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseClassType.$(O) SmallSenseClassType.$(H): SmallSenseClassType.st $(INCLUDE_TOP)\stx\libtool\smallsense\SmallSenseType.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseConstant.$(O) SmallSenseConstant.$(H): SmallSenseConstant.st $(INCLUDE_TOP)\stx\libtool\smallsense\SmallSenseResultItem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseFinder.$(O) SmallSenseFinder.$(H): SmallSenseFinder.st $(INCLUDE_TOP)\stx\libtool\smallsense\SmallSenseParseNodeVisitor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseInferencer.$(O) SmallSenseInferencer.$(H): SmallSenseInferencer.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\smallsense\SmallSenseParseNodeVisitor.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseMethod.$(O) SmallSenseMethod.$(H): SmallSenseMethod.st $(INCLUDE_TOP)\stx\libtool\smallsense\SmallSenseResultItem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseMethodInfo.$(O) SmallSenseMethodInfo.$(H): SmallSenseMethodInfo.st $(INCLUDE_TOP)\stx\libtool\smallsense\SmallSenseInfo.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseSnippet.$(O) SmallSenseSnippet.$(H): SmallSenseSnippet.st $(INCLUDE_TOP)\stx\libtool\smallsense\SmallSenseResultItem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseUnionType.$(O) SmallSenseUnionType.$(H): SmallSenseUnionType.st $(INCLUDE_TOP)\stx\libtool\smallsense\SmallSenseType.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseUnknownType.$(O) SmallSenseUnknownType.$(H): SmallSenseUnknownType.st $(INCLUDE_TOP)\stx\libtool\smallsense\SmallSenseType.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseVariable.$(O) SmallSenseVariable.$(H): SmallSenseVariable.st $(INCLUDE_TOP)\stx\libtool\smallsense\SmallSenseResultItem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)SmallSenseInstvarInterfaceExtractor.$(O) SmallSenseInstvarInterfaceExtractor.$(H): SmallSenseInstvarInterfaceExtractor.st $(INCLUDE_TOP)\stx\libtool\smallsense\SmallSenseAbstractInstvarInterfaceExtractor.$(H) $(INCLUDE_TOP)\stx\libtool\smallsense\SmallSenseParser.$(H) $(INCLUDE_TOP)\stx\libcomp\SyntaxHighlighter.$(H) $(INCLUDE_TOP)\stx\libcomp\AbstractSyntaxHighlighter.$(H) $(INCLUDE_TOP)\stx\libcomp\Parser.$(H) $(INCLUDE_TOP)\stx\libcomp\Scanner.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)jv_smallsense.$(O) jv_smallsense.$(H): jv_smallsense.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseAbstractInstvarInterfaceExtractor.$(O) SmallSenseAbstractInstvarInterfaceExtractor.$(H): SmallSenseAbstractInstvarInterfaceExtractor.st $(INCLUDE_TOP)jv\smallsense\SmallSenseParser.$(H) $(INCLUDE_TOP)\stx\libcomp\SyntaxHighlighter.$(H) $(INCLUDE_TOP)\stx\libcomp\AbstractSyntaxHighlighter.$(H) $(INCLUDE_TOP)\stx\libcomp\Parser.$(H) $(INCLUDE_TOP)\stx\libcomp\Scanner.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseClass.$(O) SmallSenseClass.$(H): SmallSenseClass.st $(INCLUDE_TOP)jv\smallsense\SmallSenseResultItem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseClassInfo.$(O) SmallSenseClassInfo.$(H): SmallSenseClassInfo.st $(INCLUDE_TOP)jv\smallsense\SmallSenseInfo.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseClassType.$(O) SmallSenseClassType.$(H): SmallSenseClassType.st $(INCLUDE_TOP)jv\smallsense\SmallSenseType.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseConstant.$(O) SmallSenseConstant.$(H): SmallSenseConstant.st $(INCLUDE_TOP)jv\smallsense\SmallSenseResultItem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseFinder.$(O) SmallSenseFinder.$(H): SmallSenseFinder.st $(INCLUDE_TOP)jv\smallsense\SmallSenseParseNodeVisitor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseInferencer.$(O) SmallSenseInferencer.$(H): SmallSenseInferencer.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)jv\smallsense\SmallSenseParseNodeVisitor.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseMethod.$(O) SmallSenseMethod.$(H): SmallSenseMethod.st $(INCLUDE_TOP)jv\smallsense\SmallSenseResultItem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseMethodInfo.$(O) SmallSenseMethodInfo.$(H): SmallSenseMethodInfo.st $(INCLUDE_TOP)jv\smallsense\SmallSenseInfo.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseSnippet.$(O) SmallSenseSnippet.$(H): SmallSenseSnippet.st $(INCLUDE_TOP)jv\smallsense\SmallSenseResultItem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseUnionType.$(O) SmallSenseUnionType.$(H): SmallSenseUnionType.st $(INCLUDE_TOP)jv\smallsense\SmallSenseType.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseUnknownType.$(O) SmallSenseUnknownType.$(H): SmallSenseUnknownType.st $(INCLUDE_TOP)jv\smallsense\SmallSenseType.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseVariable.$(O) SmallSenseVariable.$(H): SmallSenseVariable.st $(INCLUDE_TOP)jv\smallsense\SmallSenseResultItem.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)SmallSenseInstvarInterfaceExtractor.$(O) SmallSenseInstvarInterfaceExtractor.$(H): SmallSenseInstvarInterfaceExtractor.st $(INCLUDE_TOP)jv\smallsense\SmallSenseAbstractInstvarInterfaceExtractor.$(H) $(INCLUDE_TOP)jv\smallsense\SmallSenseParser.$(H) $(INCLUDE_TOP)\stx\libcomp\SyntaxHighlighter.$(H) $(INCLUDE_TOP)\stx\libcomp\AbstractSyntaxHighlighter.$(H) $(INCLUDE_TOP)\stx\libcomp\Parser.$(H) $(INCLUDE_TOP)\stx\libcomp\Scanner.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libcomp\ParseNode.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libcomp\AssignmentNode.$(H) $(INCLUDE_TOP)\stx\libcomp\MessageNode.$(H) $(INCLUDE_TOP)\stx\libcomp\ParseErrorNode.$(H) $(INCLUDE_TOP)\stx\libcomp\PrimaryNode.$(H) $(INCLUDE_TOP)\stx\libcomp\StatementNode.$(H) $(INCLUDE_TOP)\stx\libbasic\UserPreferences.$(H) $(INCLUDE_TOP)\stx\libbasic\IdentityDictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Dictionary.$(H) $(INCLUDE_TOP)\stx\libbasic\Set.$(H) $(INCLUDE_TOP)\stx\libbasic\Collection.$(H) $(INCLUDE_TOP)\stx\libcomp\VariableNode.$(H) $(INCLUDE_TOP)\stx\libbasic\ConfigurableFeatures.$(H) $(INCLUDE_TOP)\stx\goodies\refactoryBrowser\lint\RBLintRule.$(H) $(INCLUDE_TOP)\stx\goodies\refactoryBrowser\lint\RBTransformationRule.$(H) $(INCLUDE_TOP)\stx\libhtml\HTMLDocumentView.$(H) $(INCLUDE_TOP)\stx\libhtml\HTMLDocumentFrame.$(H) $(INCLUDE_TOP)\stx\libview\View.$(H) $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line
@@ -131,5 +131,5 @@
 # copy state changes. Together with --guessVersion it ensures that package
 # definition class always contains correct binary revision string.
 !IFDEF HGROOT
-$(OUTDIR)stx_libtool_smallsense.$(O): $(HGROOT)\.hg\dirstate
+$(OUTDIR)jv_smallsense.$(O): $(HGROOT)\.hg\dirstate
 !ENDIF
--- a/extensions.st	Mon Jul 01 12:31:33 2013 +0100
+++ b/extensions.st	Tue Jul 23 20:43:17 2013 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'stx:libtool/smallsense' }"!
+"{ Package: 'jv:smallsense' }"!
 
 !AssignmentNode methodsFor:'enumeration'!
 
@@ -277,7 +277,7 @@
     "Created: / 27-11-2011 / 16:31:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-!stx_libtool_smallsense class methodsFor:'documentation'!
+!jv_smallsense class methodsFor:'documentation'!
 
 extensionsVersion_HG
 
--- a/libInit.cc	Mon Jul 01 12:31:33 2013 +0100
+++ b/libInit.cc	Tue Jul 23 20:43:17 2013 +0100
@@ -12,21 +12,21 @@
 #endif
 
 #if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
-DLL_EXPORT void _libstx_libtool_smallsense_Init() INIT_TEXT_SECTION;
-// DLL_EXPORT void _libstx_libtool_smallsense_InitDefinition() INIT_TEXT_SECTION;
+DLL_EXPORT void _libjv_smallsense_Init() INIT_TEXT_SECTION;
+// DLL_EXPORT void _libjv_smallsense_InitDefinition() INIT_TEXT_SECTION;
 #endif
 
-// void _libstx_libtool_smallsense_InitDefinition(pass, __pRT__, snd)
+// void _libjv_smallsense_InitDefinition(pass, __pRT__, snd)
 // OBJ snd; struct __vmData__ *__pRT__; {
-// __BEGIN_PACKAGE2__("libstx_libtool_smallsense__DFN", _libstx_libtool_smallsense_InitDefinition, "stx:libtool/smallsense");
+// __BEGIN_PACKAGE2__("libjv_smallsense__DFN", _libjv_smallsense_InitDefinition, "stx:libtool/smallsense");
 // _stx_137libtool_137smallsense_Init(pass,__pRT__,snd);
 
 // __END_PACKAGE__();
 // }
 
-void _libstx_libtool_smallsense_Init(pass, __pRT__, snd)
+void _libjv_smallsense_Init(pass, __pRT__, snd)
 OBJ snd; struct __vmData__ *__pRT__; {
-__BEGIN_PACKAGE2__("libstx_libtool_smallsense", _libstx_libtool_smallsense_Init, "stx:libtool/smallsense");
+__BEGIN_PACKAGE2__("libjv_smallsense", _libjv_smallsense_Init, "stx:libtool/smallsense");
 _SmallSenseChecker_Init(pass,__pRT__,snd);
 _SmallSenseCompletionWindow_Init(pass,__pRT__,snd);
 _SmallSenseCriticsWindow_Init(pass,__pRT__,snd);
@@ -48,7 +48,7 @@
 _SmallSenseTypeCollectorCache_Init(pass,__pRT__,snd);
 _SmallSenseTypeHolder_Init(pass,__pRT__,snd);
 _SmallSenseUnacceptedMethodEnvironment_Init(pass,__pRT__,snd);
-_stx_137libtool_137smallsense_Init(pass,__pRT__,snd);
+_jv_137smallsense_Init(pass,__pRT__,snd);
 _SmallSenseAbstractInstvarInterfaceExtractor_Init(pass,__pRT__,snd);
 _SmallSenseClass_Init(pass,__pRT__,snd);
 _SmallSenseClassInfo_Init(pass,__pRT__,snd);
@@ -64,6 +64,6 @@
 _SmallSenseVariable_Init(pass,__pRT__,snd);
 _SmallSenseInstvarInterfaceExtractor_Init(pass,__pRT__,snd);
 
-_stx_137libtool_137smallsense_extensions_Init(pass,__pRT__,snd);
+_jv_137smallsense_extensions_Init(pass,__pRT__,snd);
 __END_PACKAGE__();
 }