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

History in expression browser #1103

Closed
fabxc opened this Issue Sep 21, 2015 · 3 comments

Comments

Projects
None yet
5 participants
@fabxc
Copy link
Member

fabxc commented Sep 21, 2015

As suggested by @grobie it would be immensely helpful to go back through previous expressions.

@grobie

This comment has been minimized.

Copy link
Member

grobie commented Feb 5, 2016

Implementation in #1188.

@biglovisa

This comment has been minimized.

Copy link
Contributor

biglovisa commented Nov 13, 2017

I'll give this one a try! Based on the implementation and discussion in #1188, my plan is to:

  • navigate history with shift+j (up), shift+k (down) when the cursor is in the textbox
  • store history in localStorage
  • add Clear history button
  • add Store history in localStorage check box - If unchecked the history will be stored in session storage

Would be interesting to be able to search your history as well, but I'll have that as a stretch goal for now.

@lock

This comment has been minimized.

Copy link

lock bot commented Mar 23, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 23, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.