Tools__CodeView2SettingsAppl.st
changeset 17879 8732898d963e
parent 16566 6d47bd4bc7c8
equal deleted inserted replaced
17878:2c5255d5650f 17879:8732898d963e
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2006 by eXept Software AG
     4  COPYRIGHT (c) 2006 by eXept Software AG
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
    40 "
    42 "
    41 ! !
    43 ! !
    42 
    44 
    43 !CodeView2SettingsAppl class methodsFor:'help specs'!
    45 !CodeView2SettingsAppl class methodsFor:'help specs'!
    44 
    46 
    45 flyByHelpSpec
    47 helpSpec
    46     "This resource specification was automatically generated
    48     "This resource specification was automatically generated
    47      by the UIHelpTool of ST/X."
    49      by the UIHelpTool of ST/X."
    48 
    50 
    49     "Do not manually edit this!! If it is corrupted,
    51     "Do not manually edit this!! If it is corrupted,
    50      the UIHelpTool may not be able to read the specification."
    52      the UIHelpTool may not be able to read the specification."
    53      UIHelpTool openOnClass:Tools::CodeView2SettingsAppl    
    55      UIHelpTool openOnClass:Tools::CodeView2SettingsAppl    
    54     "
    56     "
    55 
    57 
    56     <resource: #help>
    58     <resource: #help>
    57 
    59 
    58     ^ super flyByHelpSpec addPairsFrom:#(
    60     ^ super helpSpec addPairsFrom:#(
    59 
    61 
    60 #showAcceptCancelBarInGutter
    62 #showAcceptCancelBarInGutter
    61 'Show the Gutterview''s own Accept/Cancel Bar (disabled if outer Accept/Cancel bar is enabled)'
    63 'Show the Gutterview''s own Accept/Cancel Bar (disabled if outer Accept/Cancel bar is enabled)'
    62 
    64 
    63 #useCodeView2InBrowser
    65 #useCodeView2InBrowser
    75 #codeView2AutoPrettyPrint
    77 #codeView2AutoPrettyPrint
    76 'Automatically indent (prettyprint) code. This is experimental and not yet enabled by default, 
    78 'Automatically indent (prettyprint) code. This is experimental and not yet enabled by default, 
    77 as it uses the refactory browser''s prettyprint function, which is known to loose comments and generate
    79 as it uses the refactory browser''s prettyprint function, which is known to loose comments and generate
    78 ugly layout occasionally. For now, it is recommended to manually prettyprint code (using the format button),
    80 ugly layout occasionally. For now, it is recommended to manually prettyprint code (using the format button),
    79 and check if it looks good enough to be accepted.'
    81 and check if it looks good enough to be accepted.'
    80 
       
    81 )
       
    82 !
       
    83 
       
    84 helpSpec
       
    85     "This resource specification was automatically generated
       
    86      by the UIHelpTool of ST/X."
       
    87 
       
    88     "Do not manually edit this!! If it is corrupted,
       
    89      the UIHelpTool may not be able to read the specification."
       
    90 
       
    91     "
       
    92      UIHelpTool openOnClass:Tools::CodeView2SettingsAppl    
       
    93     "
       
    94 
       
    95     <resource: #help>
       
    96 
       
    97     ^ super helpSpec addPairsFrom:#(
       
    98 
       
    99 #showAcceptCancelBarInGutter
       
   100 'When selected, use CodeView''s internal Accept/Cancel bar shown in gutter.'
       
   101 
    82 
   102 )
    83 )
   103 ! !
    84 ! !
   104 
    85 
   105 !CodeView2SettingsAppl class methodsFor:'image specs'!
    86 !CodeView2SettingsAppl class methodsFor:'image specs'!