X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=TODO;h=b8359cfe8045b0c3a119197bb78e7ad500adb55c;hb=d08e4809a710a08f2cc0cb5a6f3964582098e84c;hp=6988c5bc2490d4414ef2114225a2af9926cc027d;hpb=70f31313f9e17d608246a6c3df1cc2f4cf0c1a0c;p=perltidy.git diff --git a/TODO b/TODO index 6988c5b..b8359cf 100644 --- a/TODO +++ b/TODO @@ -1,28 +1,6 @@ Perltidy TODO List - This is a partial "wish-list" of features to add and things to do. - Improved Vertical Alignment - There are still many opportunities for improving vertical alignment. + For a list of bugs and feature requests see: - Documentation - A FAQ is needed to explain some of the more subtle formatting issues, - and to give examples of different styles. + https://rt.cpan.org/Public/Dist/Display.html?Name=Perl-Tidy - The -formatter callback object documentation is incomplete. - - HTML writer - The HTML writer does not colorize interpolated identifiers in here - documents or quoted strings. The tokenizer outputs interpolation - information for here docs; it still needs to be updated to do this for - multi-line quotes. Then code needs to be written to scan for and markup - identifiers. - -Things which have been suggested but will not be done - Recursive file processing - A -r flag might be nice, but this is best handled by an exterior shell - script. - - Make perltidy support the syntax of some module XXX. - This generally won't be done unless the module is part of the core perl - distribution. But in some cases it might be possible to use the prefilter - and postfilter capabilities of the Tidy.pm module to help.