The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Padre::Plugin::TabAndSpace - convert between space and tab within Padre

SYNOPSIS

    $>padre
    Plugins -> TabAndSpace -> 
                              Tab to Space
                              Space to Tab
                              Delete Ending Space
                              Delete Leading Space

DESCRIPTION

If there is any selection, just run with the text you selected.

If not, run with the selected whole document.

Tab to Space

convert 1 tab to $num spaces

Space to Tab

convert $num spaces to 1 tab

Delete Ending Space

delete ending space

Delete Leading Space

delete leading space with $num spaces. "selected" ONLY.

AUTHOR

Fayland Lam, <fayland at gmail.com>

COPYRIGHT & LICENSE

Copyright 2008 Fayland Lam, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.