hdy.brackets-shell
hdy.brackets-shell copied to clipboard
Brackets extension which give you shell access for both Windows and *nix platforms.
Is this plugin working for Mac? Thanks.
…k theme. Change toolbar's icon with SVG to be more compatible with Brackets Extension Icon Guidelines.
Looks like it's ignoring the dark theme preference: I had to remove the if in shellPanel.js:179 in order to apply the desired styling.
I'm trying to use shell to run ruby and rails command (using rbenv on Mac) but the .bash_profile is probably not loaded when your plugin is activated. I have tried...
added keyboard shortcut Ctrl+Alt+/ to toggle open/close console window
Hi, I fixed the enviroment issues with Mac not loading enviroment variables. Not the prettiest fix but I can confirm it working on my Mac.
I recently found and installed this extension, and it was working great until I ran one of my python scripts. Since I am just starting with python, I made a...
The extension is generating a lot of these messages in the console: ``` Deprecated: Do not use $().on/off() on Brackets modules and model objects. Call on()/off() directly on the object...
Is it possible to assign a key in the key map to toggle the shell? If so, what is the command id? I would appreciate that over clicking on the...
Once I ran my program and it got to the part for me to type in my stuff to make it do its thing it wouldn't let me I was...