Ticket #2644 (accepted enhancement)
[PATCH] editor enhancements
Reported by: | gvy | Owned by: | slavazanko |
---|---|---|---|
Priority: | minor | Milestone: | Future Releases |
Component: | mcedit | Version: | master |
Keywords: | wordstar mood patch | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
Please find attached the patch referred to in this 4.8.0 discussion [ru]:
http://www.opennet.ru/openforum/vsluhforumID3/80882.html#33
http://www.opennet.ru/openforum/vsluhforumID3/80882.html#182
It's neither authored nor edited by me (in fact I find some constants tasteless) but provided here in hope that the code or the idea will be useful.
Attachments
Change History
comment:1 Changed 13 years ago by slavazanko
- Owner set to slavazanko
- Status changed from new to accepted
comment:2 Changed 13 years ago by slavazanko
Globally, we need to rewrite keymap engine and need to add multi-hotkeys support. Current implementation supports only 2-level hotkeys and only for 'ExtMap' keybinding name (usually it's ctrl-x).
After this will be possible to set up hotkeys with 'wordstar' keybindings scheme.
From Arisu's patch we need for new few keybindings, such as: WS_CK_GoToBlockStart, WS_CK_GoToBlockEnd and so on.
wordstar-like hack by "arisu" (see the links above)