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

added command history #31

Merged
merged 1 commit into from Sep 4, 2013
Merged

added command history #31

merged 1 commit into from Sep 4, 2013

Conversation

melak47
Copy link
Contributor

@melak47 melak47 commented Sep 4, 2013

added a quick and simple command history, so up/down arrow keys let you navigate previously entered commands :)

@Nivekk Nivekk merged commit 6b27704 into Nivekk:master Sep 4, 2013
@Nivekk
Copy link
Owner

Nivekk commented Sep 4, 2013

Tested, works, code makes sense to me.

Merged! Thanks for contributing!

@melak47 melak47 deleted the command-history branch September 5, 2013 03:01
@Nivekk
Copy link
Owner

Nivekk commented Sep 5, 2013

I added a fix that calls the base method in case there is a child context that needs a special key. Like if you're editing a program the F5 and F10 keys weren't getting through.

@melak47
Copy link
Contributor Author

melak47 commented Sep 5, 2013

Oops, I didn't think of that.

@Dunbaratu
Copy link
Contributor

any chance to add left/right arrow support to edit the previous lines in the middle rather than having to backspace from the right end of them? In the current form you still have to retype most of the line if the thing you need to edit was on the left end of the previous line.

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

Successfully merging this pull request may close these issues.

None yet

3 participants