-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Incremental search doesn't work? #2992
Comments
@monaka |
@monaka we have "Incremental search". In our IDE we use Orion editor, so you can use "incremental search" embedded to this editor. You can use hotKeys: "Ctrl + F". Thank you for your question. |
Hmm? This issue is pointed to Emacs bindings.
In almost all environments which bound to Emacs bindings, "Ctrl + F" are not bound to "incremental search". |
Sorry @monaka Ctrl + S really doesn't work for Emacs, because editor action was overridden by hidden Action https://github.com/eclipse/che/blob/master/ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/core/StandardComponentInitializer.java#L682 . Thank you for bug report. |
@AndrienkoAleksandr Thanks for fixing this issue. I'll try it after new builds including your patches. |
It seems incremental search doesn't work even if it was selected Emacs bindings.
Reproduction Steps:
profile
->preferences
andIDE
->Editor
->Key bindings
toEmacs
4.. type any keys.
Expected behavior:
Cursor should be moved matched strings if available.
Observed behavior:
Just inserted characters into the editor.
Che version: Nightly on my cluster. And also today's codenvy.io.
OS and version: Probably independent.
Docker version: Probably independent.
Che install: At least Codenvy. And also my specialized K8s cluster.
The text was updated successfully, but these errors were encountered: