Changeset 6823

Show
Ignore:
Timestamp:
09/06/05 22:43:09 (3 years ago)
Author:
Darren_Duncan
Message:

updated lib/pugs/hack.pod to specify how to configure BBEdit to auto-expand tab key-presses, complementing the Vi and Emacs instructions for the same

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/pugs/hack.pod

    r6815 r6823  
    291291    indent-tabs-mode: nil 
    292292 
     293If you use BBEdit, you can configure it to auto-expand tabs like this: 
     294 
     295    0. Launch the BBEdit application. 
     296    1. In the 'BBEdit' (application) menu, choose 'Preferences'. 
     297    2. In the resulting dialog box, choose 'Editor Defaults' from the left col. 
     298    3. In the resulting panel, ensure 'Auto-Expand Tabs' is checked. 
     299    4. Also ensure the 'Default Font' is set to '4 spaces per tab'. 
     300    5. Close the dialog box. 
     301 
     302These exact settings apply to BBEdit 8, the newest version; older versions of 
     303the program may store the same configuration options elsewhere. 
     304 
    293305=head2 Testing 
    294306