Revision 629904

Go back to digest for 11th February 2007

Features in Development Tools

Allen Winter committed changes in /trunk/KDE/kdesdk/ebn/krazy:

add a new export type called "textlist".
so, krazy --export=textlist <filelist> will simply print all the files from <filelist> that have some problem. then you can pipe that list to a fixit program, if so desired.

i.e., krazy --check=spelling --export=textlist | xargs fix-spelling

or

fred=`krazy --check=qminmax --export=textlist'; vi $fred

File Changes

Modified 1 files
  • /trunk/KDE/kdesdk/ebn/krazy/krazy
1 files changed in total