brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] command launcher #1210

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by cocodrino Tuesday Jul 10, 2012 at 03:24 GMT Originally opened as https://github.com/adobe/brackets/issues/1225


Hi..first sorry if this feature exist and I've found this yet..but would be nice..actually esencial...than the editor has a command launcher...similar to M-x in emacs, or something more elegant as sublime...then you write a javascript scripts and call this from the command line...It's simple and powerfull..I don't know if you can understan me (I'm italian and my english is far from be good)...thanks!!..

core-ai-bot commented 3 years ago

Comment by peterflynn Wednesday Jul 11, 2012 at 22:13 GMT


@cocodrino: If I understand correctly, you're looking for something that lists all available Brackets commands and narrows down the list as you type? (Like Ctrl+Shift+P in Sublime). I've been working on an extension that does this and will hopefully post it soon (I'll add a note here once it's ready).

I'm confused about this part though: "write a javascript scripts and call this from the command line." Are you looking for a way to invoke Brackets from a command prompt or shell script? A way to create "macros" within Brackets? Or something else?

core-ai-bot commented 3 years ago

Comment by cocodrino Wednesday Jul 11, 2012 at 22:47 GMT


hi peter..not you're right...is exactly like sublime command...please let me know when it be able :D ....

core-ai-bot commented 3 years ago

Comment by pthiess Tuesday Jul 17, 2012 at 18:03 GMT


Reviewed

core-ai-bot commented 3 years ago

Comment by peterflynn Tuesday Jan 08, 2013 at 21:32 GMT


Oops -- I should have updated this a long time ago! I wrote an extension for this a while back: https://github.com/peterflynn/brackets-commands-guide

Closing since this functionality is now available.