Changeset 6829
- Timestamp:
- 09/07/05 14:48:10 (3 years ago)
- Files:
-
- 7 modified
-
lib/pugs/hack.pod (modified) (2 diffs)
-
perl5/Perl6-MetaModel2.0/t/16_DESTROY.t (modified) (2 props)
-
perl5/Perl6-MetaModel2.0/t/17_add_method.t (modified) (2 props)
-
perl5/Perl6-MetaModel2.0/t/18_SELF.t (modified) (2 props)
-
perl5/Perl6-MetaModel2.0/t/19_CLASS.t (modified) (2 props)
-
perl5/Perl6-MetaModel2.0/t/20_private_methods.t (modified) (2 props)
-
perl5/Perl6-MetaModel2.0/t/21_anon_class.t (modified) (2 props)
Legend:
- Unmodified
- Added
- Removed
-
lib/pugs/hack.pod
r6825 r6829 279 279 =head2 Editing 280 280 281 There is a F<util/perl6.vim> Vim syntax file. There is no emacs mode yet,281 There is a F<util/perl6.vim> Vim syntax file. There is no Emacs mode yet, 282 282 but perl-mode works better than cperl-mode. 283 283 … … 300 300 If you use BBEdit, you can configure it to auto-expand tabs like this: 301 301 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 306 Launch the BBEdit application. 307 308 =item 1. 309 310 In the 'BBEdit' (application) menu, choose 'Preferences'. 311 312 =item 2. 313 314 In the resulting dialog box, choose 'Editor Defaults' from the left col. 315 316 =item 3. 317 318 In the resulting panel, ensure 'Auto-Expand Tabs' is checked. 319 320 =item 4. 321 322 Also ensure the 'Default Font' is set to '4 spaces per tab'. 323 324 =item 5. 325 326 Close the dialog box. 327 328 =back 308 329 309 330 These exact settings apply to BBEdit 8, the newest version; older versions of -
perl5/Perl6-MetaModel2.0/t/16_DESTROY.t
- Property svn:mime-type set to text/plain; charset=UTF-8
- Property svn:eol-style set to native
-
perl5/Perl6-MetaModel2.0/t/17_add_method.t
- Property svn:mime-type set to text/plain; charset=UTF-8
- Property svn:eol-style set to native
-
perl5/Perl6-MetaModel2.0/t/18_SELF.t
- Property svn:mime-type set to text/plain; charset=UTF-8
- Property svn:eol-style set to native
-
perl5/Perl6-MetaModel2.0/t/19_CLASS.t
- Property svn:mime-type set to text/plain; charset=UTF-8
- Property svn:eol-style set to native
-
perl5/Perl6-MetaModel2.0/t/20_private_methods.t
- Property svn:mime-type set to text/plain; charset=UTF-8
- Property svn:eol-style set to native
-
perl5/Perl6-MetaModel2.0/t/21_anon_class.t
- Property svn:mime-type set to text/plain; charset=UTF-8
- Property svn:eol-style set to native
