Help for this page
-elide => boolean Elide specifies whether the data should be elided. Elided data is not displayed and takes no space on screen, but further on behaves just as normal data.
sub hide_text { my @r = $text->tagRanges('sel'); ... $text->tagAdd('hide',@r); return; }