]> git.donarmstrong.com Git - perltidy.git/blob - TODO
Imported Upstream version 20140328
[perltidy.git] / TODO
1 Perltidy TODO List
2   This is a partial "wish-list" of features to add and things to do.
3
4   Improved Vertical Alignment
5     There are still many opportunities for improving vertical alignment.
6
7   Documentation
8     A FAQ is needed to explain some of the more subtle formatting issues,
9     and to give examples of different styles.
10
11     The -formatter callback object documentation is incomplete.
12
13   HTML writer
14     The HTML writer does not colorize interpolated identifiers in here
15     documents or quoted strings. The tokenizer outputs interpolation
16     information for here docs; it still needs to be updated to do this for
17     multi-line quotes. Then code needs to be written to scan for and markup
18     identifiers.
19
20 Things which have been suggested but will not be done
21   Recursive file processing
22     A -r flag might be nice, but this is best handled by an exterior shell
23     script.
24
25   Make perltidy support the syntax of some module XXX.
26     This generally won't be done unless the module is part of the core perl
27     distribution.  But in some cases it might be possible to use the prefilter 
28     and postfilter capabilities of the Tidy.pm module to help.