jqueryplugingen 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (168) hide show
  1. data/History.txt +7 -0
  2. data/Manifest.txt +160 -1
  3. data/README.rdoc +1 -3
  4. data/bundles/JavaScript jQuery.tmbundle/Commands/Documentation for Word : Selection.tmCommand +68 -0
  5. data/bundles/JavaScript jQuery.tmbundle/Snippets/$ (Select DOM Element).tmSnippet +16 -0
  6. data/bundles/JavaScript jQuery.tmbundle/Snippets/$(this).tmSnippet +16 -0
  7. data/bundles/JavaScript jQuery.tmbundle/Snippets/$_ajax(hash).tmSnippet +28 -0
  8. data/bundles/JavaScript jQuery.tmbundle/Snippets/$_ajaxError.tmSnippet +19 -0
  9. data/bundles/JavaScript jQuery.tmbundle/Snippets/$_ajaxSend.tmSnippet +19 -0
  10. data/bundles/JavaScript jQuery.tmbundle/Snippets/$_ajaxSetup.tmSnippet +28 -0
  11. data/bundles/JavaScript jQuery.tmbundle/Snippets/$_ajaxSuccess.tmSnippet +18 -0
  12. data/bundles/JavaScript jQuery.tmbundle/Snippets/$_get.tmSnippet +19 -0
  13. data/bundles/JavaScript jQuery.tmbundle/Snippets/$_getIfModified.tmSnippet +19 -0
  14. data/bundles/JavaScript jQuery.tmbundle/Snippets/$_getJSON.tmSnippet +21 -0
  15. data/bundles/JavaScript jQuery.tmbundle/Snippets/$_getScript.tmSnippet +19 -0
  16. data/bundles/JavaScript jQuery.tmbundle/Snippets/$_post.tmSnippet +23 -0
  17. data/bundles/JavaScript jQuery.tmbundle/Snippets/$_trim.tmSnippet +16 -0
  18. data/bundles/JavaScript jQuery.tmbundle/Snippets/:checked.tmSnippet +18 -0
  19. data/bundles/JavaScript jQuery.tmbundle/Snippets/:contains('test').tmSnippet +18 -0
  20. data/bundles/JavaScript jQuery.tmbundle/Snippets/:disabled.tmSnippet +18 -0
  21. data/bundles/JavaScript jQuery.tmbundle/Snippets/:empty.tmSnippet +18 -0
  22. data/bundles/JavaScript jQuery.tmbundle/Snippets/:enabled.tmSnippet +18 -0
  23. data/bundles/JavaScript jQuery.tmbundle/Snippets/:eq(n).tmSnippet +18 -0
  24. data/bundles/JavaScript jQuery.tmbundle/Snippets/:even.tmSnippet +18 -0
  25. data/bundles/JavaScript jQuery.tmbundle/Snippets/:first-child.tmSnippet +18 -0
  26. data/bundles/JavaScript jQuery.tmbundle/Snippets/:first-of-type.tmSnippet +18 -0
  27. data/bundles/JavaScript jQuery.tmbundle/Snippets/:first.tmSnippet +18 -0
  28. data/bundles/JavaScript jQuery.tmbundle/Snippets/:gt(n).tmSnippet +18 -0
  29. data/bundles/JavaScript jQuery.tmbundle/Snippets/:hidden.tmSnippet +19 -0
  30. data/bundles/JavaScript jQuery.tmbundle/Snippets/:last-child.tmSnippet +18 -0
  31. data/bundles/JavaScript jQuery.tmbundle/Snippets/:last-of-type.tmSnippet +18 -0
  32. data/bundles/JavaScript jQuery.tmbundle/Snippets/:last.tmSnippet +18 -0
  33. data/bundles/JavaScript jQuery.tmbundle/Snippets/:lt(n).tmSnippet +18 -0
  34. data/bundles/JavaScript jQuery.tmbundle/Snippets/:not(s).tmSnippet +18 -0
  35. data/bundles/JavaScript jQuery.tmbundle/Snippets/:nth-child(n).tmSnippet +18 -0
  36. data/bundles/JavaScript jQuery.tmbundle/Snippets/:nth-last-child(n).tmSnippet +18 -0
  37. data/bundles/JavaScript jQuery.tmbundle/Snippets/:nth-of-type(n).tmSnippet +18 -0
  38. data/bundles/JavaScript jQuery.tmbundle/Snippets/:odd.tmSnippet +18 -0
  39. data/bundles/JavaScript jQuery.tmbundle/Snippets/:only-child.tmSnippet +18 -0
  40. data/bundles/JavaScript jQuery.tmbundle/Snippets/:only-of-type.tmSnippet +18 -0
  41. data/bundles/JavaScript jQuery.tmbundle/Snippets/:parent.tmSnippet +19 -0
  42. data/bundles/JavaScript jQuery.tmbundle/Snippets/:root.tmSnippet +18 -0
  43. data/bundles/JavaScript jQuery.tmbundle/Snippets/:visible.tmSnippet +19 -0
  44. data/bundles/JavaScript jQuery.tmbundle/Snippets/add.tmSnippet +16 -0
  45. data/bundles/JavaScript jQuery.tmbundle/Snippets/addClass.tmSnippet +16 -0
  46. data/bundles/JavaScript jQuery.tmbundle/Snippets/after.tmSnippet +16 -0
  47. data/bundles/JavaScript jQuery.tmbundle/Snippets/ajaxStart.tmSnippet +19 -0
  48. data/bundles/JavaScript jQuery.tmbundle/Snippets/ajaxStop.tmSnippet +19 -0
  49. data/bundles/JavaScript jQuery.tmbundle/Snippets/animate.tmSnippet +16 -0
  50. data/bundles/JavaScript jQuery.tmbundle/Snippets/append.tmSnippet +16 -0
  51. data/bundles/JavaScript jQuery.tmbundle/Snippets/appendTo.tmSnippet +16 -0
  52. data/bundles/JavaScript jQuery.tmbundle/Snippets/attr(hash).tmSnippet +16 -0
  53. data/bundles/JavaScript jQuery.tmbundle/Snippets/attr.tmSnippet +16 -0
  54. data/bundles/JavaScript jQuery.tmbundle/Snippets/before.tmSnippet +16 -0
  55. data/bundles/JavaScript jQuery.tmbundle/Snippets/bind.tmSnippet +18 -0
  56. data/bundles/JavaScript jQuery.tmbundle/Snippets/blur.tmSnippet +18 -0
  57. data/bundles/JavaScript jQuery.tmbundle/Snippets/change.tmSnippet +18 -0
  58. data/bundles/JavaScript jQuery.tmbundle/Snippets/children.tmSnippet +16 -0
  59. data/bundles/JavaScript jQuery.tmbundle/Snippets/click.tmSnippet +18 -0
  60. data/bundles/JavaScript jQuery.tmbundle/Snippets/clone.tmSnippet +16 -0
  61. data/bundles/JavaScript jQuery.tmbundle/Snippets/contains.tmSnippet +16 -0
  62. data/bundles/JavaScript jQuery.tmbundle/Snippets/css(hash).tmSnippet +16 -0
  63. data/bundles/JavaScript jQuery.tmbundle/Snippets/css.tmSnippet +16 -0
  64. data/bundles/JavaScript jQuery.tmbundle/Snippets/dblclick.tmSnippet +18 -0
  65. data/bundles/JavaScript jQuery.tmbundle/Snippets/each.tmSnippet +18 -0
  66. data/bundles/JavaScript jQuery.tmbundle/Snippets/end.tmSnippet +16 -0
  67. data/bundles/JavaScript jQuery.tmbundle/Snippets/error.tmSnippet +18 -0
  68. data/bundles/JavaScript jQuery.tmbundle/Snippets/fadeIn - with callback.tmSnippet +19 -0
  69. data/bundles/JavaScript jQuery.tmbundle/Snippets/fadeIn.tmSnippet +16 -0
  70. data/bundles/JavaScript jQuery.tmbundle/Snippets/fadeOut - with callback.tmSnippet +19 -0
  71. data/bundles/JavaScript jQuery.tmbundle/Snippets/fadeOut.tmSnippet +16 -0
  72. data/bundles/JavaScript jQuery.tmbundle/Snippets/fadeTo - with callback.tmSnippet +19 -0
  73. data/bundles/JavaScript jQuery.tmbundle/Snippets/fadeTo.tmSnippet +16 -0
  74. data/bundles/JavaScript jQuery.tmbundle/Snippets/filter.tmSnippet +16 -0
  75. data/bundles/JavaScript jQuery.tmbundle/Snippets/find.tmSnippet +16 -0
  76. data/bundles/JavaScript jQuery.tmbundle/Snippets/focus.tmSnippet +18 -0
  77. data/bundles/JavaScript jQuery.tmbundle/Snippets/get.tmSnippet +16 -0
  78. data/bundles/JavaScript jQuery.tmbundle/Snippets/height.tmSnippet +16 -0
  79. data/bundles/JavaScript jQuery.tmbundle/Snippets/hide - with callback.tmSnippet +19 -0
  80. data/bundles/JavaScript jQuery.tmbundle/Snippets/hide.tmSnippet +16 -0
  81. data/bundles/JavaScript jQuery.tmbundle/Snippets/hover.tmSnippet +20 -0
  82. data/bundles/JavaScript jQuery.tmbundle/Snippets/html.tmSnippet +16 -0
  83. data/bundles/JavaScript jQuery.tmbundle/Snippets/insertAfter.tmSnippet +16 -0
  84. data/bundles/JavaScript jQuery.tmbundle/Snippets/insertBefore.tmSnippet +16 -0
  85. data/bundles/JavaScript jQuery.tmbundle/Snippets/is.tmSnippet +16 -0
  86. data/bundles/JavaScript jQuery.tmbundle/Snippets/load (AHAH).tmSnippet +21 -0
  87. data/bundles/JavaScript jQuery.tmbundle/Snippets/load.tmSnippet +18 -0
  88. data/bundles/JavaScript jQuery.tmbundle/Snippets/loadIfModified.tmSnippet +21 -0
  89. data/bundles/JavaScript jQuery.tmbundle/Snippets/mousedown.tmSnippet +18 -0
  90. data/bundles/JavaScript jQuery.tmbundle/Snippets/mousemove.tmSnippet +18 -0
  91. data/bundles/JavaScript jQuery.tmbundle/Snippets/mouseout.tmSnippet +18 -0
  92. data/bundles/JavaScript jQuery.tmbundle/Snippets/mouseover.tmSnippet +18 -0
  93. data/bundles/JavaScript jQuery.tmbundle/Snippets/mouseup.tmSnippet +18 -0
  94. data/bundles/JavaScript jQuery.tmbundle/Snippets/next.tmSnippet +16 -0
  95. data/bundles/JavaScript jQuery.tmbundle/Snippets/not.tmSnippet +16 -0
  96. data/bundles/JavaScript jQuery.tmbundle/Snippets/one.tmSnippet +18 -0
  97. data/bundles/JavaScript jQuery.tmbundle/Snippets/parent.tmSnippet +16 -0
  98. data/bundles/JavaScript jQuery.tmbundle/Snippets/parents.tmSnippet +16 -0
  99. data/bundles/JavaScript jQuery.tmbundle/Snippets/prepend.tmSnippet +16 -0
  100. data/bundles/JavaScript jQuery.tmbundle/Snippets/prependTo.tmSnippet +16 -0
  101. data/bundles/JavaScript jQuery.tmbundle/Snippets/prev.tmSnippet +16 -0
  102. data/bundles/JavaScript jQuery.tmbundle/Snippets/ready.tmSnippet +19 -0
  103. data/bundles/JavaScript jQuery.tmbundle/Snippets/remove.tmSnippet +16 -0
  104. data/bundles/JavaScript jQuery.tmbundle/Snippets/removeAttr.tmSnippet +16 -0
  105. data/bundles/JavaScript jQuery.tmbundle/Snippets/removeClass.tmSnippet +16 -0
  106. data/bundles/JavaScript jQuery.tmbundle/Snippets/reset.tmSnippet +18 -0
  107. data/bundles/JavaScript jQuery.tmbundle/Snippets/resize.tmSnippet +18 -0
  108. data/bundles/JavaScript jQuery.tmbundle/Snippets/scroll.tmSnippet +18 -0
  109. data/bundles/JavaScript jQuery.tmbundle/Snippets/select.tmSnippet +18 -0
  110. data/bundles/JavaScript jQuery.tmbundle/Snippets/show - with callback.tmSnippet +19 -0
  111. data/bundles/JavaScript jQuery.tmbundle/Snippets/show.tmSnippet +16 -0
  112. data/bundles/JavaScript jQuery.tmbundle/Snippets/siblings.tmSnippet +16 -0
  113. data/bundles/JavaScript jQuery.tmbundle/Snippets/size.tmSnippet +16 -0
  114. data/bundles/JavaScript jQuery.tmbundle/Snippets/slideDown - with callback.tmSnippet +19 -0
  115. data/bundles/JavaScript jQuery.tmbundle/Snippets/slideDown.tmSnippet +16 -0
  116. data/bundles/JavaScript jQuery.tmbundle/Snippets/slideToggle.tmSnippet +16 -0
  117. data/bundles/JavaScript jQuery.tmbundle/Snippets/slideUp - with callback.tmSnippet +19 -0
  118. data/bundles/JavaScript jQuery.tmbundle/Snippets/slideUp.tmSnippet +16 -0
  119. data/bundles/JavaScript jQuery.tmbundle/Snippets/submit.tmSnippet +18 -0
  120. data/bundles/JavaScript jQuery.tmbundle/Snippets/text.tmSnippet +16 -0
  121. data/bundles/JavaScript jQuery.tmbundle/Snippets/toggle (show:hide).tmSnippet +16 -0
  122. data/bundles/JavaScript jQuery.tmbundle/Snippets/toggle.tmSnippet +21 -0
  123. data/bundles/JavaScript jQuery.tmbundle/Snippets/toggleClass.tmSnippet +16 -0
  124. data/bundles/JavaScript jQuery.tmbundle/Snippets/trigger.tmSnippet +16 -0
  125. data/bundles/JavaScript jQuery.tmbundle/Snippets/unbind.tmSnippet +16 -0
  126. data/bundles/JavaScript jQuery.tmbundle/Snippets/val.tmSnippet +16 -0
  127. data/bundles/JavaScript jQuery.tmbundle/Snippets/width.tmSnippet +16 -0
  128. data/bundles/JavaScript jQuery.tmbundle/Snippets/wrap.tmSnippet +16 -0
  129. data/bundles/JavaScript jQuery.tmbundle/Syntaxes/jQuery (JavaScript).tmLanguage +440 -0
  130. data/bundles/JavaScript jQuery.tmbundle/info.plist +387 -0
  131. data/bundles/JavaScript.tmbundle/Commands/Copy as Bookmarklet to Clipboard.tmCommand +54 -0
  132. data/bundles/JavaScript.tmbundle/Commands/Documentation for Word.plist +30 -0
  133. data/bundles/JavaScript.tmbundle/Commands/New Function.tmCommand +28 -0
  134. data/bundles/JavaScript.tmbundle/Commands/New Method.tmCommand +28 -0
  135. data/bundles/JavaScript.tmbundle/Commands/Reformat Document : Selection.tmCommand +50 -0
  136. data/bundles/JavaScript.tmbundle/Preferences/Comments.tmPreferences +36 -0
  137. data/bundles/JavaScript.tmbundle/Preferences/JavaScript Indent.tmPreferences +19 -0
  138. data/bundles/JavaScript.tmbundle/Preferences/Symbol List Banned.tmPreferences +17 -0
  139. data/bundles/JavaScript.tmbundle/Preferences/Symbol List Class.tmPreferences +21 -0
  140. data/bundles/JavaScript.tmbundle/Preferences/Symbol List Instance.tmPreferences +21 -0
  141. data/bundles/JavaScript.tmbundle/Preferences/Symbol List Sub 1.tmPreferences +21 -0
  142. data/bundles/JavaScript.tmbundle/Preferences/Symbol List Sub 2.tmPreferences +21 -0
  143. data/bundles/JavaScript.tmbundle/Snippets/Get Elements.tmSnippet +16 -0
  144. data/bundles/JavaScript.tmbundle/Snippets/Object Method String.tmSnippet +18 -0
  145. data/bundles/JavaScript.tmbundle/Snippets/Object Method.tmSnippet +18 -0
  146. data/bundles/JavaScript.tmbundle/Snippets/Object Value JS.tmSnippet +16 -0
  147. data/bundles/JavaScript.tmbundle/Snippets/Object key /342/200/224 key: /"value/".tmSnippet" +18 -0
  148. data/bundles/JavaScript.tmbundle/Snippets/Prototype (proto).plist +19 -0
  149. data/bundles/JavaScript.tmbundle/Snippets/for (/342/200/246) {/342/200/246} (faster).tmSnippet" +18 -0
  150. data/bundles/JavaScript.tmbundle/Snippets/for (/342/200/246) {/342/200/246}.tmSnippet" +18 -0
  151. data/bundles/JavaScript.tmbundle/Snippets/function (fun).plist +18 -0
  152. data/bundles/JavaScript.tmbundle/Snippets/function.tmSnippet +16 -0
  153. data/bundles/JavaScript.tmbundle/Snippets/if ___ else.tmSnippet +16 -0
  154. data/bundles/JavaScript.tmbundle/Snippets/if.tmSnippet +16 -0
  155. data/bundles/JavaScript.tmbundle/Snippets/setTimeout function.tmSnippet +16 -0
  156. data/bundles/JavaScript.tmbundle/Support/dev_guru_index.gz +0 -0
  157. data/bundles/JavaScript.tmbundle/Support/lib/beautify.php +557 -0
  158. data/bundles/JavaScript.tmbundle/Syntaxes/JavaScript.plist +712 -0
  159. data/bundles/JavaScript.tmbundle/info.plist +136 -0
  160. data/jQuery-Plugin-Generator.tmproj +190 -2
  161. data/lib/jquery_plugin_gen.rb +3 -5
  162. data/lib/jquery_plugin_gen/quick_template.rb +2 -2
  163. data/lib/jquery_plugin_gen/support/bundles.rake +28 -0
  164. data/lib/jquery_plugin_gen/support/jquery.rake +143 -0
  165. data/lib/jquery_plugin_gen/tasks.rb +5 -0
  166. data/lib/templates/Rakefile.erb +8 -2
  167. data/spec/data/templates/Rakefile +8 -2
  168. metadata +162 -3
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ # import the rake tasks for use when having created a plugin
4
+
5
+ Dir.glob(File.join(File.dirname(__FILE__), '**/*.rake')).each { |r| import r }
@@ -1,3 +1,9 @@
1
- # -*- ruby -*-
1
+ # Rakefile for jquery plugin gen -*- ruby -*-
2
+ require 'rubygems' unless ENV['NO_RUBYGEMS']
2
3
 
3
- require './lib/tasks/<%= details[:project] %>.rake'
4
+ require 'jquery_plugin_gen/tasks'
5
+
6
+ # create any new tasks here
7
+ # task :default => [:task, :dependencies] do
8
+ # yours
9
+ # end
@@ -1,3 +1,9 @@
1
- # -*- ruby -*-
1
+ # Rakefile for jquery plugin gen -*- ruby -*-
2
+ require 'rubygems' unless ENV['NO_RUBYGEMS']
2
3
 
3
- require './lib/tasks/email.rake'
4
+ require 'jquery_plugin_gen/tasks'
5
+
6
+ # create any new tasks here
7
+ # task :default => [:task, :dependencies] do
8
+ # yours
9
+ # end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jqueryplugingen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - toddb
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-01 00:00:00 +12:00
12
+ date: 2009-06-06 00:00:00 +12:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -52,14 +52,173 @@ files:
52
52
  - README.rdoc
53
53
  - Rakefile
54
54
  - bin/jqp
55
+ - "bundles/JavaScript jQuery.tmbundle/Commands/Documentation for Word : Selection.tmCommand"
56
+ - bundles/JavaScript jQuery.tmbundle/Snippets/$ (Select DOM Element).tmSnippet
57
+ - bundles/JavaScript jQuery.tmbundle/Snippets/$(this).tmSnippet
58
+ - bundles/JavaScript jQuery.tmbundle/Snippets/$_ajax(hash).tmSnippet
59
+ - bundles/JavaScript jQuery.tmbundle/Snippets/$_ajaxError.tmSnippet
60
+ - bundles/JavaScript jQuery.tmbundle/Snippets/$_ajaxSend.tmSnippet
61
+ - bundles/JavaScript jQuery.tmbundle/Snippets/$_ajaxSetup.tmSnippet
62
+ - bundles/JavaScript jQuery.tmbundle/Snippets/$_ajaxSuccess.tmSnippet
63
+ - bundles/JavaScript jQuery.tmbundle/Snippets/$_get.tmSnippet
64
+ - bundles/JavaScript jQuery.tmbundle/Snippets/$_getIfModified.tmSnippet
65
+ - bundles/JavaScript jQuery.tmbundle/Snippets/$_getJSON.tmSnippet
66
+ - bundles/JavaScript jQuery.tmbundle/Snippets/$_getScript.tmSnippet
67
+ - bundles/JavaScript jQuery.tmbundle/Snippets/$_post.tmSnippet
68
+ - bundles/JavaScript jQuery.tmbundle/Snippets/$_trim.tmSnippet
69
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:checked.tmSnippet
70
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:contains('test').tmSnippet
71
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:disabled.tmSnippet
72
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:empty.tmSnippet
73
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:enabled.tmSnippet
74
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:eq(n).tmSnippet
75
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:even.tmSnippet
76
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:first-child.tmSnippet
77
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:first-of-type.tmSnippet
78
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:first.tmSnippet
79
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:gt(n).tmSnippet
80
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:hidden.tmSnippet
81
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:last-child.tmSnippet
82
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:last-of-type.tmSnippet
83
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:last.tmSnippet
84
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:lt(n).tmSnippet
85
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:not(s).tmSnippet
86
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:nth-child(n).tmSnippet
87
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:nth-last-child(n).tmSnippet
88
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:nth-of-type(n).tmSnippet
89
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:odd.tmSnippet
90
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:only-child.tmSnippet
91
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:only-of-type.tmSnippet
92
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:parent.tmSnippet
93
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:root.tmSnippet
94
+ - bundles/JavaScript jQuery.tmbundle/Snippets/:visible.tmSnippet
95
+ - bundles/JavaScript jQuery.tmbundle/Snippets/add.tmSnippet
96
+ - bundles/JavaScript jQuery.tmbundle/Snippets/addClass.tmSnippet
97
+ - bundles/JavaScript jQuery.tmbundle/Snippets/after.tmSnippet
98
+ - bundles/JavaScript jQuery.tmbundle/Snippets/ajaxStart.tmSnippet
99
+ - bundles/JavaScript jQuery.tmbundle/Snippets/ajaxStop.tmSnippet
100
+ - bundles/JavaScript jQuery.tmbundle/Snippets/animate.tmSnippet
101
+ - bundles/JavaScript jQuery.tmbundle/Snippets/append.tmSnippet
102
+ - bundles/JavaScript jQuery.tmbundle/Snippets/appendTo.tmSnippet
103
+ - bundles/JavaScript jQuery.tmbundle/Snippets/attr(hash).tmSnippet
104
+ - bundles/JavaScript jQuery.tmbundle/Snippets/attr.tmSnippet
105
+ - bundles/JavaScript jQuery.tmbundle/Snippets/before.tmSnippet
106
+ - bundles/JavaScript jQuery.tmbundle/Snippets/bind.tmSnippet
107
+ - bundles/JavaScript jQuery.tmbundle/Snippets/blur.tmSnippet
108
+ - bundles/JavaScript jQuery.tmbundle/Snippets/change.tmSnippet
109
+ - bundles/JavaScript jQuery.tmbundle/Snippets/children.tmSnippet
110
+ - bundles/JavaScript jQuery.tmbundle/Snippets/click.tmSnippet
111
+ - bundles/JavaScript jQuery.tmbundle/Snippets/clone.tmSnippet
112
+ - bundles/JavaScript jQuery.tmbundle/Snippets/contains.tmSnippet
113
+ - bundles/JavaScript jQuery.tmbundle/Snippets/css(hash).tmSnippet
114
+ - bundles/JavaScript jQuery.tmbundle/Snippets/css.tmSnippet
115
+ - bundles/JavaScript jQuery.tmbundle/Snippets/dblclick.tmSnippet
116
+ - bundles/JavaScript jQuery.tmbundle/Snippets/each.tmSnippet
117
+ - bundles/JavaScript jQuery.tmbundle/Snippets/end.tmSnippet
118
+ - bundles/JavaScript jQuery.tmbundle/Snippets/error.tmSnippet
119
+ - bundles/JavaScript jQuery.tmbundle/Snippets/fadeIn - with callback.tmSnippet
120
+ - bundles/JavaScript jQuery.tmbundle/Snippets/fadeIn.tmSnippet
121
+ - bundles/JavaScript jQuery.tmbundle/Snippets/fadeOut - with callback.tmSnippet
122
+ - bundles/JavaScript jQuery.tmbundle/Snippets/fadeOut.tmSnippet
123
+ - bundles/JavaScript jQuery.tmbundle/Snippets/fadeTo - with callback.tmSnippet
124
+ - bundles/JavaScript jQuery.tmbundle/Snippets/fadeTo.tmSnippet
125
+ - bundles/JavaScript jQuery.tmbundle/Snippets/filter.tmSnippet
126
+ - bundles/JavaScript jQuery.tmbundle/Snippets/find.tmSnippet
127
+ - bundles/JavaScript jQuery.tmbundle/Snippets/focus.tmSnippet
128
+ - bundles/JavaScript jQuery.tmbundle/Snippets/get.tmSnippet
129
+ - bundles/JavaScript jQuery.tmbundle/Snippets/height.tmSnippet
130
+ - bundles/JavaScript jQuery.tmbundle/Snippets/hide - with callback.tmSnippet
131
+ - bundles/JavaScript jQuery.tmbundle/Snippets/hide.tmSnippet
132
+ - bundles/JavaScript jQuery.tmbundle/Snippets/hover.tmSnippet
133
+ - bundles/JavaScript jQuery.tmbundle/Snippets/html.tmSnippet
134
+ - bundles/JavaScript jQuery.tmbundle/Snippets/insertAfter.tmSnippet
135
+ - bundles/JavaScript jQuery.tmbundle/Snippets/insertBefore.tmSnippet
136
+ - bundles/JavaScript jQuery.tmbundle/Snippets/is.tmSnippet
137
+ - bundles/JavaScript jQuery.tmbundle/Snippets/load (AHAH).tmSnippet
138
+ - bundles/JavaScript jQuery.tmbundle/Snippets/load.tmSnippet
139
+ - bundles/JavaScript jQuery.tmbundle/Snippets/loadIfModified.tmSnippet
140
+ - bundles/JavaScript jQuery.tmbundle/Snippets/mousedown.tmSnippet
141
+ - bundles/JavaScript jQuery.tmbundle/Snippets/mousemove.tmSnippet
142
+ - bundles/JavaScript jQuery.tmbundle/Snippets/mouseout.tmSnippet
143
+ - bundles/JavaScript jQuery.tmbundle/Snippets/mouseover.tmSnippet
144
+ - bundles/JavaScript jQuery.tmbundle/Snippets/mouseup.tmSnippet
145
+ - bundles/JavaScript jQuery.tmbundle/Snippets/next.tmSnippet
146
+ - bundles/JavaScript jQuery.tmbundle/Snippets/not.tmSnippet
147
+ - bundles/JavaScript jQuery.tmbundle/Snippets/one.tmSnippet
148
+ - bundles/JavaScript jQuery.tmbundle/Snippets/parent.tmSnippet
149
+ - bundles/JavaScript jQuery.tmbundle/Snippets/parents.tmSnippet
150
+ - bundles/JavaScript jQuery.tmbundle/Snippets/prepend.tmSnippet
151
+ - bundles/JavaScript jQuery.tmbundle/Snippets/prependTo.tmSnippet
152
+ - bundles/JavaScript jQuery.tmbundle/Snippets/prev.tmSnippet
153
+ - bundles/JavaScript jQuery.tmbundle/Snippets/ready.tmSnippet
154
+ - bundles/JavaScript jQuery.tmbundle/Snippets/remove.tmSnippet
155
+ - bundles/JavaScript jQuery.tmbundle/Snippets/removeAttr.tmSnippet
156
+ - bundles/JavaScript jQuery.tmbundle/Snippets/removeClass.tmSnippet
157
+ - bundles/JavaScript jQuery.tmbundle/Snippets/reset.tmSnippet
158
+ - bundles/JavaScript jQuery.tmbundle/Snippets/resize.tmSnippet
159
+ - bundles/JavaScript jQuery.tmbundle/Snippets/scroll.tmSnippet
160
+ - bundles/JavaScript jQuery.tmbundle/Snippets/select.tmSnippet
161
+ - bundles/JavaScript jQuery.tmbundle/Snippets/show - with callback.tmSnippet
162
+ - bundles/JavaScript jQuery.tmbundle/Snippets/show.tmSnippet
163
+ - bundles/JavaScript jQuery.tmbundle/Snippets/siblings.tmSnippet
164
+ - bundles/JavaScript jQuery.tmbundle/Snippets/size.tmSnippet
165
+ - bundles/JavaScript jQuery.tmbundle/Snippets/slideDown - with callback.tmSnippet
166
+ - bundles/JavaScript jQuery.tmbundle/Snippets/slideDown.tmSnippet
167
+ - bundles/JavaScript jQuery.tmbundle/Snippets/slideToggle.tmSnippet
168
+ - bundles/JavaScript jQuery.tmbundle/Snippets/slideUp - with callback.tmSnippet
169
+ - bundles/JavaScript jQuery.tmbundle/Snippets/slideUp.tmSnippet
170
+ - bundles/JavaScript jQuery.tmbundle/Snippets/submit.tmSnippet
171
+ - bundles/JavaScript jQuery.tmbundle/Snippets/text.tmSnippet
172
+ - bundles/JavaScript jQuery.tmbundle/Snippets/toggle (show:hide).tmSnippet
173
+ - bundles/JavaScript jQuery.tmbundle/Snippets/toggle.tmSnippet
174
+ - bundles/JavaScript jQuery.tmbundle/Snippets/toggleClass.tmSnippet
175
+ - bundles/JavaScript jQuery.tmbundle/Snippets/trigger.tmSnippet
176
+ - bundles/JavaScript jQuery.tmbundle/Snippets/unbind.tmSnippet
177
+ - bundles/JavaScript jQuery.tmbundle/Snippets/val.tmSnippet
178
+ - bundles/JavaScript jQuery.tmbundle/Snippets/width.tmSnippet
179
+ - bundles/JavaScript jQuery.tmbundle/Snippets/wrap.tmSnippet
180
+ - bundles/JavaScript jQuery.tmbundle/Syntaxes/jQuery (JavaScript).tmLanguage
181
+ - bundles/JavaScript jQuery.tmbundle/info.plist
182
+ - bundles/JavaScript.tmbundle/Commands/Copy as Bookmarklet to Clipboard.tmCommand
183
+ - bundles/JavaScript.tmbundle/Commands/Documentation for Word.plist
184
+ - bundles/JavaScript.tmbundle/Commands/New Function.tmCommand
185
+ - bundles/JavaScript.tmbundle/Commands/New Method.tmCommand
186
+ - "bundles/JavaScript.tmbundle/Commands/Reformat Document : Selection.tmCommand"
187
+ - bundles/JavaScript.tmbundle/Preferences/Comments.tmPreferences
188
+ - bundles/JavaScript.tmbundle/Preferences/JavaScript Indent.tmPreferences
189
+ - bundles/JavaScript.tmbundle/Preferences/Symbol List Banned.tmPreferences
190
+ - bundles/JavaScript.tmbundle/Preferences/Symbol List Class.tmPreferences
191
+ - bundles/JavaScript.tmbundle/Preferences/Symbol List Instance.tmPreferences
192
+ - bundles/JavaScript.tmbundle/Preferences/Symbol List Sub 1.tmPreferences
193
+ - bundles/JavaScript.tmbundle/Preferences/Symbol List Sub 2.tmPreferences
194
+ - bundles/JavaScript.tmbundle/Snippets/Get Elements.tmSnippet
195
+ - bundles/JavaScript.tmbundle/Snippets/Object Method String.tmSnippet
196
+ - bundles/JavaScript.tmbundle/Snippets/Object Method.tmSnippet
197
+ - bundles/JavaScript.tmbundle/Snippets/Object Value JS.tmSnippet
198
+ - "bundles/JavaScript.tmbundle/Snippets/Object key \xE2\x80\x94 key: \"value\".tmSnippet"
199
+ - bundles/JavaScript.tmbundle/Snippets/Prototype (proto).plist
200
+ - "bundles/JavaScript.tmbundle/Snippets/for (\xE2\x80\xA6) {\xE2\x80\xA6} (faster).tmSnippet"
201
+ - "bundles/JavaScript.tmbundle/Snippets/for (\xE2\x80\xA6) {\xE2\x80\xA6}.tmSnippet"
202
+ - bundles/JavaScript.tmbundle/Snippets/function (fun).plist
203
+ - bundles/JavaScript.tmbundle/Snippets/function.tmSnippet
204
+ - bundles/JavaScript.tmbundle/Snippets/if ___ else.tmSnippet
205
+ - bundles/JavaScript.tmbundle/Snippets/if.tmSnippet
206
+ - bundles/JavaScript.tmbundle/Snippets/setTimeout function.tmSnippet
207
+ - bundles/JavaScript.tmbundle/Support/dev_guru_index.gz
208
+ - bundles/JavaScript.tmbundle/Support/lib/beautify.php
209
+ - bundles/JavaScript.tmbundle/Syntaxes/JavaScript.plist
210
+ - bundles/JavaScript.tmbundle/info.plist
55
211
  - jQuery-Plugin-Generator.tmproj
56
212
  - lib/jqp/cli.rb
57
213
  - lib/jquery_plugin_gen.rb
58
214
  - lib/jquery_plugin_gen/generator.rb
59
215
  - lib/jquery_plugin_gen/quick_template.rb
216
+ - lib/jquery_plugin_gen/support/bundles.rake
217
+ - lib/jquery_plugin_gen/support/jquery.rake
218
+ - lib/jquery_plugin_gen/tasks.rb
60
219
  - lib/templates/History.txt.erb
61
- - lib/templates/Makefile.erb
62
220
  - lib/templates/README.txt.erb
221
+ - lib/templates/Makefile.erb
63
222
  - lib/templates/Rakefile.erb
64
223
  - lib/templates/example.html.erb
65
224
  - lib/templates/src/plugin.js.erb