Ticket #2757 (closed defect: fixed)
mcedit macros are broken
Reported by: | angel_il | Owned by: | angel_il |
---|---|---|---|
Priority: | major | Milestone: | 4.8.3 |
Component: | mcedit | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master committed-stable |
Description (last modified by andrew_b) (diff)
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},
Change History
comment:2 Changed 13 years ago by andrew_b
- Description modified (diff)
- Summary changed from mcedit macros to mcedit macros are broken
comment:3 Changed 13 years ago by angel_il
branch: 2757_mcedit_record_macro_fix
comment:6 Changed 13 years ago by andrew_b
- Keywords stable-candidate added
- Votes for changeset changed from slavazanko to slavazanko andrew_b
- Branch state changed from on review to approved
comment:7 Changed 13 years ago by angel_il
- Status changed from new to closed
- Votes for changeset changed from slavazanko andrew_b to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
comment:8 Changed 13 years ago by andrew_b
- Keywords stable-candidate removed
- Votes for changeset changed from committed-master to committed-master committed-stable
Cherry-picked to 4.8.1-stable: [08bebd656922706da21285088179556ee358de0b].
Note: See
TracTickets for help on using
tickets.