Tools__LintRuleSettingsApplication.st
branchjv
changeset 15629 1adff41f5fd0
parent 15566 184cea584be5
parent 15626 92dcdf76584c
child 15733 332bb9af57e1
--- a/Tools__LintRuleSettingsApplication.st	Sat May 09 06:56:52 2015 +0200
+++ b/Tools__LintRuleSettingsApplication.st	Sun May 10 06:57:28 2015 +0200
@@ -93,7 +93,7 @@
 'Recreate the default ruleset with all existing RBRules.\(Do this after new rules have been added or rule classes were modified)'
 
 #smallSenseEnabled
-'Enable SmallSense (incremental lint rule checking in the editor).\Sorry, but this will only affect new windows,\so you have to reopen the browsers.'
+'Enable SmallSense (incremental lint rule checking in the editor).\Disabled if the smallSens package is not loaded.\\Sorry, but this will only affect new windows,\so you have to reopen the browsers.'
 
 )
 ! !
@@ -649,11 +649,11 @@
 !LintRuleSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.23 2015-03-02 10:20:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.24 2015-05-09 17:43:17 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.23 2015-03-02 10:20:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.24 2015-05-09 17:43:17 cg Exp $'
 ! !