SmallSense__SettingsAppl.st
branchcvs_MAIN
changeset 1109 e07daafc5d15
parent 990 355fbc81c06c
equal deleted inserted replaced
1108:1cf3e0f5b3c8 1109:e07daafc5d15
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2 stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE
     4 stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE
     3 Copyright (C) 2013-2014 Jan Vrany
     5 Copyright (C) 2013-2014 Jan Vrany
     4 
     6 
     5 This library is free software; you can redistribute it and/or
     7 This library is free software; you can redistribute it and/or
    80 
    82 
    81 
    83 
    82     ^ super helpSpec addPairsFrom:#(
    84     ^ super helpSpec addPairsFrom:#(
    83 
    85 
    84 #smallSenseBackgroundLintEnabled
    86 #smallSenseBackgroundLintEnabled
    85 'When enabled, a hint on code are shown next to the line number,\based on a static code analysis (SmallLint).\See the SmallLint settings for which rules are to be applied'
    87 'If enabled, hints are shown next to the line number,\based on a static code analysis (SmallLint).\See the SmallLint settings for which rules are to be applied'
    86 
    88 
    87 #smallSenseBackgroundTypingEnabled
    89 #smallSenseBackgroundTypingEnabled
    88 'When enabled, SmallSense runs a type-inferencer on the code to give more accurate type hints and completion data'
    90 'If enabled, SmallSense runs a type-inferencer on the code to give more accurate type hints and completion data'
    89 
    91 
    90 #smallSenseElectricEditSupportEnabled
    92 #smallSenseElectricEditSupportEnabled
    91 'When enabled, closing brackets, blank lines and spaces are automatically inserted,\as soon as opening bracket or other tokens are typed. Honors formatting settings.'
    93 'If enabled, closing brackets, blank lines and spaces are automatically inserted,\as soon as opening bracket or other tokens are typed. Honors formatting settings.'
    92 
    94 
    93 #smallSenseEnabled
    95 #smallSenseEnabled
    94 'General enable/disable the SmallSense support package'
    96 'General enable/disable the SmallSense support package'
    95 
    97 
    96 #smallSenseCompletionEnabled
    98 #smallSenseCompletionEnabled