Summary: | [VI Mode] Feature Request : Support vi macro record | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Tim Henderson <tim.tadh> |
Component: | Vi Input Mode | Assignee: | Simon St James <kdedevel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | christoph, kdedevel |
Priority: | NOR | ||
Version: | 3.0-rc3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.12 | |
Sentry Crash Report: |
Description
Tim Henderson
2011-12-06 18:43:33 UTC
This is a fairly big one, but I'm going to have a stab at it :) The most potentially troublesome areas are integration with Kate's Find/ Replace dialog (if you want to incorporate searches into your macros) and with Kate's execute command dialog (if you blah, blah :)) For this reason, I'll probably start with getting an (optional) implementation of Vim's "command mode" thingy which will live in the Vim status bar - only searches/ commands executed via this will be recorded in the macros, as the alternative is probably too hard to implement (and to write automated tests for). Plus, you'll be able to dismiss the Search bar with C-c instead of ESC :) No ETA, but I'll start within the next couple of days, and am not employed at the moment so can work (almost ;)) full time on it. :) Any fix is highly welcome, you will make many people happy, like for other Vi bugs ;) Kate master (will be 4.12) now has a fairly complete macro implementation. |