Commit Graph

  • f8856dbb94 command r was driving me crazy master Kenneth Reitz 2010-04-26 14:51:15 -04:00
  • 5c5d25bfc1 How to install from GitHub review Thomas Aylott 2010-02-03 08:49:25 -07:00
  • ce183db82e updated info.plist with all the new snippets Thomas Aylott 2009-12-31 12:00:59 -05:00
  • cb425a2fbf new for loop with length caching Thomas Aylott 2009-12-31 12:00:39 -05:00
  • 8e09f92562 new run JavaScript and return result command. Only works for simple statements sofar. Thomas Aylott 2009-12-31 12:00:10 -05:00
  • 17d3ab11e3 fixed space in the try/catch snippet Thomas Aylott 2009-12-31 11:58:15 -05:00
  • 38d8264fa8 match the label after break and continue Thomas Aylott 2009-12-31 11:57:13 -05:00
  • 141f72aa74 fixed empty block comments swallowing up the whole universe Thomas Aylott 2009-12-31 11:55:15 -05:00
  • 122ec17dbb added 'use strict'; as a keyword Thomas Aylott 2009-12-31 11:54:13 -05:00
  • c3de34c67f lowercase the placer var name Thomas Aylott 2009-12-31 11:53:24 -05:00
  • f135babc37 simplify the assert snippet Thomas Aylott 2009-12-31 11:52:42 -05:00
  • 076014cdc5 add new completions to the completions pref Thomas Aylott 2009-12-31 11:51:53 -05:00
  • 5ee992bd1b typo fix Thomas Aylott 2009-12-31 11:51:31 -05:00
  • dc5cc888e3 updated to the latest completions & tooltips from quirksmode Thomas Aylott 2009-12-31 11:51:20 -05:00
  • ad7c0e4007 create element and populate smart snippet Thomas Aylott 2009-10-05 12:40:39 -04:00
  • 08d9a23e41 t ⇥ this snippet Thomas Aylott 2009-10-05 12:39:38 -04:00
  • 1f5998b73b a ⇥ arguments snippet Thomas Aylott 2009-10-05 12:39:06 -04:00
  • 507153ff45 tab completions to convert arguments to Array.prototype.slice.call(arguments) and back. Thomas Aylott 2009-10-05 12:38:33 -04:00
  • 164adcf71f NEW Swap this to self command Select some code and use this command to swap out the use of "this" with "self". The command also inserts a "var self = this;" line to the top and removes it when toggling off! Thomas Aylott 2009-10-05 12:37:00 -04:00
  • 72b2961084 fallback to home for runjs require paths Thomas Aylott 2009-10-05 12:35:23 -04:00
  • 935f60436d fixed syntax coloring for operators Thomas Aylott 2009-10-05 12:35:04 -04:00
  • 639c28afba updated try/catch snippet Thomas Aylott 2009-10-05 12:34:44 -04:00
  • 18a99d2093 updated mootools require in runjs Thomas Aylott 2009-10-05 12:34:04 -04:00
  • 07b5239643 add easy jquery require to runjs Thomas Aylott 2009-10-05 12:33:09 -04:00
  • efb280004c changed console.assert tab completion to "ass", yes. Thomas Aylott 2009-10-05 12:30:56 -04:00
  • 7373ab549f updated mootools url Thomas Aylott 2009-10-05 12:30:24 -04:00
  • 2960e65c39 Updated to the latest completions and tooltips scraped from Quirksmode.org Thomas Aylott 2009-04-29 15:16:10 -04:00
  • 02bd00cb2d Merge branch 'master' of git@github.com:subtleGradient/javascript.tmbundle Thomas Aylott 2009-04-29 15:11:39 -04:00
  • f2dbcc6ce5 updated menu Thomas Aylott 2009-04-29 15:10:44 -04:00
  • b3ea098912 prototype snippet like the docand win snippets Thomas Aylott 2009-04-29 15:10:33 -04:00
  • 918b38f11a standalone jsspec file snippet Thomas Aylott 2009-04-29 15:10:11 -04:00
  • a94885b7cb Class Closure Idiom Snippet Thomas Aylott 2009-04-29 15:09:52 -04:00
  • 8f3bd1c585 changed tab completion word for greater unification Thomas Aylott 2009-04-29 15:09:32 -04:00
  • 83b4a0c931 adding some stuff to the completions Thomas Aylott 2009-04-29 15:08:43 -04:00
  • 33ff847d49 FIXED completions giant images. never did figure out what the deal is, must be a problem in tm_dialog itselg Thomas Aylott 2009-04-27 02:02:17 -07:00
  • 24df8f3728 added mutator scope for special styling mutating method names Thomas Aylott 2009-04-22 00:00:07 -04:00
  • a2e8cae166 always show a tooltip when asked to Thomas Aylott 2009-04-21 23:59:43 -04:00
  • f7d792a102 Moved complete inside the bundle for those without the latest review support Thomas Aylott 2009-04-17 17:42:50 -04:00
  • 1e3869017a many snippets for common idioms Thomas Aylott 2009-04-17 17:41:53 -04:00
  • 0b17098fc2 [NEW] Run Javascript command can now parse your script for "@require 'something'"; Require relative paths, urls and keywords. Require CSS or JS. Thomas Aylott 2009-04-17 17:37:43 -04:00
  • 4481ff2b91 added show code button on run javascript Thomas Aylott 2009-02-25 11:18:39 -05:00
  • 81830b803b rearrange includes to make keywords have a higher priority Thomas Aylott 2009-02-16 23:35:11 -05:00
  • b0496503f8 Merge branch 'master' of git@github.com:subtleGradient/javascript.tmbundle Thomas Aylott 2009-02-15 03:29:42 -05:00
  • c8d89e45c6 updated sort Thomas Aylott 2009-02-15 03:13:52 -05:00
  • 93a02932d0 allow completions inside strings Thomas Aylott 2009-02-15 03:09:14 -05:00
  • e740550e91 updated list of banned scopes from symbol list Thomas Aylott 2009-02-15 03:08:32 -05:00
  • fac259562e Added json support to indent prefs Thomas Aylott 2009-02-15 03:08:05 -05:00
  • d2bc10e4b3 new command: run javascript. runs your current selection or document in an html output window. You can do console messages and check the html output window's console. includes support for window.alert and window.confirm from Hans-Jörg Bibiko properly corrects for line numbers in error messages Thomas Aylott 2009-02-15 03:03:18 -05:00
  • 1ede89fb65 new documentation commands Thomas Aylott 2009-02-15 03:02:48 -05:00
  • 2fedbea18a new closure snippet Thomas Aylott 2009-02-15 03:02:03 -05:00
  • f2501c8d2f added wrapping support to a few snippets Thomas Aylott 2009-02-15 03:01:19 -05:00
  • 590fd26aae Updated Javascript Basic syntax. literal-function-call literal-variable keyword.operators literal-regex Thomas Aylott 2009-02-15 02:56:20 -05:00
  • ba5fa1d4d8 Updated folding to that of Embedded Thomas Aylott 2008-10-07 22:09:19 -04:00
  • a8b1d18261 MUCH simpler and more bulletproof regex for indent and folding with tests Thomas Aylott 2008-09-28 06:57:53 -04:00
  • 4d6df87768 Fixed a strange issue with the folding & indent. It wasn't properly matching escaped strings inside strings Thomas Aylott 2008-09-28 03:41:49 -04:00
  • e3c2594e12 Code Completion with tooltips from Quirksmode.org (with permission) Thomas Aylott 2008-09-21 04:05:40 -04:00
  • 67ed84b3e0 Beginning README addEventListener snippet default to bubbling Updated info.plist Thomas Aylott 2008-09-21 04:04:09 -04:00
  • fd574d60c2 Renamed the "normal" for loop to "for (…) {…} (Classic)" diff --git "a/Snippets/for (\342\200\246) {\342\200\246}.tmSnippet" "b/Snippets/for (\342\200\246) {\342\200\246}.tmSnippet" index 9001c98..c6ddbf7 100644 --- "a/Snippets/for (\342\200\246) {\342\200\246}.tmSnippet" +++ "b/Snippets/for (\342\200\246) {\342\200\246}.tmSnippet" @@ -7,7 +7,7 @@ ${0:$1[$20]} }</string> <key>name</key> - <string>for (…) {…}</string> + <string>for (…) {…} (Classic)</string> <key>scope</key> <string>source.js</string> <key>tabTrigger</key> Thomas Aylott 2008-09-20 14:57:48 -04:00
  • ca274896fa Updated Javascript syntax test Thomas Aylott 2008-09-20 14:49:42 -04:00
  • 588708f2f9 don't show function-calls in the symbol list Thomas Aylott 2008-09-20 14:47:53 -04:00
  • 869e993216 Removed the // smart string Thomas Aylott 2008-08-18 10:33:34 -04:00
  • 3f8ff5c7c4 New snippets for switch / case Thomas Aylott 2008-08-18 10:32:07 -04:00
  • 3dd8342167 Fix an issue where a @ in a block comment would cause IE conditional comment matching for the rest of the document Thomas Aylott 2008-08-18 10:30:37 -04:00
  • 7b887b2053 Updated info.plist Thomas Aylott 2008-08-04 16:37:54 -04:00
  • 02d5543550 smartTypingPairs, highlightPairs; Regular and in Strings Thomas Aylott 2008-08-04 16:36:19 -04:00
  • 8faa40bacf Fixed indent rules for single-line case statements Thomas Aylott 2008-08-04 16:35:06 -04:00
  • 148d7ee9f3 NEW Advanced Folding and Indent patterns! Added switch…case tests Thomas Aylott 2008-08-04 14:34:18 -04:00
  • 53cf154cf1 More advanced indent & folding tests Thomas Aylott 2008-08-04 12:16:54 -04:00
  • ef4f576d6f Special indent/folding tests Thomas Aylott 2008-08-04 11:02:00 -04:00
  • 5416ef92b3 updated info.plist for new stuff Thomas Aylott 2008-08-04 10:48:10 -04:00
  • 04e15e1473 onload listener snippet Thomas Aylott 2008-08-04 10:47:45 -04:00
  • f77ae2743e new window. snippet like the current document. snippet Thomas Aylott 2008-08-04 10:47:07 -04:00
  • 39d3a191cc Updated proto snippet to match the new style of snippets for this bundle Thomas Aylott 2008-08-04 10:46:40 -04:00
  • 0d2472ba88 New Help command Beginning Help document / GitHub readme Thomas Aylott 2008-08-04 10:44:42 -04:00
  • 5c0aa849b3 NEW: Advanced folding rules Added more Tests for folding and indent Thomas Aylott 2008-08-04 10:41:36 -04:00
  • 90c28a16a1 Folding & Indent Test Thomas Aylott 2008-08-03 12:37:11 -04:00
  • e129d1dc19 Tests for labels and new new Thomas Aylott 2008-07-28 10:49:24 -04:00
  • c89827b256 Removed some poorly thought out snippets. Unified the for snippets some more New for snippet for fast DOM iteration Thomas Aylott 2008-07-25 18:27:42 -04:00
  • d650e3bab9 Added operators to the syntax tests and more examples Thomas Aylott 2008-07-19 18:13:17 -04:00
  • 0dd03607c2 Unifying snippet formats Thomas Aylott 2008-07-19 18:11:57 -04:00
  • 4f1de2226d Trying to come up with an exhaustive list of all literal syntax Thomas Aylott 2008-07-08 18:41:48 -04:00
  • 6ccd572492 Syntax Tests for Function Calls and Variables / Properties Thomas Aylott 2008-07-08 17:11:56 -04:00
  • b239febbfd Removed the conditional-compilation since I moved it into the other syntax Thomas Aylott 2008-07-08 16:59:55 -04:00
  • 34ca3c1df7 Changed the forin snippet to match what it actually does Thomas Aylott 2008-07-08 16:57:47 -04:00
  • a2937c6427 Added special-comments-conditional-compilation for IE; Added leading-space scopes Thomas Aylott 2008-07-08 16:55:46 -04:00
  • 5125bf5db1 Snippet: try … catch Thomas Aylott 2008-07-08 16:54:39 -04:00
  • fbaf37f630 Updated folding to that of Embedded Thomas Aylott 2008-10-07 22:09:19 -04:00
  • c9d57b8ceb MUCH simpler and more bulletproof regex for indent and folding with tests Thomas Aylott 2008-09-28 06:57:53 -04:00
  • 07e85425c6 Fixed a strange issue with the folding & indent. It wasn't properly matching escaped strings inside strings Thomas Aylott 2008-09-28 03:41:49 -04:00
  • bc10783ef4 Code Completion with tooltips from Quirksmode.org (with permission) Thomas Aylott 2008-09-21 04:05:40 -04:00
  • b19167e1c1 Beginning README addEventListener snippet default to bubbling Updated info.plist Thomas Aylott 2008-09-21 04:04:09 -04:00
  • bd30307213 Renamed the "normal" for loop to "for (…) {…} (Classic)" diff --git "a/Snippets/for (\342\200\246) {\342\200\246}.tmSnippet" "b/Snippets/for (\342\200\246) {\342\200\246}.tmSnippet" index 9001c98..c6ddbf7 100644 --- "a/Snippets/for (\342\200\246) {\342\200\246}.tmSnippet" +++ "b/Snippets/for (\342\200\246) {\342\200\246}.tmSnippet" @@ -7,7 +7,7 @@ ${0:$1[$20]} }</string> <key>name</key> - <string>for (…) {…}</string> + <string>for (…) {…} (Classic)</string> <key>scope</key> <string>source.js</string> <key>tabTrigger</key> Thomas Aylott 2008-09-20 14:57:48 -04:00
  • b99d9c40d1 Updated Javascript syntax test Thomas Aylott 2008-09-20 14:49:42 -04:00
  • 66fc39c57a don't show function-calls in the symbol list Thomas Aylott 2008-09-20 14:47:53 -04:00
  • 2fec3ebc31 Removed the // smart string Thomas Aylott 2008-08-18 10:33:34 -04:00
  • b62b480d16 New snippets for switch / case Thomas Aylott 2008-08-18 10:32:07 -04:00
  • c37f9a2552 Fix an issue where a @ in a block comment would cause IE conditional comment matching for the rest of the document Thomas Aylott 2008-08-18 10:30:37 -04:00
  • d6b73efb6b Updated info.plist Thomas Aylott 2008-08-04 16:37:54 -04:00
  • adf5c194b2 smartTypingPairs, highlightPairs; Regular and in Strings Thomas Aylott 2008-08-04 16:36:19 -04:00
  • 6216d42c75 Fixed indent rules for single-line case statements Thomas Aylott 2008-08-04 16:35:06 -04:00