Ticket #321 (new enhancement) — at Initial Version
Trouble with mc's clipboard paste.
Reported by: | angel_il | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.7 |
Component: | mcedit | Version: | 4.6.2 |
Keywords: | commited-master | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
mc's clipboard does not know whether something comes from a vertical or flowed selection (shift-f5 insertions are always flowed).
it's trouble if you want insert vertical block from mc clipboard file.
I think we need hotkey for change insertion mode: vertical/flowed.
for example file
~/.mc/cedit/cooledit.clip
have text
111 111 111
we edit file testfile.txt
222 222 222 }} we want insert vertical block after first char line #1 if mc in vertical mode of paste result of insertion will be {{{ 211122 211122 211122 }}} else {{{ 2111 111 111 22 222 222 }}}
Note: See
TracTickets for help on using
tickets.