class: Tools::LintRuleSettingsApplication
authorClaus Gittinger <cg@exept.de>
Sat, 09 May 2015 19:43:17 +0200
changeset 15626 92dcdf76584c
parent 15625 2f6a53bee89f
child 15627 3f97524378ac
class: Tools::LintRuleSettingsApplication changed: #flyByHelpSpec
Tools__LintRuleSettingsApplication.st
--- a/Tools__LintRuleSettingsApplication.st	Sat May 09 19:42:20 2015 +0200
+++ b/Tools__LintRuleSettingsApplication.st	Sat May 09 19:43:17 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 $'
 ! !