Ticket #4159 (closed enhancement: wontfix)
New commands GrowInteger and ShrinkInteger for mcedit
Reported by: | psprint | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | mcedit | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
Hi,
I'm submitting a patch that implements the well known Vim adding and subtracting to the number under cursor. The commands are assigned with Alt-a (+1) and Alt-x (-1) keys by the code and they are available for the standard customization under the names GrowInteger and ShrinkInteger. I hope that you'll like the patch.
Attachments
Change History
Changed 4 years ago by psprint
- Attachment 0001-GrowInteger-and-ShrinkInteger-commands-for-mcedit.patch added
comment:1 Changed 4 years ago by andrew_b
- Priority changed from major to trivial
I don't think this feature will be in demand and I don't like an idea to implement it in the core code. This is an idea for editor plugin, but we don't have plugin API yet.
Apparently, won't fix.
Note: See
TracTickets for help on using
tickets.