/jEdit/branches/4.3.x-fix-view-leak/macros/Interface/Reset_TextArea.bsh
# · Unknown · 8 lines · 7 code · 1 blank · 0 comment · 0 complexity · 613aa5022172688d04711a68be4ee0f8 MD5 · raw file
- /** Reset_TextArea.bsh
- A macro that performs a split and an unsplit of the current TextArea.
- Useful for those occasions when your textarea is corrupt (painting the
- incorrect characters on the screen).
- */
- view.splitVertically();
- view.unsplitCurrent();