Bug #209
multiple lines in a buffer are sent automatically upon a paste
Start date:
Due date:
% Done:
100%
Estimated time:
Version:
0.4.0
OS:
Any
Description
multiple lines in a buffer are sent automatically upon a paste, which can result embarrassing or at least unwanted side effects
Related issues
Associated revisions
History
#1 Updated by Sputnick almost 16 years ago
- Priority changed from High to Normal
#2 Updated by DevUrandom over 15 years ago
#3 Updated by Sputnick over 15 years ago
- Status changed from New to Assigned
- Assignee set to Sputnick
- Target version set to 0.5.0
#4 Updated by Sputnick over 15 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset f047a4f7add72ef7e32ad33f884e62a5773ecc72.
Introduce multi-line editing for the inputline
This introduces the new MultiLineEdit that basically enhances the old InputLine widget by being
able to expand to show more than one line. All non-editing related things have been moved out of the
MultiLineEdit to ease reuse in other widgets. For example, InputWidget-specific keypresses are now handled
in InputWidget rather than MultiLineEdit.
Closes #209, closes #213, fixes #386. Thanks to Squider for input (I saw your patch too late, but I did refactor
things anyway...)