Tools__LintRuleSettingsApplication.st
changeset 15493 c622c88a464b
parent 15484 aa6b6dd894a2
child 15566 184cea584be5
child 15626 92dcdf76584c
equal deleted inserted replaced
15492:8a58c96052b4 15493:c622c88a464b
   594 hasSmallSenseNotLoaded
   594 hasSmallSenseNotLoaded
   595    ^ self hasSmallSenseLoaded not
   595    ^ self hasSmallSenseLoaded not
   596 !
   596 !
   597 
   597 
   598 helpFilename
   598 helpFilename
   599     "subclasses must return the relative name of a helpFile
   599     "subclasses must return either the relative name of a helpFile
   600      in the doc/online/<language>/help directory.
   600      in the doc/online/<language>/help directory,
       
   601      or an absolute pathname (typically in their packageDirectory).
   601      Or nil, if no help is available."
   602      Or nil, if no help is available."
   602 
   603 
   603     ^ nil
   604     ^ 'Launcher/lintRuleSettings.html'
   604 
       
   605     "Modified: / 27-02-2013 / 11:16:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   606 ! !
   605 ! !
   607 
   606 
   608 !LintRuleSettingsApplication methodsFor:'queries'!
   607 !LintRuleSettingsApplication methodsFor:'queries'!
   609 
   608 
   610 hasUnsavedChanges
   609 hasUnsavedChanges
   648 ! !
   647 ! !
   649 
   648 
   650 !LintRuleSettingsApplication class methodsFor:'documentation'!
   649 !LintRuleSettingsApplication class methodsFor:'documentation'!
   651 
   650 
   652 version
   651 version
   653     ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.22 2015-03-01 13:52:42 cg Exp $'
   652     ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.23 2015-03-02 10:20:20 cg Exp $'
   654 !
   653 !
   655 
   654 
   656 version_CVS
   655 version_CVS
   657     ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.22 2015-03-01 13:52:42 cg Exp $'
   656     ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.23 2015-03-02 10:20:20 cg Exp $'
   658 ! !
   657 ! !
   659 
   658 
   660 
   659 
   661 LintRuleSettingsApplication initialize!
   660 LintRuleSettingsApplication initialize!