Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No replace history in widget or find&replace bar #50189

Closed
SylwesterZarebski opened this issue May 20, 2018 · 0 comments
Closed

No replace history in widget or find&replace bar #50189

SylwesterZarebski opened this issue May 20, 2018 · 0 comments
Assignees
Labels
editor-find Editor find operations feature-request Request for new features or functionality

Comments

@SylwesterZarebski
Copy link

SylwesterZarebski commented May 20, 2018

Steps to Reproduce:

  1. Open find&replace widget CTRL+H or bar CTRL+SHIFT+H.
  2. Enter something in REPLACE field.
  3. Change to anything else.
  4. Try to use ALT+UP or ALT+DOWN.
  5. a) With Sublime Text Keymap and Settings there are no reaction, thus no history at all.
    b) Without Sublime Text Keymap and Settings extension situation is even worse, because there are no history and using ALT+UP or ALT+DOWN moves editor lines.

Tried to use something like:

    {
        "key": "alt+down",
        "command": "replace.history.showNext",
        "when": "editorFocus && replaceInputFocussed && findWidgetVisible"
    },
    {
        "key": "alt+up",
        "command": "replace.history.showPrevious",
        "when": "editorFocus && replaceInputFocussed && findWidgetVisible"
    },

But there are no command like replace.history.showNext.

VSCode:

Version 1.23.0
Commit 7c7da59c2333a1306c41e6e7b68d7f0caa7b3d45
Date 2018-05-03T16:44:55.614Z
Shell 1.7.12
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64

OS: Windows 7

@mjbvz mjbvz added the editor-find Editor find operations label May 21, 2018
@rebornix rebornix added the feature-request Request for new features or functionality label Jun 5, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
editor-find Editor find operations feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants