-
Notifications
You must be signed in to change notification settings - Fork 16
Quick command use and saved last commands #10
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
base: master
Are you sure you want to change the base?
Conversation
main.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Panel shouldn't be closed by exit
. It depends whether the user closes the panel or terminates the process, see https://github.com/Acconut/brackets-nodejs/blob/master/main.js#L248-L254.
This is quite a lot, I'll have a look. |
To summarize, I've removed the exec modal and put a textbox on the terminal The terminal can be opened via Alt+T The last commands are stored in an array up to a max of 10 items The up and down keys when the textbox has focus will go through the last |
Another option would be to use the new datalists (http://davidwalsh.name/datalist). It's a bit fancier because you can see the last commands and not only navigate through them. What do you think? |
I guess its an option. I did the keyup/down thing to keep it similar to how |
datalists work with keys up and down, too. |
Attempt at #9.
Beautify also ran against source.