Textmate - keyboard shortcut for escaping quotes
Is there a keyboard shortcut (or bundle) available that will e开发者_开发百科scape quotes in Textmate? (specifically javascript).
The Source bundle that comes with Texmate does this.
Bundles → Source → Insert Escaped → Quotes
If you're looking to escape javascript to make a bookmarklet, I've just found Bundles -> Javascript -> Copy as Bookmarklet to Clipboard (it also updates the written file to include the escaped version.
精彩评论