Changeset 6829 for lib/pugs/hack.pod

Show
Ignore:
Timestamp:
09/07/05 14:48:10 (3 years ago)
Author:
iblech
Message:

* Usual svn props.
* pugs::hack: s/emacs/Emacs/ (consistency) and reformatted dduncan++'s section

about space-loving settings for BBEdit to use POD's =over =item =back, so
pugs::hack looks good on search.cpan.org.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/pugs/hack.pod

    r6825 r6829  
    279279=head2 Editing 
    280280 
    281 There is a F<util/perl6.vim> Vim syntax file.  There is no emacs mode yet, 
     281There is a F<util/perl6.vim> Vim syntax file.  There is no Emacs mode yet, 
    282282but perl-mode works better than cperl-mode. 
    283283 
     
    300300If you use BBEdit, you can configure it to auto-expand tabs like this: 
    301301 
    302     0. Launch the BBEdit application. 
    303     1. In the 'BBEdit' (application) menu, choose 'Preferences'. 
    304     2. In the resulting dialog box, choose 'Editor Defaults' from the left col. 
    305     3. In the resulting panel, ensure 'Auto-Expand Tabs' is checked. 
    306     4. Also ensure the 'Default Font' is set to '4 spaces per tab'. 
    307     5. Close the dialog box. 
     302=over 
     303 
     304=item 0. 
     305 
     306Launch the BBEdit application. 
     307 
     308=item 1. 
     309 
     310In the 'BBEdit' (application) menu, choose 'Preferences'. 
     311 
     312=item 2. 
     313 
     314In the resulting dialog box, choose 'Editor Defaults' from the left col. 
     315 
     316=item 3. 
     317 
     318In the resulting panel, ensure 'Auto-Expand Tabs' is checked. 
     319 
     320=item 4. 
     321 
     322Also ensure the 'Default Font' is set to '4 spaces per tab'. 
     323 
     324=item 5. 
     325 
     326Close the dialog box. 
     327 
     328=back 
    308329 
    309330These exact settings apply to BBEdit 8, the newest version; older versions of