]> git.donarmstrong.com Git - perltidy.git/blob - TODO
9c3ef3052cb0701db7d2f409c411ab8650177c28
[perltidy.git] / TODO
1 Perltidy TODO List
2     This is a "wish-list" of features to add and things to do. All of these
3     are of interest, but there is no particular schedule for implementing
4     them.
5
6   Improved Vertical Alignment
7     There are many opportunities for improving vertical alignment.
8
9   improved ?: formatting
10     An indentation level should be associated with ?: statements. This will
11     make nested ?: statements more readable.
12
13   Recursive file processing
14     A -r flag might be nice.
15
16   Documentation
17     A FAQ is needed to explain some of the more subtle formatting issues,
18     and to give examples of different styles.
19
20     The -formatter callback object documentation is incomplete.
21
22   HTML writer
23     The HTML writer does not colorize interpolated identifiers in here
24     documents or quoted strings. The tokenizer outputs interpolation
25     information for here docs; it still needs to be updated to do this for
26     multi-line quotes. Then code needs to be written to scan for and markup
27     identifiers.
28