Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mcedit macros are broken #2757

Closed
mc-butler opened this issue Mar 21, 2012 · 8 comments
Closed

mcedit macros are broken #2757

mc-butler opened this issue Mar 21, 2012 · 8 comments
Labels
area: mcedit mcedit, the built-in text editor prio: medium Has the potential to affect progress
Milestone

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/2757
Reporter angel_il (@ilia-maslakov)

mcedit incorrect records internal macro. Record of input chars is broken.

diff --git a/lib/keybind.c b/lib/keybind.c
index 16fd1cb..09550cb 100644
--- a/lib/keybind.c
+++ b/lib/keybind.c
@@ -46,6 +46,7 @@
 
 static name_keymap_t command_names[] = {
     /* common */
+    {"InsertChar", CK_InsertChar},
     {"Enter", CK_Enter},
     {"Up", CK_Up},
     {"Down", CK_Down},
@mc-butler
Copy link
Author

Changed by angel_il (@ilia-maslakov) on Mar 21, 2012 at 13:16 UTC (comment 1)

  • Description edited

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Mar 21, 2012 at 13:24 UTC (comment 2)

  • Summary changed from mcedit macros to mcedit macros are broken
  • Description edited

@mc-butler
Copy link
Author

Changed by angel_il (@ilia-maslakov) on Mar 21, 2012 at 13:28 UTC (comment 3)

branch: 2757_mcedit_record_macro_fix

@mc-butler
Copy link
Author

Changed by angel_il (@ilia-maslakov) on Mar 21, 2012 at 13:28 UTC (comment 4)

  • Branch state changed from no branch to on review

@mc-butler
Copy link
Author

Changed by slavazanko (@slavaz) on Mar 21, 2012 at 13:40 UTC (comment 5)

  • Votes set to slavazanko

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Mar 22, 2012 at 11:58 UTC (comment 6)

  • Keywords set to stable-candidate
  • Votes changed from slavazanko to slavazanko andrew_b
  • Branch state changed from on review to approved

@mc-butler
Copy link
Author

Changed by angel_il (@ilia-maslakov) on Mar 22, 2012 at 13:16 UTC (comment 7)

  • Branch state changed from approved to merged
  • Status changed from new to closed
  • Votes changed from slavazanko andrew_b to committed-master
  • Resolution set to fixed

fixed: [12e2058]

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Apr 22, 2012 at 11:36 UTC (comment 8)

  • Votes changed from committed-master to committed-master committed-stable
  • Keywords stable-candidate deleted

Cherry-picked to 4.8.1-stable: [08bebd6].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: mcedit mcedit, the built-in text editor prio: medium Has the potential to affect progress
Development

No branches or pull requests

1 participant