Tools__LintRuleSettingsApplication.st
branchjv
changeset 15629 1adff41f5fd0
parent 15566 184cea584be5
parent 15626 92dcdf76584c
child 15733 332bb9af57e1
equal deleted inserted replaced
15623:f2b38a3b5dba 15629:1adff41f5fd0
    91 
    91 
    92 #resetDefault
    92 #resetDefault
    93 'Recreate the default ruleset with all existing RBRules.\(Do this after new rules have been added or rule classes were modified)'
    93 'Recreate the default ruleset with all existing RBRules.\(Do this after new rules have been added or rule classes were modified)'
    94 
    94 
    95 #smallSenseEnabled
    95 #smallSenseEnabled
    96 'Enable SmallSense (incremental lint rule checking in the editor).\Sorry, but this will only affect new windows,\so you have to reopen the browsers.'
    96 '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.'
    97 
    97 
    98 )
    98 )
    99 ! !
    99 ! !
   100 
   100 
   101 !LintRuleSettingsApplication class methodsFor:'interface opening'!
   101 !LintRuleSettingsApplication class methodsFor:'interface opening'!
   647 ! !
   647 ! !
   648 
   648 
   649 !LintRuleSettingsApplication class methodsFor:'documentation'!
   649 !LintRuleSettingsApplication class methodsFor:'documentation'!
   650 
   650 
   651 version
   651 version
   652     ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.23 2015-03-02 10:20:20 cg Exp $'
   652     ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.24 2015-05-09 17:43:17 cg Exp $'
   653 !
   653 !
   654 
   654 
   655 version_CVS
   655 version_CVS
   656     ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.23 2015-03-02 10:20:20 cg Exp $'
   656     ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.24 2015-05-09 17:43:17 cg Exp $'
   657 ! !
   657 ! !
   658 
   658 
   659 
   659 
   660 LintRuleSettingsApplication initialize!
   660 LintRuleSettingsApplication initialize!