Package peppy :: Package plugins :: Module text_transforms
[frames] | no frames]

Module text_transforms

Some simple text transformation actions.

This plugin is a collection of some simple text transformation actions that should be applicable to more than one major mode.

Classes
  ShiftLeft
Unindent a line or region
  ShiftRight
Indent a line or region
  CommentRegion
Comment a line or region.
  UncommentRegion
Uncomment a line or region.
  Tabify
Replace spaces with tabs at the start of lines.
  Untabify
Replace tabs with spaces at the start of lines.
  CollapseBlankLines
Collapse lines that have only whitespace down to only a return character.
  CapitalizeWord
Title-case the current word or words in the highlighted region.
  UpcaseWord
Upcase the current word or the highlighted region.
  DowncaseWord
Downcase the current word or the highlighted region.
  Rot13
Convert the region using the rot13 encoding.
  Reindent
Reindent a line or region.
  FillParagraphOrRegion
Word-wrap the current paragraph or region.
  TextTransformPlugin
Plugin containing of a bunch of text transformation actions.