Quick command use and saved last commands#10
Quick command use and saved last commands#10jchannon wants to merge 15 commits intoAcconut:masterfrom
Conversation
main.js
Outdated
There was a problem hiding this comment.
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.