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

Textbox and Dropdown of Last Commands #9

Open
jchannon opened this issue Feb 21, 2014 · 3 comments
Open

Textbox and Dropdown of Last Commands #9

jchannon opened this issue Feb 21, 2014 · 3 comments

Comments

@jchannon
Copy link
Contributor

Hi,

Have installed latest update and like the new feature of showing what command just run and refreshing/re-running that command.

I was wondering if on the terminal window we could have a textbox to run the Execute Command feature and then have a dropdown of the last 10 commands that have been run?

screen shot 2014-02-21 at 17 06 04

Alternatively you could have a combined textbox/dropdown...

@Acconut
Copy link
Owner

Acconut commented Feb 21, 2014

I totally agree with you, this is a good idea. I'll add this feature later but you could try it yourself.
You just need to make ConnectionManager.last an array (https://github.com/Acconut/brackets-nodejs/blob/master/main.js#L66), add event listenrs (https://github.com/Acconut/brackets-nodejs/blob/master/main.js#L248) and add the input fields (https://github.com/Acconut/brackets-nodejs/blob/master/html/panel.html#L5). An alternative to the textbox could be a shortcut to the command panel.

@jchannon
Copy link
Contributor Author

Sure, did think about giving it a go but we'll see how I go ;)

@jchannon
Copy link
Contributor Author

Think this is done now so let me know what you think 😄

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

No branches or pull requests

2 participants