Download Padre

Padre::Plugin::Autoformat

Plugins This plugin allows one to reformat text automatically with Ctrl+Shift+J. It is using Text::Autoformat underneath, so please check this module's documentation for more information.

TODO

- Create a gui for the following options:
  - left=>8, right=>70   # Margins
  - justify => 'left|right|full|centre
  - fill ?
  - squeeze whitespace
  - tabspace
  - case conversions: 
    - lower
    - sentence
    - title
    - highlight
  - Break wrap: 
     - Turn off all hyphenation
     - Default hyphenation
     - Use TeX::Hyphen module's hyphenation
  - Respect padre's right margin or override

  - ignore regex

SEE ALSO

Text::Autoformat