Very cool! I've added your extension to the list at https://github.com/adobe/brackets/wiki/Brackets-Extensions -- hope you don't mind.
Btw, the shortcut you're using (Ctrl+E / Cmd+E) is normally used by the built-in Quick Edit command. It might be good to choose a different shortcut to avoid the collision. (I think it's actually a bug that we're letting your extension silently overwrite it without explicitly removing the other command's binding first). For reference, there's a list of commonly used shortcuts here: https://github.com/adobe/brackets/wiki/Brackets-Shortcuts. - Peter On Friday, March 1, 2013 5:41:56 PM UTC-8, John wrote: > > For people who use adobe brackets for web development, you can now > evaluate clojure expressions in brackets using a small plugin that I wrote > over the weekend - https://github.com/yehohanan7/clj-brackets > > Planning to extend it with some more useful features in the future. > > > Thanks > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
