/jEdit/tags/jedit-4-3-pre13/macros/Interface/Reset_TextArea.bsh

# · Unknown · 8 lines · 7 code · 1 blank · 0 comment · 0 complexity · 613aa5022172688d04711a68be4ee0f8 MD5 · raw file

  1. /** Reset_TextArea.bsh
  2. A macro that performs a split and an unsplit of the current TextArea.
  3. Useful for those occasions when your textarea is corrupt (painting the
  4. incorrect characters on the screen).
  5. */
  6. view.splitVertically();
  7. view.unsplitCurrent();