Ticket #244 (accepted enhancement) — at Version 5

Opened 15 years ago

Last modified 14 years ago

Shared clipboard for the mc editor, form fields, panel and command prompt.

Reported by: angel_il Owned by: angel_il
Priority: major Milestone: 4.7.0-pre4
Component: mc-core Version: master
Keywords: Cc:
Blocked By: Blocking:
Branch state: Votes for changeset:

Description (last modified by angel_il) (diff)

It is necessary to organise the shared clipboard for the mc editor, form fields, panel and command prompt.
Clipboard mechanism should be like editor (Ctrl+W) without dialog 'Save Block'.

Change History

comment:1 Changed 15 years ago by angel_il

  • Status changed from new to accepted
  • Owner set to angel_il
  • Type changed from defect to enhancement

comment:2 follow-up: ↓ 3 Changed 15 years ago by kdave

Quoting from the first patch:

-{ALT ('a'), copy_current_pathname},
+{ALT ('a'), copy_to_clip_cmd},

Please explain why do you redefine Alt-a . Please explain why do you need to add a concept of a clipboard to mc itself. I understand that it may be useful in the mcedit, but why is it needed to take it elsewhere? What's wrong with GPM and mouse to copy&paste text around?

comment:3 in reply to: ↑ 2 Changed 15 years ago by angel_il

Replying to kdave:

Quoting from the first patch:

-{ALT ('a'), copy_current_pathname},
+{ALT ('a'), copy_to_clip_cmd},

Please explain why do you redefine Alt-a . Please explain why do you need to add a

sorry it's bug im test mechanism and commited raw source.
i'm not planing replace ALT ('a'). maybe Ctrl + W or some...

I understand that it may be useful in the mcedit, but why is it needed to take it elsewhere? What's wrong with GPM and mouse to copy&paste text around?

one litle trouble, when filename longer panel width you can't copy this filename.
i'm everytime need have list selected files in clipboard.

comment:4 Changed 15 years ago by angel_il

  • Keywords review added

please view reworked branch

comment:5 Changed 15 years ago by angel_il

  • Description modified (diff)
Note: See TracTickets for help on using tickets.