Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Port existing CodeMirror features #39

Open
5 tasks
cldwalker opened this issue Oct 16, 2014 · 0 comments
Open
5 tasks

Port existing CodeMirror features #39

cldwalker opened this issue Oct 16, 2014 · 0 comments

Comments

@cldwalker
Copy link
Member

There are a number of CodeMirror features that this plugin does not have. This issue serves as a meta-issue until these are knocked out. Some of these may be broken out into separate cards. If you care about one of these, make a pull request for it :) Will keep this list up to date:

  • Search/replace with confirm (openDialog)
  • Replace over a range (openDialog)
  • Motions combined with search e.g. d/be (openDialog) - from Unable to delete/change by "searching" #10
    • We'll need to let c/ and d/ passthrough which doesn't seem possible yet
  • Search history - needs to be reimplemented to use LT's dialog
  • Expose available ex-commands e.g. :sort and :global
    • Iterate over commands and pipe to handleEx

Issues marked with openDialog require an interactive dialog. The current dialog does not handle that yet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant