]> git.donarmstrong.com Git - perltidy.git/blob - TODO
* Fix FTBFS on perl 5.10
[perltidy.git] / TODO
1 Perltidy TODO List
2     This is a partial "wish-list" of features to add and things to do. All
3     of these are of interest, but there is no particular schedule for
4     implementing them.
5
6   Improved Vertical Alignment
7     There are many opportunities for improving vertical alignment.
8
9   Documentation
10     A FAQ is needed to explain some of the more subtle formatting issues,
11     and to give examples of different styles.
12
13     The -formatter callback object documentation is incomplete.
14
15   HTML writer
16     The HTML writer does not colorize interpolated identifiers in here
17     documents or quoted strings. The tokenizer outputs interpolation
18     information for here docs; it still needs to be updated to do this for
19     multi-line quotes. Then code needs to be written to scan for and markup
20     identifiers.
21
22   Automatic style detection
23     It would be nice to write a program to read a sample of perl code and
24     write an approximate .perltidyrc file for that style.
25
26 Things which have been suggested but will not be done
27   Recursive file processing
28     A -r flag might be nice, but this is probably best handled by an
29     exterior shell script.
30