ver 2010.02 → 2010.08

Sign up to get free protection for your applications and to get access to all the features.
Files changed (651) hide show
  1. data/.gitignore +1 -0
  2. data/.yardopts +1 -1
  3. data/AUTHORS +2 -2
  4. data/CHANGELOG +1160 -0
  5. data/MANIFEST +212 -62
  6. data/README.textile +68 -9
  7. data/Rakefile +2 -2
  8. data/bin/ver +33 -8
  9. data/config/commands/ANTLR.rb +11 -0
  10. data/config/commands/ActionScript.rb +102 -0
  11. data/config/commands/Active4D.rb +30 -0
  12. data/config/commands/Ada.rb +11 -0
  13. data/config/commands/Ant.rb +90 -0
  14. data/config/commands/Apache.rb +98 -0
  15. data/config/commands/AppleScript.rb +169 -0
  16. data/config/commands/Blogging.rb +72 -0
  17. data/config/commands/Bulletin Board.rb +10 -0
  18. data/config/commands/Bundle Development.rb +83 -0
  19. data/config/commands/C++ Qt.rb +158 -0
  20. data/config/commands/C.rb +82 -0
  21. data/config/commands/CMake.rb +32 -0
  22. data/config/commands/CSS.rb +76 -0
  23. data/config/commands/CTags.rb +29 -0
  24. data/config/commands/CVS.rb +114 -0
  25. data/config/commands/CoffeeScript.rb +58 -0
  26. data/config/commands/Context Free.rb +20 -0
  27. data/config/commands/Cucumber.rb +94 -0
  28. data/config/commands/D.rb +47 -0
  29. data/config/commands/Darcs.rb +72 -0
  30. data/config/commands/Diff.rb +76 -0
  31. data/config/commands/Doxygen.rb +9 -0
  32. data/config/commands/Experimental Wiki.rb +9 -0
  33. data/config/commands/Experimental.rb +172 -0
  34. data/config/commands/F-Script.rb +13 -0
  35. data/config/commands/FXScript.rb +11 -0
  36. data/config/commands/FileMerge.rb +42 -0
  37. data/config/commands/Fortran.rb +58 -0
  38. data/config/commands/GTD2.rb +134 -0
  39. data/config/commands/GTDAlt.rb +225 -0
  40. data/config/commands/GetBundle.rb +41 -0
  41. data/config/commands/Go.rb +29 -0
  42. data/config/commands/Graphviz.rb +11 -0
  43. data/config/commands/Greasemonkey.rb +158 -0
  44. data/config/commands/Gri.rb +11 -0
  45. data/config/commands/Groovy Grails.rb +174 -0
  46. data/config/commands/Groovy.rb +66 -0
  47. data/config/commands/HTML.rb +206 -0
  48. data/config/commands/Haskell.rb +48 -0
  49. data/config/commands/Hotkey.rb +50 -0
  50. data/config/commands/Hyperlink Helper.rb +81 -0
  51. data/config/commands/ImageBrowser.rb +10 -0
  52. data/config/commands/Io.rb +11 -0
  53. data/config/commands/JSFL.rb +29 -0
  54. data/config/commands/JSON.rb +11 -0
  55. data/config/commands/Java.rb +45 -0
  56. data/config/commands/JavaDoc.rb +12 -0
  57. data/config/commands/JavaScript Prototype & Script.aculo.us.rb +51 -0
  58. data/config/commands/JavaScript YUI.rb +12 -0
  59. data/config/commands/JavaScript jQuery.rb +12 -0
  60. data/config/commands/JavaScript.rb +50 -0
  61. data/config/commands/LaTeX.rb +423 -0
  62. data/config/commands/Lisp.rb +20 -0
  63. data/config/commands/Logo.rb +10 -0
  64. data/config/commands/Logtalk.rb +34 -0
  65. data/config/commands/Lua.rb +29 -0
  66. data/config/commands/MEL.rb +20 -0
  67. data/config/commands/Mail.rb +73 -0
  68. data/config/commands/Make.rb +20 -0
  69. data/config/commands/Man Pages.rb +20 -0
  70. data/config/commands/Markdown.rb +194 -0
  71. data/config/commands/Math.rb +79 -0
  72. data/config/commands/Matlab.rb +188 -0
  73. data/config/commands/Maven.rb +162 -0
  74. data/config/commands/Mediawiki.rb +12 -0
  75. data/config/commands/Mercurial.rb +185 -0
  76. data/config/commands/MoinMoin.rb +74 -0
  77. data/config/commands/Movable Type.rb +68 -0
  78. data/config/commands/Nemerle.rb +29 -0
  79. data/config/commands/OCaml Experimental Completions.rb +22 -0
  80. data/config/commands/OCaml.rb +99 -0
  81. data/config/commands/Objective-C.rb +181 -0
  82. data/config/commands/Outlines.rb +54 -0
  83. data/config/commands/PHP Smarty.rb +10 -0
  84. data/config/commands/Pascal.rb +11 -0
  85. data/config/commands/Perforce.rb +102 -0
  86. data/config/commands/Perl.rb +78 -0
  87. data/config/commands/Processing.rb +11 -0
  88. data/config/commands/Prolog.rb +11 -0
  89. data/config/commands/Property List.rb +38 -0
  90. data/config/commands/Python Django.rb +11 -0
  91. data/config/commands/Python.rb +131 -0
  92. data/config/commands/R Console (R.app).rb +80 -0
  93. data/config/commands/R Console (Rdaemon).rb +414 -0
  94. data/config/commands/R.rb +337 -0
  95. data/config/commands/Ragel.rb +10 -0
  96. data/config/commands/Regular Expressions.rb +18 -0
  97. data/config/commands/Remind.rb +44 -0
  98. data/config/commands/Ruby RSpec.rb +40 -0
  99. data/config/commands/Ruby on Rails.rb +331 -0
  100. data/config/commands/Ruby.rb +220 -0
  101. data/config/commands/S5 Slide Show.rb +37 -0
  102. data/config/commands/SCons.rb +24 -0
  103. data/config/commands/SQL.rb +60 -0
  104. data/config/commands/SVK.rb +83 -0
  105. data/config/commands/SWeave.rb +63 -0
  106. data/config/commands/Scheme.rb +30 -0
  107. data/config/commands/Scilab.rb +28 -0
  108. data/config/commands/Setext.rb +20 -0
  109. data/config/commands/Shell Script.rb +59 -0
  110. data/config/commands/Slate.rb +9 -0
  111. data/config/commands/Source.rb +84 -0
  112. data/config/commands/Standard ML.rb +38 -0
  113. data/config/commands/Subversion.rb +181 -0
  114. data/config/commands/TODO.rb +32 -0
  115. data/config/commands/Tcl.rb +21 -0
  116. data/config/commands/TerminalMate.rb +30 -0
  117. data/config/commands/Text.rb +137 -0
  118. data/config/commands/TextMate.rb +100 -0
  119. data/config/commands/Textile.rb +58 -0
  120. data/config/commands/Thrift.rb +20 -0
  121. data/config/commands/Transmit.rb +34 -0
  122. data/config/commands/Txt2tags.rb +213 -0
  123. data/config/commands/Vectorscript.rb +19 -0
  124. data/config/commands/Widget Creator.rb +23 -0
  125. data/config/commands/XML.rb +29 -0
  126. data/config/commands/Xcode.rb +106 -0
  127. data/config/commands/YAML.rb +39 -0
  128. data/config/commands/YARD.rb +12 -0
  129. data/config/commands/iTerm.rb +26 -0
  130. data/config/commands/reStructuredText.rb +126 -0
  131. data/config/detect.rb +13 -1
  132. data/config/keymap/diakonos.rb +113 -115
  133. data/config/keymap/emacs.rb +6 -2
  134. data/config/keymap/nano.rb +104 -112
  135. data/config/keymap/vim.rb +329 -258
  136. data/config/plugin/autosave.rb +3 -6
  137. data/config/plugin/git.rb +18 -12
  138. data/config/plugin/soma.rb +1 -1
  139. data/config/preferences/Apache.rb +17 -17
  140. data/config/preferences/AppleScript.rb +5 -5
  141. data/config/preferences/Bundle Development.rb +10 -10
  142. data/config/preferences/C.rb +38 -30
  143. data/config/preferences/CoffeeScript.rb +28 -0
  144. data/config/preferences/ColdFusion.rb +6 -6
  145. data/config/preferences/Cucumber.rb +40 -0
  146. data/config/preferences/Diff.rb +4 -4
  147. data/config/preferences/Eiffel.rb +6 -6
  148. data/config/preferences/Erlang.rb +16 -16
  149. data/config/preferences/F-Script.rb +12 -12
  150. data/config/preferences/FXScript.rb +5 -5
  151. data/config/preferences/Fortran.rb +17 -17
  152. data/config/preferences/Go.rb +23 -0
  153. data/config/preferences/Groovy.rb +29 -0
  154. data/config/preferences/HTML.rb +44 -44
  155. data/config/preferences/Haskell.rb +14 -14
  156. data/config/preferences/Io.rb +11 -11
  157. data/config/preferences/Java.rb +8 -8
  158. data/config/preferences/LaTeX.rb +24 -24
  159. data/config/preferences/Logo.rb +6 -6
  160. data/config/preferences/Logtalk.rb +5 -5
  161. data/config/preferences/Markdown.rb +43 -0
  162. data/config/preferences/Maven.rb +42 -42
  163. data/config/preferences/Mediawiki.rb +8 -8
  164. data/config/preferences/Movable Type.rb +14 -14
  165. data/config/preferences/OCaml.rb +15 -15
  166. data/config/preferences/Objective-C.rb +5 -5
  167. data/config/preferences/PHP.rb +2564 -0
  168. data/config/preferences/Property List.rb +8 -8
  169. data/config/preferences/R.rb +5 -5
  170. data/config/preferences/Ruby.rb +24 -24
  171. data/config/preferences/Source.rb +13 -13
  172. data/config/preferences/Standard ML.rb +9 -9
  173. data/config/preferences/Tcl.rb +5 -5
  174. data/config/preferences/Text.rb +14 -14
  175. data/config/preferences/TextMate.rb +5 -5
  176. data/config/preferences/Textile.rb +8 -8
  177. data/config/preferences/YARD.rb +9 -0
  178. data/config/preferences/iTerm.rb +9 -9
  179. data/config/rc.rb +5 -2
  180. data/config/snippets/ASP vb.NET.rb +203 -54
  181. data/config/snippets/ASP.rb +51 -36
  182. data/config/snippets/ActionScript.rb +332 -205
  183. data/config/snippets/Active4D.rb +325 -256
  184. data/config/snippets/Ada.rb +106 -60
  185. data/config/snippets/Ant.rb +7 -5
  186. data/config/snippets/Apache.rb +24 -20
  187. data/config/snippets/AppleScript.rb +213 -82
  188. data/config/snippets/Blogging.rb +41 -18
  189. data/config/snippets/Bulletin Board.rb +56 -21
  190. data/config/snippets/Bundle Development.rb +108 -63
  191. data/config/snippets/C++ Qt.rb +72 -57
  192. data/config/snippets/C.rb +128 -100
  193. data/config/snippets/CMake.rb +42 -32
  194. data/config/snippets/CSS.rb +515 -115
  195. data/config/snippets/CoffeeScript.rb +85 -0
  196. data/config/snippets/ColdFusion.rb +2228 -1547
  197. data/config/snippets/Context Free.rb +35 -28
  198. data/config/snippets/Cucumber.rb +55 -0
  199. data/config/snippets/D.rb +164 -111
  200. data/config/snippets/DokuWiki.rb +103 -54
  201. data/config/snippets/Doxygen.rb +87 -40
  202. data/config/snippets/Eiffel.rb +121 -18
  203. data/config/snippets/Erlang.rb +109 -68
  204. data/config/snippets/F-Script.rb +30 -24
  205. data/config/snippets/FXScript.rb +364 -210
  206. data/config/snippets/Fortran.rb +462 -280
  207. data/config/snippets/GTDAlt.rb +10 -4
  208. data/config/snippets/Gettext.rb +10 -8
  209. data/config/snippets/Go.rb +52 -0
  210. data/config/snippets/Greasemonkey.rb +52 -42
  211. data/config/snippets/Gri.rb +12 -10
  212. data/config/snippets/Groovy Grails.rb +313 -0
  213. data/config/snippets/Groovy.rb +685 -0
  214. data/config/snippets/HTML.rb +325 -126
  215. data/config/snippets/Haskell.rb +32 -24
  216. data/config/snippets/Io.rb +53 -42
  217. data/config/snippets/Java.rb +204 -92
  218. data/config/snippets/JavaDoc.rb +105 -56
  219. data/config/snippets/JavaScript MooTools.rb +208 -13
  220. data/config/snippets/JavaScript Objective-J.rb +18 -15
  221. data/config/snippets/JavaScript Prototype & Script.aculo.us.rb +362 -107
  222. data/config/snippets/JavaScript YUI.rb +1245 -186
  223. data/config/snippets/JavaScript jQuery.rb +693 -375
  224. data/config/snippets/JavaScript.rb +71 -53
  225. data/config/snippets/LaTeX.rb +188 -0
  226. data/config/snippets/Lisp.rb +59 -40
  227. data/config/snippets/Logo.rb +12 -6
  228. data/config/snippets/Logtalk.rb +131 -60
  229. data/config/snippets/Lua.rb +43 -33
  230. data/config/snippets/MIPS Assembler.rb +7 -5
  231. data/config/snippets/Mail.rb +10 -1
  232. data/config/snippets/Markdown.rb +7 -0
  233. data/config/snippets/Matlab.rb +232 -178
  234. data/config/snippets/Maven.rb +6 -5
  235. data/config/snippets/Mediawiki.rb +43 -12
  236. data/config/snippets/MoinMoin.rb +50 -10
  237. data/config/snippets/Movable Type.rb +368 -53
  238. data/config/snippets/Nemerle.rb +127 -79
  239. data/config/snippets/OCaml Code Completion Misc.rb +1716 -72
  240. data/config/snippets/OCaml Code Completion Unix.rb +2128 -203
  241. data/config/snippets/OCaml.rb +107 -73
  242. data/config/snippets/ODCompletion.rb +169 -118
  243. data/config/snippets/Objective-C.rb +281 -193
  244. data/config/snippets/PHP Smarty.rb +149 -79
  245. data/config/snippets/PHP.rb +186 -0
  246. data/config/snippets/Pascal.rb +47 -33
  247. data/config/snippets/Perl HTML-Template.rb +33 -0
  248. data/config/snippets/Perl Mason.rb +50 -30
  249. data/config/snippets/Perl Template Toolkit.rb +25 -20
  250. data/config/snippets/Perl.rb +91 -72
  251. data/config/snippets/Processing.rb +55 -33
  252. data/config/snippets/Propel.rb +36 -30
  253. data/config/snippets/Property List.rb +57 -24
  254. data/config/snippets/Python Django Templates.rb +381 -95
  255. data/config/snippets/Python Django.rb +159 -132
  256. data/config/snippets/Python.rb +88 -0
  257. data/config/snippets/R Console (Rdaemon).rb +11 -9
  258. data/config/snippets/R.rb +96 -77
  259. data/config/snippets/Remind.rb +18 -15
  260. data/config/snippets/Ruby RSpec.rb +343 -238
  261. data/config/snippets/Ruby on Rails.rb +1116 -765
  262. data/config/snippets/Ruby.rb +770 -545
  263. data/config/snippets/S5 Slide Show.rb +32 -24
  264. data/config/snippets/SSH Config.rb +21 -17
  265. data/config/snippets/SWIG.rb +30 -18
  266. data/config/snippets/Scilab.rb +98 -79
  267. data/config/snippets/Setext.rb +10 -8
  268. data/config/snippets/Shell Script.rb +52 -42
  269. data/config/snippets/Slate.rb +62 -48
  270. data/config/snippets/Source.rb +24 -1
  271. data/config/snippets/Standard ML.rb +37 -27
  272. data/config/snippets/Tcl.rb +32 -26
  273. data/config/snippets/Text.rb +28 -15
  274. data/config/snippets/Textile.rb +130 -45
  275. data/config/snippets/Thrift.rb +22 -18
  276. data/config/snippets/Twiki.rb +158 -105
  277. data/config/snippets/Txt2tags.rb +166 -79
  278. data/config/snippets/Vectorscript.rb +47 -38
  279. data/config/snippets/Widget Creator.rb +5 -5
  280. data/config/snippets/XML.rb +30 -18
  281. data/config/snippets/YAML.rb +5 -4
  282. data/config/snippets/YARD.rb +93 -0
  283. data/config/snippets/reStructuredText.rb +25 -20
  284. data/config/syntax/ANTLR.rb +17 -15
  285. data/config/syntax/ASP vb.NET.rb +27 -24
  286. data/config/syntax/ASP.rb +21 -19
  287. data/config/syntax/ActionScript.rb +16 -16
  288. data/config/syntax/Active4D Config.rb +5 -5
  289. data/config/syntax/Active4D Library.rb +2 -2
  290. data/config/syntax/Active4D.rb +32 -30
  291. data/config/syntax/Ada.rb +13 -10
  292. data/config/syntax/Ant.rb +9 -7
  293. data/config/syntax/Apache.rb +22 -18
  294. data/config/syntax/AppleScript.rb +486 -192
  295. data/config/syntax/AsciiDoc.rb +21 -0
  296. data/config/syntax/BibTeX.rb +7 -7
  297. data/config/syntax/Blog - HTML.rb +7 -7
  298. data/config/syntax/Blog - Markdown.rb +6 -6
  299. data/config/syntax/Blog - Text.rb +2 -2
  300. data/config/syntax/Blog - Textile.rb +2 -2
  301. data/config/syntax/Bulletin Board.rb +33 -32
  302. data/config/syntax/C++ Qt.rb +7 -6
  303. data/config/syntax/C++.rb +31 -28
  304. data/config/syntax/C.rb +55 -51
  305. data/config/syntax/CMake Listfile.rb +12 -11
  306. data/config/syntax/CSS.rb +24 -23
  307. data/config/syntax/CSV.rb +3 -3
  308. data/config/syntax/CoffeeScript.rb +161 -0
  309. data/config/syntax/ColdFusion.rb +8 -8
  310. data/config/syntax/Context Free.rb +18 -16
  311. data/config/syntax/Cucumber Steps.rb +108 -0
  312. data/config/syntax/D.rb +70 -69
  313. data/config/syntax/Diff.rb +13 -10
  314. data/config/syntax/DokuWiki.rb +22 -18
  315. data/config/syntax/Doxygen.rb +1 -1
  316. data/config/syntax/Dylan.rb +8 -8
  317. data/config/syntax/Eiffel.rb +12 -12
  318. data/config/syntax/Erlang.rb +96 -89
  319. data/config/syntax/F-Script.rb +11 -9
  320. data/config/syntax/FXScript.rb +16 -14
  321. data/config/syntax/Fortran - Modern.rb +25 -24
  322. data/config/syntax/Fortran - Punchcard.rb +43 -40
  323. data/config/syntax/GTD.rb +1 -1
  324. data/config/syntax/GTDalt.rb +14 -11
  325. data/config/syntax/Gettext.rb +10 -9
  326. data/config/syntax/Gherkin.rb +65 -0
  327. data/config/syntax/Go.rb +256 -0
  328. data/config/syntax/Grails Server Page.rb +108 -0
  329. data/config/syntax/Graphviz (DOT).rb +6 -6
  330. data/config/syntax/Greasemonkey.rb +3 -3
  331. data/config/syntax/Gri.rb +12 -12
  332. data/config/syntax/Groovy.rb +502 -0
  333. data/config/syntax/HTML (ASP).rb +3 -3
  334. data/config/syntax/HTML (ASP.net).rb +31 -31
  335. data/config/syntax/HTML (Active4D).rb +19 -19
  336. data/config/syntax/HTML (Django).rb +6 -6
  337. data/config/syntax/HTML (Erlang).rb +4 -4
  338. data/config/syntax/HTML (Mason).rb +13 -13
  339. data/config/syntax/HTML (Rails).rb +5 -5
  340. data/config/syntax/HTML (Tcl).rb +3 -3
  341. data/config/syntax/HTML (Template Toolkit).rb +9 -9
  342. data/config/syntax/HTML.rb +27 -27
  343. data/config/syntax/Haskell.rb +31 -28
  344. data/config/syntax/Inform.rb +5 -5
  345. data/config/syntax/Ini.rb +4 -4
  346. data/config/syntax/Installer Distribution Script.rb +19 -18
  347. data/config/syntax/Io.rb +17 -15
  348. data/config/syntax/JSFL.rb +7 -6
  349. data/config/syntax/Java Properties.rb +3 -3
  350. data/config/syntax/Java Server Page (JSP).rb +5 -4
  351. data/config/syntax/Java.rb +40 -33
  352. data/config/syntax/JavaDoc.rb +24 -22
  353. data/config/syntax/JavaScript (Rails).rb +1 -1
  354. data/config/syntax/JavaScript.rb +41 -34
  355. data/config/syntax/Javascript YUI.rb +109 -101
  356. data/config/syntax/LaTeX Beamer.rb +3 -3
  357. data/config/syntax/LaTeX Log.rb +3 -3
  358. data/config/syntax/LaTeX Memoir.rb +7 -5
  359. data/config/syntax/LaTeX Rdaemon.rb +1 -1
  360. data/config/syntax/LaTeX.rb +52 -47
  361. data/config/syntax/Language Grammar.rb +58 -55
  362. data/config/syntax/Lex-Flex.rb +13 -13
  363. data/config/syntax/Lighttpd.rb +7 -7
  364. data/config/syntax/Lisp.rb +6 -5
  365. data/config/syntax/Literate Haskell.rb +2 -2
  366. data/config/syntax/Logo.rb +4 -4
  367. data/config/syntax/Logtalk.rb +64 -49
  368. data/config/syntax/Lua.rb +12 -12
  369. data/config/syntax/MATLAB.rb +71 -70
  370. data/config/syntax/MEL.rb +16 -15
  371. data/config/syntax/MIPS Assembler.rb +11 -11
  372. data/config/syntax/MacPorts Portfile.rb +16 -15
  373. data/config/syntax/Mail.rb +5 -4
  374. data/config/syntax/Makefile.rb +3 -3
  375. data/config/syntax/Man.rb +2 -2
  376. data/config/syntax/Markdown.rb +440 -0
  377. data/config/syntax/Maven POM.rb +17 -16
  378. data/config/syntax/Mediawiki.rb +46 -46
  379. data/config/syntax/Modula-3.rb +7 -6
  380. data/config/syntax/MoinMoin.rb +16 -16
  381. data/config/syntax/MooTools.rb +75 -65
  382. data/config/syntax/Movable Type (MT only).rb +18 -18
  383. data/config/syntax/Movable Type.rb +20 -20
  384. data/config/syntax/MultiMarkdown.rb +35 -0
  385. data/config/syntax/Nemerle.rb +12 -12
  386. data/config/syntax/OCaml.rb +79 -71
  387. data/config/syntax/OCamllex.rb +14 -14
  388. data/config/syntax/OCamlyacc.rb +14 -12
  389. data/config/syntax/Objective-C++.rb +2 -2
  390. data/config/syntax/Objective-C.rb +76 -70
  391. data/config/syntax/Objective-J.rb +30 -29
  392. data/config/syntax/Octave.rb +27 -27
  393. data/config/syntax/OpenGL.rb +4 -4
  394. data/config/syntax/PHP.rb +1154 -0
  395. data/config/syntax/Pascal.rb +8 -8
  396. data/config/syntax/Perl HTML-Template.rb +5 -5
  397. data/config/syntax/Perl.rb +80 -76
  398. data/config/syntax/Plain Text.rb +5 -5
  399. data/config/syntax/Postscript.rb +6 -6
  400. data/config/syntax/Processing.rb +20 -20
  401. data/config/syntax/Prolog.rb +2 -2
  402. data/config/syntax/Property List.rb +50 -47
  403. data/config/syntax/Prototype & Script.aculo.us (JavaScript) Bracketed.rb +15 -13
  404. data/config/syntax/Prototype & Script.aculo.us (JavaScript).rb +9 -8
  405. data/config/syntax/Python Django.rb +6 -6
  406. data/config/syntax/Python.rb +94 -87
  407. data/config/syntax/Quake Style .cfg.rb +4 -4
  408. data/config/syntax/R Console (Rdaemon) Plain.rb +2 -2
  409. data/config/syntax/R Console (Rdaemon).rb +2 -2
  410. data/config/syntax/R.rb +21 -20
  411. data/config/syntax/RSpec.rb +15 -15
  412. data/config/syntax/Ragel.rb +14 -13
  413. data/config/syntax/Rd (R Documentation).rb +4 -4
  414. data/config/syntax/Regular Expressions (Oniguruma).rb +11 -10
  415. data/config/syntax/Regular Expressions (Python).rb +9 -9
  416. data/config/syntax/Release Notes.rb +7 -6
  417. data/config/syntax/Remind.rb +19 -17
  418. data/config/syntax/Rez.rb +10 -9
  419. data/config/syntax/Ruby Haml.rb +11 -11
  420. data/config/syntax/Ruby on Rails.rb +26 -24
  421. data/config/syntax/Ruby.rb +73 -71
  422. data/config/syntax/S5 Slide Show.rb +9 -9
  423. data/config/syntax/SQL.rb +29 -27
  424. data/config/syntax/SSH Config.rb +4 -4
  425. data/config/syntax/SWIG.rb +12 -11
  426. data/config/syntax/SWeave.rb +8 -7
  427. data/config/syntax/Scheme.rb +56 -54
  428. data/config/syntax/Scilab.rb +7 -6
  429. data/config/syntax/Setext.rb +14 -13
  430. data/config/syntax/Shell Script (Bash).rb +42 -42
  431. data/config/syntax/Slate.rb +24 -19
  432. data/config/syntax/Smarty.rb +11 -10
  433. data/config/syntax/Standard ML - CM.rb +2 -2
  434. data/config/syntax/Standard ML.rb +26 -23
  435. data/config/syntax/Strings File.rb +6 -6
  436. data/config/syntax/TSV.rb +2 -2
  437. data/config/syntax/Tcl.rb +10 -9
  438. data/config/syntax/TeX Math.rb +7 -6
  439. data/config/syntax/TeX.rb +7 -7
  440. data/config/syntax/Textile.rb +33 -27
  441. data/config/syntax/Thrift.rb +37 -29
  442. data/config/syntax/Twiki.rb +19 -18
  443. data/config/syntax/Txt2tags.rb +26 -23
  444. data/config/syntax/Vectorscript.rb +9 -7
  445. data/config/syntax/XML strict.rb +6 -4
  446. data/config/syntax/XML.rb +55 -30
  447. data/config/syntax/XSL.rb +5 -5
  448. data/config/syntax/YAML.rb +14 -12
  449. data/config/syntax/camlp4.rb +5 -5
  450. data/config/syntax/iCalendar.rb +3 -3
  451. data/config/syntax/jQuery (JavaScript).rb +9 -9
  452. data/config/syntax/mod_perl.rb +6 -6
  453. data/config/syntax/qmake Project file.rb +16 -15
  454. data/config/syntax/reStructuredText.rb +23 -21
  455. data/config/syntax/svn-commit.tmp.rb +5 -5
  456. data/lib/ver.rb +169 -85
  457. data/lib/ver/action.rb +39 -30
  458. data/lib/ver/buffer.rb +962 -144
  459. data/lib/ver/buffer/frame.rb +23 -0
  460. data/lib/ver/buffer/invalid_trailing_whitespace.rb +17 -0
  461. data/lib/ver/buffer/markup_underline_link.rb +30 -0
  462. data/lib/ver/buffer/matching_brace.rb +22 -0
  463. data/lib/ver/buffer/term.rb +1 -1
  464. data/lib/ver/clipboard.rb +107 -0
  465. data/lib/ver/digraphs.rb +1373 -0
  466. data/lib/ver/entry.rb +54 -43
  467. data/lib/ver/event.rb +335 -0
  468. data/lib/ver/exception_view.rb +3 -1
  469. data/lib/ver/executor.rb +7 -7
  470. data/lib/ver/executor/buffer.rb +4 -4
  471. data/lib/ver/executor/encoding.rb +19 -0
  472. data/lib/ver/executor/entry.rb +9 -9
  473. data/lib/ver/executor/fuzzy_file_finder.rb +1 -1
  474. data/lib/ver/executor/label.rb +2 -0
  475. data/lib/ver/executor/method.rb +2 -3
  476. data/lib/ver/help/describe_key.rb +44 -44
  477. data/lib/ver/hover_completion.rb +11 -6
  478. data/lib/ver/keymap.rb +68 -39
  479. data/lib/ver/layout/paned.rb +56 -44
  480. data/lib/ver/layout/toplevel.rb +68 -0
  481. data/lib/ver/layout/vim.rb +919 -0
  482. data/lib/ver/major_mode.rb +49 -49
  483. data/lib/ver/methods.rb +22 -25
  484. data/lib/ver/methods/basic.rb +49 -20
  485. data/lib/ver/methods/bookmark.rb +33 -33
  486. data/lib/ver/methods/clipboard.rb +186 -49
  487. data/lib/ver/methods/completion.rb +5 -5
  488. data/lib/ver/methods/control.rb +47 -66
  489. data/lib/ver/methods/delete.rb +5 -122
  490. data/lib/ver/methods/help.rb +2 -2
  491. data/lib/ver/methods/insert.rb +101 -29
  492. data/lib/ver/methods/layout.rb +62 -64
  493. data/lib/ver/methods/macro.rb +45 -0
  494. data/lib/ver/methods/move.rb +63 -349
  495. data/lib/ver/methods/nano.rb +99 -71
  496. data/lib/ver/methods/open.rb +8 -7
  497. data/lib/ver/methods/preview.rb +34 -14
  498. data/lib/ver/methods/save.rb +194 -163
  499. data/lib/ver/methods/search.rb +169 -81
  500. data/lib/ver/methods/search_and_replace.rb +62 -49
  501. data/lib/ver/methods/selection.rb +26 -54
  502. data/lib/ver/methods/snippet.rb +79 -54
  503. data/lib/ver/methods/undo.rb +12 -16
  504. data/lib/ver/minibuffer.rb +283 -134
  505. data/lib/ver/minor_mode.rb +36 -47
  506. data/lib/ver/mode_resolving.rb +71 -0
  507. data/lib/ver/platform.rb +41 -0
  508. data/lib/ver/plist.rb +16 -4
  509. data/lib/ver/register.rb +86 -0
  510. data/lib/ver/status.rb +44 -6
  511. data/lib/ver/status/battery.rb +1 -1
  512. data/lib/ver/status/buffer_position.rb +2 -2
  513. data/lib/ver/status/diakonos_position.rb +3 -3
  514. data/lib/ver/status/encoding.rb +1 -1
  515. data/lib/ver/status/filename.rb +1 -1
  516. data/lib/ver/status/label.rb +20 -20
  517. data/lib/ver/status/mode.rb +1 -1
  518. data/lib/ver/status/nano_help.rb +3 -14
  519. data/lib/ver/status/nano_position.rb +6 -6
  520. data/lib/ver/status/percent.rb +2 -2
  521. data/lib/ver/status/position.rb +2 -2
  522. data/lib/ver/status/short_filename.rb +1 -1
  523. data/lib/ver/status/syntax.rb +1 -1
  524. data/lib/ver/struct.rb +28 -0
  525. data/lib/ver/syntax/processor.rb +2 -1
  526. data/lib/ver/text.rb +48 -520
  527. data/lib/ver/text/end.rb +14 -0
  528. data/lib/ver/text/index.rb +16 -101
  529. data/lib/ver/text/insert.rb +138 -0
  530. data/lib/ver/text/mark.rb +559 -0
  531. data/lib/ver/text/position.rb +240 -0
  532. data/lib/ver/text/range.rb +74 -0
  533. data/lib/ver/text/selection.rb +402 -0
  534. data/lib/ver/text/selection/block.rb +69 -0
  535. data/lib/ver/text/selection/char.rb +93 -0
  536. data/lib/ver/text/selection/line.rb +64 -0
  537. data/lib/ver/text/tag.rb +322 -0
  538. data/lib/ver/undo.rb +109 -34
  539. data/lib/ver/vendor/eval_completer.rb +184 -0
  540. data/lib/ver/vendor/json_store.rb +23 -0
  541. data/lib/ver/vendor/open3.rb +729 -0
  542. data/lib/ver/vendor/pathname.rb +73 -0
  543. data/lib/ver/vendor/textpow.rb +1 -1
  544. data/lib/ver/version.rb +1 -1
  545. data/lib/ver/widget_event.rb +9 -5
  546. data/lib/ver/widget_major_mode.rb +69 -23
  547. data/spec/helper.rb +124 -8
  548. data/spec/ver/action.rb +160 -46
  549. data/spec/ver/buffer.rb +23 -0
  550. data/spec/ver/clipboard.rb +92 -0
  551. data/spec/ver/keymap.rb +63 -61
  552. data/spec/ver/keymap/diakonos.rb +88 -0
  553. data/spec/ver/keymap/emacs.rb +65 -0
  554. data/spec/ver/keymap/general.rb +98 -0
  555. data/spec/ver/keymap/nano.rb +84 -0
  556. data/spec/ver/keymap/vim.rb +205 -0
  557. data/spec/ver/keymap/vim/changing_text.rb +489 -0
  558. data/spec/ver/keymap/vim/complex_changes.rb +53 -0
  559. data/spec/ver/keymap/vim/copying_and_moving_text.rb +258 -0
  560. data/spec/ver/keymap/vim/deleting_text.rb +188 -0
  561. data/spec/ver/keymap/vim/digraphs.rb +52 -0
  562. data/spec/ver/keymap/vim/external_commands.rb +21 -0
  563. data/spec/ver/keymap/vim/inserting_mode_keys.rb +115 -0
  564. data/spec/ver/keymap/vim/inserting_mode_special.rb +168 -0
  565. data/spec/ver/keymap/vim/inserting_text.rb +108 -0
  566. data/spec/ver/keymap/vim/left_right_motion.rb +120 -0
  567. data/spec/ver/keymap/vim/mark_motion.rb +73 -0
  568. data/spec/ver/keymap/vim/repeating_commands.rb +64 -0
  569. data/spec/ver/keymap/vim/text_object_motion.rb +137 -0
  570. data/spec/ver/keymap/vim/text_objects.rb +101 -0
  571. data/spec/ver/keymap/vim/undo_redo.rb +21 -0
  572. data/spec/ver/keymap/vim/up_down_motion.rb +94 -0
  573. data/spec/ver/keymap/vim/various_motion.rb +33 -0
  574. data/spec/ver/keysyms.rb +13 -0
  575. data/spec/ver/major_mode.rb +37 -37
  576. data/spec/ver/minor_mode.rb +21 -20
  577. data/spec/ver/plugin/smart_autoindent.rb +2 -2
  578. data/spec/ver/text/index.rb +122 -0
  579. data/spec/ver/text/insert.rb +299 -0
  580. data/spec/ver/text/mark.rb +94 -0
  581. data/spec/ver/text/range.rb +71 -0
  582. data/spec/ver/text/selection.rb +315 -0
  583. data/spec/ver/text/tag.rb +93 -0
  584. data/spec/ver/undo.rb +133 -0
  585. data/spec/ver/undo/record_sanitize.rb +85 -0
  586. data/spec/ver/vendor/eval_completer.rb +91 -0
  587. data/spec/ver/widget_major_mode.rb +4 -3
  588. data/ver.gemspec +8 -8
  589. metadata +234 -72
  590. data/.todo +0 -102
  591. data/ROADMAP.textile +0 -187
  592. data/config/snippets/ANTLR.rb +0 -3
  593. data/config/snippets/Bison.rb +0 -3
  594. data/config/snippets/CTags.rb +0 -3
  595. data/config/snippets/CVS.rb +0 -3
  596. data/config/snippets/Darcs.rb +0 -3
  597. data/config/snippets/Diff.rb +0 -3
  598. data/config/snippets/Dylan.rb +0 -3
  599. data/config/snippets/Experimental Wiki.rb +0 -3
  600. data/config/snippets/Experimental.rb +0 -3
  601. data/config/snippets/FileMerge.rb +0 -3
  602. data/config/snippets/GTD2.rb +0 -3
  603. data/config/snippets/GetBundle.rb +0 -3
  604. data/config/snippets/Graphviz.rb +0 -3
  605. data/config/snippets/Hotkey.rb +0 -3
  606. data/config/snippets/Hyperlink Helper.rb +0 -3
  607. data/config/snippets/ImageBrowser.rb +0 -3
  608. data/config/snippets/Inform.rb +0 -3
  609. data/config/snippets/Ini.rb +0 -3
  610. data/config/snippets/Installer.rb +0 -3
  611. data/config/snippets/JSFL.rb +0 -3
  612. data/config/snippets/JSON.rb +0 -3
  613. data/config/snippets/Lex-Flex.rb +0 -3
  614. data/config/snippets/Lighttpd.rb +0 -3
  615. data/config/snippets/MEL.rb +0 -3
  616. data/config/snippets/MacPorts.rb +0 -3
  617. data/config/snippets/Make.rb +0 -3
  618. data/config/snippets/Man Pages.rb +0 -3
  619. data/config/snippets/Math.rb +0 -3
  620. data/config/snippets/Mercurial.rb +0 -3
  621. data/config/snippets/Modula.rb +0 -3
  622. data/config/snippets/Navigation.rb +0 -3
  623. data/config/snippets/OCaml Experimental Completions.rb +0 -3
  624. data/config/snippets/OpenGL.rb +0 -3
  625. data/config/snippets/Outlines.rb +0 -3
  626. data/config/snippets/Perforce.rb +0 -3
  627. data/config/snippets/Perl HTML::Template.rb +0 -27
  628. data/config/snippets/Postscript.rb +0 -3
  629. data/config/snippets/Prolog.rb +0 -3
  630. data/config/snippets/Quake.rb +0 -3
  631. data/config/snippets/R Console (R.app).rb +0 -3
  632. data/config/snippets/Ragel.rb +0 -3
  633. data/config/snippets/Regular Expressions.rb +0 -3
  634. data/config/snippets/Rez.rb +0 -3
  635. data/config/snippets/Ruby Haml.rb +0 -3
  636. data/config/snippets/SCons.rb +0 -3
  637. data/config/snippets/SQL.rb +0 -3
  638. data/config/snippets/SVK.rb +0 -3
  639. data/config/snippets/SWeave.rb +0 -3
  640. data/config/snippets/Scheme.rb +0 -3
  641. data/config/snippets/Subversion.rb +0 -3
  642. data/config/snippets/TODO.rb +0 -3
  643. data/config/snippets/Tabular.rb +0 -3
  644. data/config/snippets/TerminalMate.rb +0 -3
  645. data/config/snippets/TextMate.rb +0 -3
  646. data/config/snippets/Transmit.rb +0 -3
  647. data/config/snippets/Xcode.rb +0 -3
  648. data/config/snippets/iCalendar.rb +0 -3
  649. data/config/snippets/iTerm.rb +0 -3
  650. data/lib/ver/keysyms.rb +0 -104
  651. data/spec/ver/methods/move.rb +0 -150
@@ -0,0 +1,98 @@
1
+ # Encoding: UTF-8
2
+
3
+ [{beforeRunningCommand: "nop",
4
+ command: "apachectl configtest",
5
+ input: "none",
6
+ keyEquivalent: "@r",
7
+ name: "Config Test",
8
+ output: "showAsTooltip",
9
+ scope: "source.apache-config",
10
+ uuid: "46DBB57A-D7F8-4049-9BE8-4ACABFF5F056"},
11
+ {beforeRunningCommand: "nop",
12
+ command: "apache_doc.rb",
13
+ fallbackInput: "word",
14
+ input: "selection",
15
+ keyEquivalent: "^h",
16
+ name: "Documentation for Word / Selection",
17
+ output: "showAsHTML",
18
+ scope: "source.apache-config",
19
+ uuid: "A7A95E10-D9F9-4519-9538-2C95C8CB0298"},
20
+ {beforeRunningCommand: "nop",
21
+ command:
22
+ "#!/usr/bin/env ruby -rjcode -Ku\n\nrequire \"\#{ENV['TM_BUNDLE_SUPPORT']}/lib/apache_ctl.rb\"\n\nApacheCTL.new.graceful",
23
+ input: "none",
24
+ keyEquivalent: "@r",
25
+ name: "Graceful Restart",
26
+ output: "discard",
27
+ scope: "source.apache-config",
28
+ uuid: "A33BD582-D5BB-4C5B-A14C-5E47A90B01E3"},
29
+ {beforeRunningCommand: "nop",
30
+ command:
31
+ ". \"$TM_SUPPORT_PATH/lib/webpreview.sh\"\nhtml_header \"Apache HTTP Server Bundle Help\" \"Apache\"\n\n\"$TM_SUPPORT_PATH/lib/markdown_to_help.rb\" <<'EOF'\n# Installation\n\nThe Apache HTTP Server is installed by default on OS X and can be enabled here \"Sytem Preferences &#x2192; Sharing &#x2192; Web Sharing\". \n\nIf you would like to install it manually then the most recent version of Apache can be downloaded [here](http://httpd.apache.org/download.cgi).\n\n# Configuration Options\n\nThese environment variables allow you to define or customise the behavior of certain commands. For help on setting them please see [TextMate help](?environment_variables).\n\n* `$TM_APACHE_DIRECTORY` \n\nIf you have installed your own version of Apache you can set this variable to allow TextMate to use it rather than the default.\nFor example if you installed it via MacPorts then set it to `/opt/local/apache2`.\n\n* `TM_APACHE_ACCESS_LOG` \n\nThe path to the access log to open when running the _Tail Access Log_ command. This is optional and will use apache's default when not defined. \n\n* `TM_APACHE_ERROR_LOG` \n\nThe path to the error log to open when running the _Tail Error Log_ command. This is optional and will use apache's default when not defined. \n\n\n* `TM_APACHE_MANUAL_URI`\n\nCurrently for Leopard users only. If you have installed your own version of Apache HTTP Server, you can set this variable to the location of its manual. It is recommended that this is accessible via the server itself, using a http prefix ie `http://localhost/manual`. If you use a file path ie `/Library/WebServer/share/httpd/manual` the documenation command will open the inital documentation page but any hyperlinks within will fail. If the manual directory is not located the _Documentation for Word/Selection_ command will fall back to the [httpd.apache.org](http://httpd.apache.org/docs/2.2) website using the documentation for Apache 2.2. \n\nEOF\n\nhtml_footer",
32
+ input: "none",
33
+ name: "Help",
34
+ output: "showAsHTML",
35
+ scope: "source.apache-config",
36
+ uuid: "5B7DE766-BAA9-44B1-B9AD-6BE331E29A03"},
37
+ {beforeRunningCommand: "nop",
38
+ command:
39
+ "#!/usr/bin/env ruby -wKU\n\nSUPPORT = ENV['TM_SUPPORT_PATH']\n\nrequire SUPPORT + '/lib/escape'\nrequire SUPPORT + '/lib/exit_codes'\nrequire SUPPORT + '/lib/osx/plist'\n\ndef find_apache\n return [ ENV['TM_APACHE_DIRECTORY'].to_s, \n \"/etc/apache2\", \n \"/private/etc/httpd\" ].find { |path| File.directory? path }\nend\n\n#Search the path for any filename ending with .conf\ndef search_for_conf path\n confs = [] \n search_path = find_apache.to_s + path \n Dir.open( search_path ).each do |file| \n if file.to_s =~ /\\.conf$/\n menu_item = { 'title' => File.basename(file), 'path' => search_path + \"/\" + file.to_s }\n confs.push(menu_item)\n end\n end if File.exists?( search_path )\n confs.push( { 'title' => \"-\" } ) if !confs.empty?\n return confs\nend\n\nconf_files = search_for_conf( \"\" ) +\n search_for_conf( \"/users\" ) +\n search_for_conf( \"/extra\" ) + \n search_for_conf( \"/other\" )\n\nconf_files.pop()\n\nTextMate.exit_show_tool_tip( \"No .conf files found \") if conf_files.empty?\n\nplist = { 'menuItems' => conf_files }.to_plist\nres = OSX::PropertyList::load(`\"$DIALOG\" -up \#{e_sh plist}`)\n\nTextMate.exit_discard() unless res.has_key? 'selectedMenuItem'\n\n`open -a TextMate \#{res['selectedMenuItem']['path']}`\n",
40
+ input: "none",
41
+ keyEquivalent: "@C",
42
+ name: "Open Config…",
43
+ output: "discard",
44
+ scope: "source.apache-config",
45
+ uuid: "0BB34044-0A2C-4D11-A2DE-30107D622ECF"},
46
+ {beforeRunningCommand: "nop",
47
+ command:
48
+ "#!/usr/bin/env ruby\n\nrequire ENV['TM_SUPPORT_PATH'] + '/lib/exit_codes'\nrequire ENV['TM_BUNDLE_SUPPORT'] + '/lib/apache_mate'\n\ninclude = STDIN.read.strip\n\nTextMate.exit_show_tool_tip( \"Include line not recognised.\" ) if include.empty?\n\ninclude_path = include.sub( \"Include \", \"\" ).sub( \"*.conf\", \"\" )\n\nunless include_path =~ /^\\//\n\tinclude_path = find_server_root + \"/\" + include_path\nend\n\t\nif File.exist?(include_path)\n `open -a TextMate \"\#{include_path}\"`\nelse\n TextMate.exit_show_tool_tip( \"Include file could not be located.\" )\nend\n",
49
+ fallbackInput: "line",
50
+ input: "selection",
51
+ keyEquivalent: "@D",
52
+ name: "Open Include",
53
+ output: "discard",
54
+ scope: "source.include.apache-config",
55
+ uuid: "19821FE1-709A-4B9D-B51C-68DBF8C2A93F"},
56
+ {beforeRunningCommand: "nop",
57
+ command:
58
+ "#!/usr/bin/env ruby -rjcode -Ku\n\nrequire \"\#{ENV['TM_BUNDLE_SUPPORT']}/lib/apache_ctl.rb\"\n\nApacheCTL.new.restart",
59
+ input: "none",
60
+ keyEquivalent: "@r",
61
+ name: "Restart",
62
+ output: "discard",
63
+ scope: "source.apache-config",
64
+ uuid: "33CB105E-A303-49CC-8F69-9F832D6CD8F4"},
65
+ {beforeRunningCommand: "nop",
66
+ command:
67
+ "#!/usr/bin/env ruby -rjcode -Ku\n\nrequire \"\#{ENV['TM_BUNDLE_SUPPORT']}/lib/apache_ctl.rb\"\n\nApacheCTL.new.start",
68
+ input: "none",
69
+ keyEquivalent: "@r",
70
+ name: "Start",
71
+ output: "discard",
72
+ scope: "source.apache-config",
73
+ uuid: "CB5FA82C-1287-4312-9407-E695AF16D966"},
74
+ {beforeRunningCommand: "nop",
75
+ command:
76
+ "#!/usr/bin/env ruby -rjcode -Ku\n\nrequire \"\#{ENV['TM_BUNDLE_SUPPORT']}/lib/apache_ctl.rb\"\n\nApacheCTL.new.stop",
77
+ input: "none",
78
+ keyEquivalent: "@r",
79
+ name: "Stop",
80
+ output: "discard",
81
+ scope: "source.apache-config",
82
+ uuid: "F86D90AC-AF81-48A7-9E04-BA4AA95668B1"},
83
+ {beforeRunningCommand: "nop",
84
+ command:
85
+ "TIGER_ACCESS_LOG=\"/var/log/httpd/access_log\"\nLEOPARD_ACCESS_LOG=\"/var/log/apache2/access_log\"\n\nif [[ \"$TM_APACHE_ACCESS_LOG\" == \"\" ]]; then\n\n\tif [[ -f \"$LEOPARD_ACCESS_LOG\" ]]; then\n\n\t\tTM_APACHE_ACCESS_LOG=\"$LEOPARD_ACCESS_LOG\"\n\n\telse\n\n\t\tTM_APACHE_ACCESS_LOG=\"$TIGER_ACCESS_LOG\"\n\n\tfi\nfi\n\nif [[ -f \"$TM_APACHE_ACCESS_LOG\" ]]; then\n\n\t#tailLog \"$TM_APACHE_ACCESS_LOG\" \"httpd Access Log\"\n\tosascript \"$TM_BUNDLE_SUPPORT/lib/tail_log.applescript\" \"$TM_APACHE_ACCESS_LOG\" \"httpd Access Log\" >/dev/null;\n\nelse\n\n\texit_show_tool_tip \"http Access Log not located.\"\n\nfi",
86
+ input: "none",
87
+ name: "Tail Access Log",
88
+ output: "discard",
89
+ scope: "source.apache-config",
90
+ uuid: "A7AB0414-104A-4128-B16E-72094A1DD5EB"},
91
+ {beforeRunningCommand: "nop",
92
+ command:
93
+ "TIGER_ERROR_LOG=\"/var/log/httpd/error_log\"\nLEOPARD_ERROR_LOG=\"/var/log/apache2/error_log\"\n\nif [[ \"$TM_APACHE_ERROR_LOG\" == \"\" ]]; then\n\n\tif [[ -f \"$LEOPARD_ERROR_LOG\" ]]; then\n\n\t\tTM_APACHE_ERROR_LOG=\"$LEOPARD_ERROR_LOG\"\n\n\telse\n\n\t\tTM_APACHE_ERROR_LOG=\"$TIGER_ERROR_LOG\"\n\n\tfi\nfi\n\nif [[ -f \"$TM_APACHE_ERROR_LOG\" ]]; then\n\n\t#tailLog \"$TM_APACHE_ERROR_LOG\" \"httpd Error Log\"\n\tosascript \"$TM_BUNDLE_SUPPORT/lib/tail_log.applescript\" \"$TM_APACHE_ERROR_LOG\" \"httpd Error Log\" >/dev/null;\n\nelse\n\n\texit_show_tool_tip \"http Access Log not located.\"\n\nfi\n",
94
+ input: "none",
95
+ name: "Tail Error Log",
96
+ output: "discard",
97
+ scope: "source.apache-config",
98
+ uuid: "9460A02A-EC2A-4A03-9F99-21201D7B7988"}]
@@ -0,0 +1,169 @@
1
+ # Encoding: UTF-8
2
+
3
+ [{beforeRunningCommand: "nop",
4
+ command:
5
+ "#!/bin/bash\n\n# Use ps to test for Help Viewer, because if we try\n# to use osascript, then it will open Help Viewer\n# before the test, during script compilation.\n\nif ps -xc|grep -sq 'Help Viewer$'; then\n\tosascript -e 'tell application \"Help Viewer\" to open \"file:///\"'\nfi\nosascript <<-APPLESCRIPT\n\ttell app \"Help Viewer\"\n\t handle url \"file:///Library/Documentation/Help/AppleScript.help/Contents/Resources/English.lproj/AppleScript.html\"\n\t activate\n\tend tell\t\nAPPLESCRIPT",
6
+ fallbackInput: "scope",
7
+ input: "none",
8
+ keyEquivalent: "^h",
9
+ name: "AppleScript Help",
10
+ output: "discard",
11
+ scope: "source.applescript",
12
+ uuid: "2061AB22-C557-4C68-919E-9A8815577987"},
13
+ {beforeRunningCommand: "nop",
14
+ command:
15
+ "#!/bin/bash\n\n# If there is a local copy of the Applescript\n# documentation, open it. Otherwise, use the\n# online copy.\n\nif [ -d \"/Developer/ADC Reference Library/documentation/AppleScript/Conceptual/AppleScriptLangGuide/\" ]; then\n\topen \"file:///Developer/ADC%20Reference%20Library/documentation/AppleScript/Conceptual/AppleScriptLangGuide/index.html\"\nelse\n\topen \"http://developer.apple.com/documentation/AppleScript/Conceptual/AppleScriptLangGuide/\"\nfi\n",
16
+ fallbackInput: "scope",
17
+ input: "none",
18
+ keyEquivalent: "^h",
19
+ name: "AppleScript Language Guide",
20
+ output: "discard",
21
+ scope: "source.applescript",
22
+ uuid: "C744043F-79AE-47D7-9E7A-F476F44437AC"},
23
+ {beforeRunningCommand: "nop",
24
+ command:
25
+ "#!/bin/bash\n\n# The AppleScript Reference Library at the Apple Developer Connection.\n\nopen \"https://developer.apple.com/referencelibrary/ScriptingAutomation/idxAppleScript-date.html\"\n",
26
+ fallbackInput: "scope",
27
+ input: "none",
28
+ keyEquivalent: "^h",
29
+ name: "AppleScript Reference Library",
30
+ output: "discard",
31
+ scope: "source.applescript",
32
+ uuid: "1A8892FB-D466-492D-A35C-DFF2C6168174"},
33
+ {beforeRunningCommand: "nop",
34
+ command:
35
+ "#!/bin/bash\n\n# The AppleScript Release Notes at apple.com\n\nopen \"http://developer.apple.com/releasenotes/AppleScript/RN-AppleScript/\"\n",
36
+ fallbackInput: "scope",
37
+ input: "none",
38
+ keyEquivalent: "^h",
39
+ name: "AppleScript Release Notes",
40
+ output: "discard",
41
+ scope: "source.applescript",
42
+ uuid: "E26E1CA5-D173-48A3-853C-D9E962550F8E"},
43
+ {beforeRunningCommand: "nop",
44
+ command:
45
+ "#!/bin/bash\n\n# A list of useful applescript resources at apple.com\n\nopen \"http://developer.apple.com/applescript/\"\n",
46
+ fallbackInput: "scope",
47
+ input: "none",
48
+ keyEquivalent: "^h",
49
+ name: "AppleScript Resources",
50
+ output: "discard",
51
+ scope: "source.applescript",
52
+ uuid: "023F99B6-3F0B-4249-96E8-39CF824F1733"},
53
+ {beforeRunningCommand: "nop",
54
+ command:
55
+ "#!/bin/bash\n\n# a list of all built-in terms, their types, and the associated event codes.\n\nopen \"http://developer.apple.com/releasenotes/AppleScript/ASTerminology_AppleEventCodes/TermsAndCodes.html\"\n",
56
+ fallbackInput: "scope",
57
+ input: "none",
58
+ keyEquivalent: "^h",
59
+ name: "AppleScript Terminology / Event Codes",
60
+ output: "discard",
61
+ scope: "source.applescript",
62
+ uuid: "0823F607-CC45-4AB7-A869-36DF8ED662A7"},
63
+ {beforeRunningCommand: "nop",
64
+ command:
65
+ "#!/usr/bin/env ruby\n\nrequire \"tempfile\"\nrequire ENV[\"TM_SUPPORT_PATH\"] + \"/lib/tm/executor\"\nrequire ENV[\"TM_SUPPORT_PATH\"] + \"/lib/tm/save_current_document\"\n\nTextMate.save_current_document\nTextMate::Executor.make_project_master_current_document\n\nerror_fd = nil\ndocument = File.read(ENV[\"TM_FILEPATH\"])\n\nTempfile::open('tm_osacompile') do |tmpfile|\n TextMate::Executor.run(ENV[\"TM_OSACOMPILE\"] || \"osacompile\", \"-o\", tmpfile.path, ENV[\"TM_FILEPATH\"], :verb => \"Compiling\", :use_hashbang => false, :version_args => [\"-o\", tmpfile.path, \"-e\", \"nil\"]) do |str, type|\n error_fd ||= IO.for_fd(ENV[\"TM_ERROR_FD\"].to_i)\n case type\n when :err\n if str =~ /^([^\\:]+):(\\d+):(\\d+): (.*?): (.*) \\((-?\\d+)\\)$/ then\n filepath, start, stop, err, msg, status = $1, $2.to_i, $3.to_i, $4, $5, $6\n \n err = err.gsub(/\\b\\w(?=\\w{3,})/) { |m| m.upcase }\n \n error_fd << \"<div id=\\\"exception_report\\\" class=\\\"framed\\\">\\n\"\n error_fd << \"<p id=\\\"exception\\\"><strong>\#{htmlize err}</strong>: \#{htmlize msg}</p>\\n\"\n \n from = document[0..start].rindex(/^/)\n to = start + document[start..-1].index(/$/)\n src = document[from...to]\n \n line = document[0...start].count(\"\\n\") + 1\n column = start - from\n \n link = \"txmt://open?line=\#{line}&column=\#{column}\"\n error_fd << \"<pre>\#{src}\\n\"\n error_fd << \"\#{' ' * (column)}↑</pre>\"\n error_fd << \"<blockquote><a href=\\\"\#{link}\\\">line \#{line}, column \#{column}</a> in \#{ENV['TM_DISPLAYNAME']}\\n\"\n \n error_fd << \"<p>Error \#{status}.</p>\\n\"\n error_fd << \"</div>\\n\"\n \n error_fd.flush\n \"\"\n elsif str =~ /^([^\\:]+):(\\d+): (.*) \\((-?\\d+)\\)$/ then\n filepath, line, msg, status = $1, $2.to_i, $3, $4\n \n error_fd << \"<div id=\\\"exception_report\\\" class=\\\"framed\\\">\\n\"\n error_fd << \"<p id=\\\"exception\\\"><strong>Error</strong>: \#{htmlize msg}</p>\\n\"\n \n src = document.split(/\\n/)[line - 1]\n \n link = \"txmt://open?line=\#{line}\"\n error_fd << \"<pre>\#{src}</pre>\"\n error_fd << \"<blockquote><a href=\\\"\#{link}\\\">line \#{line}</a> in \#{ENV['TM_DISPLAYNAME']}\\n\"\n \n error_fd << \"<p>Error \#{status}.</p>\\n\"\n error_fd << \"</div>\\n\"\n \n error_fd.flush\n \"\"\n else\n \"<span class=\\\"err\\\" style=\\\"color:red;\\\">\#{htmlize(str)}</span><br/>\"\n end\n when :out\n htmlize(str)\n end\n end\nend\n",
66
+ input: "document",
67
+ keyEquivalent: "@b",
68
+ name: "Compile",
69
+ output: "showAsHTML",
70
+ scope: "source.applescript",
71
+ uuid: "FAA71813-1CC3-45BC-BDC4-EE388D80746C"},
72
+ {beforeRunningCommand: "nop",
73
+ command:
74
+ "#!/bin/bash\n\ncontent () {\n\ticonv -cs -f utf-8 -t macroman//TRANSLIT | perl -pe 's/[\"\\\\]/\\\\$&/g'\n}\n\nosascript <<-APPLESCRIPT\n\ttell application \"Script Editor\"\n\t activate\n\t set theDocument to make new document\n\t tell theDocument\n\t set contents of selection to \"$(content)\"\n\t try\n\t check syntax\n\t compile\n\t on error error_message number the error_number\n\t display dialog \"Error: \" & the error_number & \". \" & the error_message buttons {\"OK\"} default button 1\n\t end try\n\t end tell\n\tend tell\nAPPLESCRIPT",
75
+ input: "selection",
76
+ keyEquivalent: "~@b",
77
+ name: "Compile in Script Editor",
78
+ output: "showAsTooltip",
79
+ scope: "source.applescript",
80
+ uuid: "E3DD341F-94E6-460C-8EDA-D1184B67866F"},
81
+ {beforeRunningCommand: "nop",
82
+ command:
83
+ "#!/bin/bash\n\nif sed -n \"$((TM_LINE_NUMBER-1))p\" | grep -sq '¬$'; then\n\techo -ne '¬\\n'\nelse\n\techo -ne '¬\\n\\t'\nfi\n",
84
+ input: "document",
85
+ keyEquivalent: "",
86
+ name: "Continue Line (¬)",
87
+ output: "insertAsSnippet",
88
+ scope: "source.applescript",
89
+ uuid: "9755F5E9-3919-4E82-AAAD-9ECB64FD718A"},
90
+ {beforeRunningCommand: "nop",
91
+ command:
92
+ "#!/usr/bin/env ruby -KA -ruri\n\nsrc = 'applescript://com.apple.scripteditor?action=new&script='\nsrc << URI.encode(STDIN.read)\n\nopen('|pbcopy', 'w') { |io| io << src }\n\nprint \"The URL encoded AppleScript was copied to the clipboard\"\n",
93
+ fallbackInput: "document",
94
+ input: "selection",
95
+ keyEquivalent: "^@C",
96
+ name: "Copy URL Encoded Script",
97
+ output: "showAsTooltip",
98
+ scope: "source.applescript",
99
+ uuid: "565860C4-A665-4C64-81B0-CA7848B181A2"},
100
+ {beforeRunningCommand: "nop",
101
+ command:
102
+ "#!/bin/bash\n\nread appname\nosascript <<-APPLESCRIPT\n\ttell app \"Script Editor\"\n\t launch\n\t activate\n\t open path to application ${appname}\n\tend tell\nAPPLESCRIPT\n",
103
+ fallbackInput: "scope",
104
+ input: "selection",
105
+ keyEquivalent: "^h",
106
+ name: "Documentation for Application",
107
+ output: "discard",
108
+ scope: "string.quoted.double.application-name.applescript",
109
+ uuid: "2263B3B6-8D09-4B98-B056-3DF129226C78"},
110
+ {beforeRunningCommand: "nop",
111
+ command:
112
+ "#!/usr/bin/env ruby -wKU\n\ndef end_what?\n ENV[\"TM_SCOPE\"].split.reverse_each do |scope|\n case scope\n when /^meta\\.function\\./\n return 'end'\n when /^meta\\.block\\.(\\w+)\\./\n return \"end \#{$1}\"\n end\n end\nend\n\nputs end_what?\n",
113
+ input: "none",
114
+ keyEquivalent: "~@.",
115
+ name: "End Block",
116
+ output: "afterSelectedText",
117
+ scope: "source.applescript meta.block, source.applescript meta.function",
118
+ uuid: "99F1A4C2-2156-4F24-902C-0F651B293ECE"},
119
+ {beforeRunningCommand: "nop",
120
+ command:
121
+ "#!/bin/bash\n\n# A list of useful AppleScript Resources at\n# macosxautomation.com\n\n# open \"http://www.macosxautomation.com/applescript/\"\n",
122
+ fallbackInput: "scope",
123
+ input: "none",
124
+ keyEquivalent: "^h",
125
+ name: "Mac OS X Automation Resources",
126
+ output: "discard",
127
+ scope: "source.applescript",
128
+ uuid: "BA54AD1A-04AC-4CD1-B282-7F65D58EFE2B"},
129
+ {beforeRunningCommand: "nop",
130
+ command:
131
+ "#!/bin/bash\n\n# Turn the selected text into a function with\n# positional arguments.\n\nNAME=\"$(cat)\"\nif [[ -z \"$NAME\" ]]; then\n\tNAME='${1:function_name}'\nfi\n\ncat <<SNIPPET\non $NAME(\\${2:arguments})\n\t\\${0:-- statements}\nend $NAME\nSNIPPET\n",
132
+ fallbackInput: "word",
133
+ input: "selection",
134
+ keyEquivalent: "$\n",
135
+ name: "New Function",
136
+ output: "insertAsSnippet",
137
+ scope: "source.applescript",
138
+ tabTrigger: "on",
139
+ uuid: "883C87A4-C370-4C92-9307-3C46380EE12F"},
140
+ {beforeRunningCommand: "nop",
141
+ command:
142
+ "#!/usr/bin/env ruby\n\nrequire ENV[\"TM_SUPPORT_PATH\"] + \"/lib/tm/executor\"\nrequire ENV[\"TM_SUPPORT_PATH\"] + \"/lib/tm/save_current_document\"\n\nTextMate.save_current_document\nTextMate::Executor.make_project_master_current_document\n\nerror_fd = nil\ndocument = File.read(ENV[\"TM_FILEPATH\"])\n\nTextMate::Executor.run(ENV[\"TM_OSASCRIPT\"] || \"osascript\", \"-ss\", ENV[\"TM_FILEPATH\"], :version_args => [\"-e\", \"\\\"AppleScript \\\" & (AppleScript's version as string)\"]) do |str, type|\n error_fd ||= IO.for_fd(ENV[\"TM_ERROR_FD\"].to_i)\n case type\n when :err\n if str =~ /^([^\\:]+):(\\d+):(\\d+): (.*?): (.*) \\((-?\\d+)\\)$/ then\n filepath, start, stop, err, msg, status = $1, $2.to_i, $3.to_i, $4, $5, $6\n \n err = err.gsub(/\\b\\w(?=\\w{3,})/) { |m| m.upcase }\n \n error_fd << \"<div id=\\\"exception_report\\\" class=\\\"framed\\\">\\n\"\n error_fd << \"<p id=\\\"exception\\\"><strong>\#{htmlize err}</strong>: \#{htmlize msg}</p>\\n\"\n \n from = document[0..start].rindex(/^/)\n to = start + document[start..-1].index(/$/)\n src = document[from...to]\n \n line = document[0...start].count(\"\\n\") + 1\n column = start - from\n \n link = \"txmt://open?line=\#{line}&column=\#{column}\"\n error_fd << \"<pre>\#{src}\\n\"\n error_fd << \"\#{' ' * (column)}↑</pre>\"\n error_fd << \"<blockquote><a href=\\\"\#{link}\\\">line \#{line}, column \#{column}</a> in \#{ENV['TM_DISPLAYNAME']}\\n\"\n \n error_fd << \"<p>Error \#{status}.</p>\\n\"\n error_fd << \"</div>\\n\"\n \n error_fd.flush\n \"\"\n else\n \"<span class=\\\"err\\\" style=\\\"color:red;\\\">\#{htmlize(str)}</span><br/>\"\n end\n when :out\n htmlize(str)\n end\nend\n",
143
+ input: "document",
144
+ keyEquivalent: "@r",
145
+ name: "Run",
146
+ output: "showAsHTML",
147
+ scope: "source.applescript",
148
+ uuid: "28D28F3B-C59B-4387-A67E-65CFF1CBC62B"},
149
+ {beforeRunningCommand: "nop",
150
+ command:
151
+ "#!/usr/bin/env ruby\n\nscrpt = STDIN.read\n\nif scrpt =~ /\\A\\s*osascript\\s+-e\\s*(.*)\\z/m then\n scrpt = $1.gsub(/\\s+-e\\s*/, \"\\n\")\n scrpt.gsub!(/\\\\(')|'([^']*)'/, '\\1\\2')\n print \"${0:\", scrpt.gsub(/[$`\\\\}]/, '\\\\\\\\\\0'), \"}\"\n %x{ { sleep .1; osascript -e 'tell app \"System Events\" to keystroke \"[\" using {command down, option down}'; } &>/dev/null & } # Indent Selection\n exit 204 # this signals exit_insert_as_snippet\nelse\n lines = scrpt.collect { |line| line.chomp.gsub(/'/, \"'\\\\\\\\''\") }\n lines.collect! { |line| \"-e '\#{line.strip}'\" }\n print \"osascript \" + lines.join(' ')\nend\n",
152
+ fallbackInput: "line",
153
+ input: "selection",
154
+ keyEquivalent: "^H",
155
+ name: "Toggle AppleScript / osascript",
156
+ output: "replaceSelectedText",
157
+ scope: "source.applescript, source.shell",
158
+ uuid: "B85D7CB4-5A47-4B49-831F-F2CCBFC5F48F"},
159
+ {beforeRunningCommand: "nop",
160
+ command:
161
+ "#!/usr/bin/env ruby\n\n# AppleScript strings cannot handle Unicode text, so\n# any Unicode characters entered in a string will\n# simply be dropped when the script is run. However,\n# a Unicode text object obviously has no trouble\n# accepting any characters. This command toggles\n# between raw unicode data and a \" delimited string,\n# to simplify the creation of Unicode text objects.\n\ncase txt = STDIN.read\n when /\\A«data utxt([0-9A-F]+)»(?: as Unicode text)?\\z/i then\n decoded = $1.gsub(/([0-9A-F]{4})/i) { |m| [$1.hex].pack(\"U\") }\n print '\"' + decoded + '\"'\n\n when /\\A«data utf8([0-9A-F]+)»(?: as Unicode text)?\\z/i then\n decoded = $1.gsub(/../) { |i| i.hex.chr }\n print '\"' + decoded + '\"'\n\n when /\\A\"(.*)\"\\z/ then\n encoded = \"\"\n $1.each_byte { |b| encoded << format(\"%02X\", b) }\n print '«data utf8' + encoded + '» as Unicode text'\n\n else\n print txt\nend\n",
162
+ fallbackInput: "scope",
163
+ input: "selection",
164
+ keyEquivalent: "^\"",
165
+ name: "Toggle String / «data utf8»",
166
+ output: "replaceSelectedText",
167
+ scope:
168
+ "string.quoted.double.applescript, constant.other.data.utxt.applescript",
169
+ uuid: "7B6716C8-A890-4803-8C61-5E31F1A4BE63"}]
@@ -0,0 +1,72 @@
1
+ # Encoding: UTF-8
2
+
3
+ [{beforeRunningCommand: "nop",
4
+ command:
5
+ "#!/usr/bin/env ruby -rjcode -Ku\nrequire \"\#{ENV['TM_BUNDLE_SUPPORT']}/lib/blogging.rb\"\nBlogging.new.choose_blog_endpoint",
6
+ input: "none",
7
+ name: "Blog",
8
+ output: "afterSelectedText",
9
+ scope: "text.blog",
10
+ tabTrigger: "blog",
11
+ uuid: "C316CEDC-A4E1-41DE-B102-CDF78845ACF3"},
12
+ {beforeRunningCommand: "nop",
13
+ bundleUUID: "79741B2E-271D-4CBC-A61A-380C83D36863",
14
+ command:
15
+ "#!/usr/bin/env ruby -rjcode -Ku\nrequire \"\#{ENV['TM_SUPPORT_PATH']}/lib/progress\"\nrequire \"\#{ENV['TM_SUPPORT_PATH']}/lib/exit_codes\"\nrequire \"\#{ENV['TM_SUPPORT_PATH']}/lib/escape\"\nrequire \"\#{ENV['TM_BUNDLE_SUPPORT']}/lib/blogging\"\nrequire 'xmlrpc/client'\n\n# fetches available categories (only tested with Wordpress)\n\ndef select_from_cats(cats)\n # the metaWeblog API says the result is a per-category struct containing a\n # description, but nothing about a categoryName (which e.g. WP will *also*\n # give us). So we prefer a categoryName, then falls back on description,\n # though Typo just returns strings instead of structs, so we handle that as\n # well\n names = cats.map do |p|\n if Hash === p && p.has_key?('categoryName')\n p['categoryName']\n elsif Hash === p && p.has_key?('description')\n p['description']\n else\n p.to_s\n end\n end\n\n names.sort! { |a, b| a <=> b }\n names.map! { |p| '\"' + e_as(p) + '\"' }\n\n res = %x{ iconv <<'APPLESCRIPT' -f utf-8 -t mac|osascript 2>/dev/null\n tell app \"TextMate\" to ¬\n return choose from list { \#{names.join ','} } ¬\n with title \"Categories\" ¬\n with prompt \"Choose categories to insert:\" ¬\n OK button name \"Insert\" ¬\n with multiple selections allowed\n }.chomp\n\n TextMate.exit_discard if res == 'false'\n puts res.gsub(/([^,]+),?\\s*/, \"Category: \\\\1\\n\")\nend # select_cats\n\ncred = Blogging.new\nendpoint = cred.endpoint\nusername = cred.username\npassword = cred.password\nres = TextMate.call_with_progress(:title => \"Fetch Categories\", :message => \"Contacting Server “\#{cred.host}”…\") do\n cred.client.call(\"metaWeblog.getCategories\", endpoint, username, password)\nend\n\nTextMate.exit_show_tool_tip \"No categories are available!\" if res.nil? || res.empty?\nselect_from_cats(res)\n",
16
+ input: "document",
17
+ name: "Category",
18
+ output: "afterSelectedText",
19
+ scope:
20
+ "text.blog, text.blog text.html.markdown, text.blog text.plain, text.blog text.html.textile, text.blog text.html",
21
+ tabTrigger: "cat",
22
+ uuid: "40318F5D-111F-4451-BBB0-F282DEAC881F"},
23
+ {beforeRunningCommand: "nop",
24
+ command:
25
+ "#!/usr/bin/env ruby -rjcode -Ku\nrequire \"\#{ENV['TM_BUNDLE_SUPPORT']}/lib/blogging.rb\"\nBlogging.new.fetch",
26
+ input: "none",
27
+ name: "Fetch Post",
28
+ output: "openAsNewDocument",
29
+ uuid: "FA5DC73E-AAE0-4C69-86E1-87B9E0390FD0"},
30
+ {beforeRunningCommand: "nop",
31
+ bundleUUID: "79741B2E-271D-4CBC-A61A-380C83D36863",
32
+ command:
33
+ ". \"$TM_SUPPORT_PATH/lib/webpreview.sh\"\nhtml_header \"Blogging Bundle Help\" \"Blogging\"\n\"$TM_SUPPORT_PATH/lib/markdown_to_help.rb\" \"$TM_BUNDLE_SUPPORT/help.markdown\"\nhtml_footer\n",
34
+ input: "selection",
35
+ name: "Help",
36
+ output: "showAsHTML",
37
+ scope: "text.blog",
38
+ uuid: "17B2F39B-5CCB-4B0E-B305-8C27BED56887"},
39
+ {beforeRunningCommand: "nop",
40
+ command:
41
+ "#!/usr/bin/env ruby -rjcode -Ku\nrequire \"\#{ENV['TM_BUNDLE_SUPPORT']}/lib/blogging.rb\"\nBlogging.new.post_or_update",
42
+ input: "document",
43
+ keyEquivalent: "^@p",
44
+ name: "Post to Blog",
45
+ output: "showAsTooltip",
46
+ scope: "text.blog",
47
+ uuid: "60853977-B0D2-4776-A3D9-4B6C09E18596"},
48
+ {beforeRunningCommand: "nop",
49
+ command:
50
+ "#!/usr/bin/env ruby -rjcode -Ku\nrequire \"\#{ENV['TM_BUNDLE_SUPPORT']}/lib/blogging.rb\"\nBlogging.new.preview",
51
+ input: "document",
52
+ keyEquivalent: "^~@p",
53
+ name: "Preview",
54
+ output: "showAsHTML",
55
+ scope:
56
+ "text.blog, text.blog text.html.markdown, text.blog text.plain, text.blog text.html.textile, text.blog text.html",
57
+ uuid: "10CFDE4C-E433-48F8-AB94-17E1FBEFC074"},
58
+ {beforeRunningCommand: "nop",
59
+ command:
60
+ "AccountFile=\"$HOME/Library/Preferences/com.macromates.textmate.blogging.txt\"\nif [[ ! -e \"$AccountFile\" ]]; then\n echo \"# List of Blogs\n#\n# Enter a blog name followed by the endpoint URL\n#\n# Blog Name URL\nexample http://user@example.com/xmlrpc\" > \"$AccountFile\"\nfi\nAccountFile=${AccountFile// /%20} # turn spaces into %20\nopen txmt://open?url=file://$AccountFile",
61
+ input: "none",
62
+ name: "Setup Blogs",
63
+ output: "discard",
64
+ uuid: "8DCBE1EB-A3CC-4559-872E-34A3643F0BC4"},
65
+ {beforeRunningCommand: "nop",
66
+ command:
67
+ "#!/usr/bin/env ruby -rjcode -Ku\nrequire \"\#{ENV['TM_BUNDLE_SUPPORT']}/lib/blogging.rb\"\nBlogging.new.view",
68
+ input: "document",
69
+ name: "View Online Version",
70
+ output: "discard",
71
+ scope: "text.blog",
72
+ uuid: "BD6E6210-F4A3-4821-BA43-A9DFF4178704"}]
@@ -0,0 +1,10 @@
1
+ # Encoding: UTF-8
2
+
3
+ [{beforeRunningCommand: "nop",
4
+ command: "php \"$TM_BUNDLE_SUPPORT/bbparser.php\"",
5
+ input: "document",
6
+ keyEquivalent: "^~@p",
7
+ name: "Preview",
8
+ output: "showAsHTML",
9
+ scope: "text.bbcode",
10
+ uuid: "32232356-5D3E-42FC-B7F5-35C45F42F010"}]
@@ -0,0 +1,83 @@
1
+ # Encoding: UTF-8
2
+
3
+ [{beforeRunningCommand: "nop",
4
+ command: "tr <<< \"$TM_SCOPE\" ' ' '\\n'|pbcopy",
5
+ input: "none",
6
+ keyEquivalent: "^@C",
7
+ name: "Copy Scope",
8
+ output: "discard",
9
+ uuid: "F9CD7A8F-9EE9-483B-86BE-12D576AFC036"},
10
+ {beforeRunningCommand: "nop",
11
+ bundleUUID: "3CC1A984-EF93-4011-ADDC-FE2E10C6FB23",
12
+ command:
13
+ "#!/usr/bin/env ruby\n#\n# regexp_to_list.rb\n# Created by Hans-Jörg Bibiko on 2008-09-22.\n#\n# Read a optimized regexp from stdin and output a list of all matched keywords\n#\n\ndef decompileRe (reStr)\n # handle foo(bar|boo|bou)? => foo|foobar|fooboo|foobou\n re = Regexp.new(/\\b(\\w+)\\(([^(]+?)\\)\\?/)\n while m = reStr.match(re) do\n reStr.sub!(re, \"\#{m[1]}|\#{m[2].split('|').map {|x| m[1] + x }.join('|')}\")\n end\n # handle foo(bar|boo|bou) => foobar|fooboo|foobou recursively\n re = Regexp.new(/\\b(\\w+)\\(([^(]+?)\\)/)\n while m = reStr.match(re) do\n reStr.sub!(re, \"\#{m[2].split('|').map {|x| m[1] + x }.join('|')}\")\n end\n # return sorted array and delete last () if there're\n return reStr.split('|').map {|x| x.gsub(/(\\(|\\))/,'')}.sort\nend\n\n\ndecompileRe(STDIN.read.chomp).each {|r| puts r}",
14
+ fallbackInput: "none",
15
+ input: "selection",
16
+ name: "Deoptimize Regex Alternations",
17
+ output: "openAsNewDocument",
18
+ uuid: "857CF8FA-C613-4D48-9739-58EE774D639E"},
19
+ {beforeRunningCommand: "nop",
20
+ command:
21
+ "echo \"<html><head><meta http-equiv=\\\"Refresh\\\" content=\\\"0; http://www.macromates.com/textmate/manual/language_grammars#naming_conventions\\\"></head><body></body></html>\"",
22
+ input: "none",
23
+ keyEquivalent: "^h",
24
+ name: "Help: Scope Conventions",
25
+ output: "showAsHTML",
26
+ scope:
27
+ "string.quoted.single.scope.tm-grammar, string.quoted.single.scope.root.tm-grammar, string.quoted.double.scope.tm-grammar, string.quoted.double.scope.root.tm-grammar",
28
+ uuid: "385A50A5-37DB-4B58-A6B0-1849D17A322F"},
29
+ {beforeRunningCommand: "nop",
30
+ command:
31
+ "#!/usr/bin/env ruby\n\nscope = STDIN.read\n\n# If we are working on a selection, exit\nif ENV['TM_SELECTED_TEXT'] then\n if scope =~ /\\A\\d+\\Z/ then\n print scope\n exit\n end\n print \"\\n\"\n exit\nend\n\nsnippet = \"\"\nrules = []\nbefore_caret = 0\n\ntype = scope.match(/((beginC|endC|c)aptures)/)[0]\n# Compute position of the caret.\ncaretpos = ENV['TM_LINE_NUMBER'].to_i() - ENV['TM_INPUT_START_LINE'].to_i() + 1\n\n# Figure out how many rules come before the caret\nscope.sub(/(\n (.*\\n){\#{caretpos}} | # Match normally.\n (.*\\n)+ | # Match for if the caret is on the last line.\n (.*) # Match for scope with no newline.\n )/x) { |match|\n match.gsub(/\\d\\s*=/) {|m| before_caret += 1 }\n}\n\n# Add each existing rule to the rules array and clean it up in the process.\nscope.gsub(/(\\d+\\s*=\\s*\\{\\s*name\\s*=.*?\\};)/) { |match|\n rules << match.gsub(/(\\d+)\\s*=\\s*\\{\\s*name\\s*=\\s*'((?:'(?=')|.)*?)'\\s*\\};/, \"\\1 = { name = '\\2' };\")\n}\n\n# Insert new rule, either in the middle or after other rules depending\n# on previously determined caret position.\nif rules.length >= before_caret\n rules.insert(before_caret, \"${1:⁋} = { name = '$2'; };$0\")\nelse\n rules << \"${1:⁋} = { name = '$2'; };$0\"\nend\n\n# Add each rule to the output\nrules.each { |rule|\n snippet << \"\\t\" + rule + \"\\n\"\n}\n\n# Use the first number that hasn't been used yet as the default.\n1.upto(rules.length) { |capnum|\n unless snippet =~ /\\b\#{capnum.to_s}\\s*=/ then\n snippet.gsub!(/⁋/) { |match| capnum.to_s }\n break\n end\n}\n\n# Add wrapper {}\nif scope =~ /aptures\\s*=[^\\n]*\\{/ then\n snippet = \"\#{type} = {\\n\#{snippet}};\"\nelse\n snippet = \"\#{type} =\\n{\#{snippet}};\"\nend\n\nprint snippet",
32
+ fallbackInput: "scope",
33
+ input: "selection",
34
+ keyEquivalent: "",
35
+ name: "New Captures Rule",
36
+ output: "insertAsSnippet",
37
+ scope: "source.plist.tm-grammar meta.dictionary.captures",
38
+ uuid: "02F6DE2C-3334-4DCE-9FBB-6F8906653E5C"},
39
+ {beforeRunningCommand: "nop",
40
+ command:
41
+ "#!/usr/bin/env ruby\n#\n# list_to_regexp.rb\n# Created by Allan Odgaard on 2005-11-28.\n#\n# Takes list of matches on successive lines and outputs\n# a compact regexp which will match any of the elements\n# in the list\n#\n\ndef process_list (list)\n\n buckets = { }\n optional = false\n\n list.each do |str|\n if str.empty? then\n optional = true\n else\n ch = str.shift\n buckets[ch] = (buckets[ch] or []).push(str)\n end\n end\n\n unless buckets.empty? then\n ptrns = buckets.collect do |key, value|\n [key].pack('C') + process_list(value).to_s\n end\n\n if optional == true then\n \"(\" + ptrns.join(\"|\") + \")?\"\n elsif ptrns.length > 1 then\n \"(\" + ptrns.join(\"|\") + \")\"\n else\n ptrns\n end\n end\n\nend\n\nprint process_list(STDIN.collect { |line| line.chomp.unpack('C*') })\n",
42
+ input: "selection",
43
+ name: "Optimize Regex Alternations",
44
+ output: "replaceSelectedText",
45
+ uuid: "442B31EC-07A9-45E4-92D1-B083EB088CDB"},
46
+ {beforeRunningCommand: "nop",
47
+ command:
48
+ "#!/usr/bin/env ruby -wKU\n\nrequire \"\#{ENV['TM_SUPPORT_PATH']}/lib/current_word\"\nrequire \"\#{ENV['TM_SUPPORT_PATH']}/lib/ui\"\nrequire \"\#{ENV['TM_SUPPORT_PATH']}/lib/exit_codes\"\n\npartial_scope = Word.current_word('a-zA-Z._#+-', :left)\nmatches = []\n\n# Only if we are in an empty include rule, otherwise use the main scope completion.\nif ENV['TM_SCOPE'] =~ /string\\.quoted\\.(single|double)\\.include/ && partial_scope == \"\"\n options = []\n options << { 'title' => \"Selected Grammar ($base)\", 'string' => \"\\\\$base\" }\n options << { 'title' => \"This Grammar ($self)\", 'string' => \"\\\\$self\" }\n options << { 'title' => \"Repository Item\", 'string' => \"\\\#${0:repository_item}\" }\n options << { 'separator' => 1 }\n options << { 'title' => \"source\", 'string' => \"source.\" }\n options << { 'title' => \"text\", 'string' => \"text.\" }\n res = TextMate::UI.menu(options)\n print res['string'] if res\n exit 204\nend\n\nif ENV['TM_SCOPE'] =~ /string\\.quoted\\.(single|double)\\.scope\\.root/\n $scopes = \"source.\\ntext.html.\\ntext.plain.\\ntext.xml.\"\nelse\n $scopes = DATA.read\nend\n\n$scopes.each_line do |line|\n matches << $1 if line =~ /(^\#{Regexp.escape partial_scope}[-a-zA-Z._#+]*?\\.)/\nend\n\nmatches.uniq!\n\noptions = Array.new(matches)\n\nmatches.collect! { |m| m.sub(/\#{Regexp.escape partial_scope}(.*)/, '\\1') }\noptions.collect! { |m| m.sub(/^(.*)\\.$/, '\\1') }\n\nif matches.empty?\n print \"\"\nelsif matches.length == 1\n print matches.first\nelsif index = TextMate::UI.menu(options)\n print matches[index]\nend\n\n__END__\n\ncomment.block.documentation.\ncomment.block.empty.\ncomment.block.preprocessor.\ncomment.line.apostrophe.\ncomment.line.asterisk.\ncomment.line.at-sign.\ncomment.line.backtick.\ncomment.line.double-backslash.\ncomment.line.double-dash.\ncomment.line.double-dash.\ncomment.line.double-dot.\ncomment.line.double-number-sign.\ncomment.line.double-slash.\ncomment.line.exclamation.\ncomment.line.number-sign.\ncomment.line.parentheses.\ncomment.line.percent.\ncomment.line.percentage.\ncomment.line.semicolon.\ncomment.line.slash.\nconstant.character.entity.\nconstant.character.escape.\nconstant.language.boolean.\nconstant.language.null.\nconstant.numeric.base64.\nconstant.numeric.float.\nconstant.numeric.integer.binary.\nconstant.numeric.integer.decimal.\nconstant.numeric.integer.hexadecimal.\nconstant.numeric.integer.long.\nconstant.numeric.integer.octal.\nconstant.other.placeholder.\nconstant.other.reference.\nconstant.other.symbol.\nentity.name.function.\nentity.name.section.\nentity.name.tag.block.\nentity.name.tag.form.\nentity.name.tag.inline.\nentity.name.tag.localname.\nentity.name.tag.meta.\nentity.name.tag.object.\nentity.name.type.class.\nentity.name.type.module.\nentity.other.attribute-name.\nentity.other.inherited-class.\ninvalid.deprecated.obsolete.\ninvalid.deprecated.trailing-whitespace.\ninvalid.illegal.whitespace\nkeyword.control.def.\nkeyword.control.directive.\nkeyword.control.exception.\nkeyword.control.import.\nkeyword.operator.arithmetic.\nkeyword.operator.assignment.\nkeyword.operator.comparison.\nkeyword.operator.logical.\nkeyword.other.directive.\nkeyword.other.documentation.\nmarkup.bold.\nmarkup.deleted.\nmarkup.heading.\nmarkup.italic.\nmarkup.list.numbered.\nmarkup.list.unnumbered.\nmarkup.other.\nmarkup.quote.\nmarkup.raw.block.\nmarkup.raw.inline.\nmarkup.underline.link.\nmeta.array.\nmeta.block.\nmeta.class.\nmeta.definition.\nmeta.directive.\nmeta.element.\nmeta.embedded.block.\nmeta.embedded.expression.\nmeta.embedded.line.\nmeta.expression.\nmeta.function.\nmeta.group.\nmeta.header.\nmeta.link\nmeta.module.\nmeta.paragraph.\nmeta.preprocessor.\nmeta.property.\nmeta.scope.\nmeta.section\nmeta.separator.\nmeta.structure.\nmeta.tag.block.\nmeta.tag.form.\nmeta.tag.inline.\nmeta.tag.meta.\nmeta.tag.object.\nmeta.tag.preprocessor.\nmeta.toc-list.\npunctuation.definition.arguments.begin.\npunctuation.definition.arguments.end.\npunctuation.definition.array.begin.\npunctuation.definition.array.end.\npunctuation.definition.comment.\npunctuation.definition.constant.\npunctuation.definition.entity.\npunctuation.definition.function.\npunctuation.definition.heading.\npunctuation.definition.keyword.\npunctuation.definition.parameters.begin.\npunctuation.definition.parameters.end.\npunctuation.definition.preprocessor.\npunctuation.definition.string.begin.\npunctuation.definition.string.end.\npunctuation.definition.tag.\npunctuation.definition.variable.\npunctuation.section.array.\npunctuation.section.class.\npunctuation.section.embedded.begin.\npunctuation.section.embedded.end.\npunctuation.section.function.\npunctuation.section.group.\npunctuation.section.scope.\npunctuation.separator.arguments.\npunctuation.separator.array.\npunctuation.separator.continuation.\npunctuation.separator.key-value.\npunctuation.separator.parameters.\npunctuation.terminator.expression.\npunctuation.terminator.function.\npunctuation.terminator.rule.\npunctuation.terminator.statement.\npunctuation.whitespace.comment.leading.\npunctuation.whitespace.comment.trailing.\npunctuation.whitespace.embedded.leading.\npunctuation.whitespace.embedded.trailing.\nsource.\nstorage.modifier.extends.\nstorage.modifier.global.\nstorage.modifier.implements.\nstorage.type.class.\nstorage.type.function.\nstorage.type.method.\nstorage.type.module.\nstring.interpolated.\nstring.other.\nstring.quoted.double.\nstring.quoted.other.\nstring.quoted.single\nstring.quoted.triple.\nstring.regexp.\nstring.unquoted.heredoc.\nsupport.class.\nsupport.constant.\nsupport.function.\nsupport.other.\nsupport.type.\nsupport.variable.\ntext.html.\ntext.plain.\ntext.xml.\nvariable.language.\nvariable.other.predefined.\nvariable.other.readwrite.global.\nvariable.other.register.\nvariable.parameter.\n",
49
+ fallbackInput: "scope",
50
+ input: "none",
51
+ keyEquivalent: "",
52
+ name: "Scope Completion",
53
+ output: "afterSelectedText",
54
+ scope:
55
+ "string.quoted.single.scope.tm-grammar -punctuation.definition.string.begin, string.quoted.single.scope.root.tm-grammar -punctuation.definition.string.begin, string.quoted.single.include.tm-grammar -punctuation.definition.string.begin, string.quoted.double.scope.tm-grammar -punctuation.definition.string.begin, string.quoted.double.scope.root.tm-grammar -punctuation.definition.string.begin, string.quoted.double.include.tm-grammar -punctuation.definition.string.begin",
56
+ uuid: "DF2093BA-EA37-4546-9ADA-C17A13CEBDA9"},
57
+ {beforeRunningCommand: "nop",
58
+ command:
59
+ "# this will compare the current document against the last\n# version checked out from subversion, but will do it in\n# the pretty-printed format (via pl)\n\npl|diff -u <(\"${TM_SVN:-svn}\" cat \"$TM_FILENAME\"|pl) -\n",
60
+ input: "document",
61
+ name: "Show Changes (for XML Property List)",
62
+ output: "openAsNewDocument",
63
+ scope: "text.xml.plist",
64
+ uuid: "275BF397-2458-4F2F-B0CE-5CDF68256B69"},
65
+ {beforeRunningCommand: "nop",
66
+ command: "tr <<< \"$TM_SCOPE\" ' ' '\\n'",
67
+ input: "none",
68
+ keyEquivalent: "^P",
69
+ name: "Show Scope",
70
+ output: "showAsTooltip",
71
+ uuid: "48976460-B5A4-11D9-87C9-000D93589AF6"},
72
+ {beforeRunningCommand: "nop",
73
+ beforeRunningScript: "nop",
74
+ captureFormatString: "(1?$2:<nop>)",
75
+ capturePattern: "(^TM_(.*)$)?",
76
+ command: "env|grep ^TM_|sort",
77
+ input: "none",
78
+ keyEquivalent: "^@P",
79
+ name: "Show TM_* Variables",
80
+ output: "showAsTooltip",
81
+ standardInput: "selectedText",
82
+ standardOutput: "separateWindow",
83
+ uuid: "DA0A4E77-5F16-11D9-B9C3-000D93589AF6"}]
@@ -0,0 +1,158 @@
1
+ # Encoding: UTF-8
2
+
3
+ [{beforeRunningCommand: "nop",
4
+ command: "${TM_RUBY:-ruby} \"$TM_BUNDLE_SUPPORT/bin/add_file.rb\"",
5
+ fallbackInput: "word",
6
+ input: "selection",
7
+ keyEquivalent: "@u",
8
+ name: "Add File",
9
+ output: "replaceSelectedText",
10
+ scope: "source.qmake",
11
+ uuid: "82073EA0-7D10-4A6C-AF49-54B29FA3AF1E"},
12
+ {beforeRunningCommand: "nop",
13
+ command: "\"${TM_BUNDLE_SUPPORT}/bin/build_qt_project.rb\"",
14
+ input: "none",
15
+ keyEquivalent: "@b",
16
+ name: "Build",
17
+ output: "showAsHTML",
18
+ scope: "source.c++.qt, source.qmake",
19
+ uuid: "AAAD64D1-8C69-4645-853E-B6DD3D04AC67"},
20
+ {beforeRunningCommand: "nop",
21
+ command:
22
+ "#!/bin/sh\n\"${TM_BUNDLE_SUPPORT}/bin/build_qt_project.rb\" && \"${TM_BUNDLE_SUPPORT}/bin/run_qt_project.rb\"",
23
+ input: "none",
24
+ keyEquivalent: "@R",
25
+ name: "Build & Run",
26
+ output: "showAsHTML",
27
+ scope: "source.c++.qt, source.qmake",
28
+ uuid: "22F431D0-0CB5-4CAB-951F-8C0E7396891F"},
29
+ {beforeRunningCommand: "nop",
30
+ command: "${TM_RUBY:-ruby} \"$TM_BUNDLE_SUPPORT/bin/insert_class.rb\"",
31
+ input: "none",
32
+ name: "Class",
33
+ output: "insertAsSnippet",
34
+ scope: "source.c++.qt",
35
+ tabTrigger: "qclass",
36
+ uuid: "1DB2A2E8-5E25-4442-9DE1-335E09854C9F"},
37
+ {beforeRunningCommand: "nop",
38
+ command:
39
+ "${TM_RUBY:-ruby} \"$TM_BUNDLE_SUPPORT/bin/insert_class.rb\" doxygen",
40
+ input: "none",
41
+ name: "Class (with Doxygen)",
42
+ output: "insertAsSnippet",
43
+ scope: "source.c++.qt",
44
+ tabTrigger: "qclassdoxy",
45
+ uuid: "BFD08AAF-3AB2-4C55-9A57-2EB75ECD9CD1"},
46
+ {beforeRunningCommand: "nop",
47
+ command:
48
+ "# Converts method declarations to their\n# out-of-class-declaration implementations.\n#\n# Could be applied to bunch of methods in\n# selection.\n\n${TM_RUBY:-ruby} \"$TM_BUNDLE_SUPPORT/bin/declaration_to_implementation.rb\"",
49
+ fallbackInput: "line",
50
+ input: "selection",
51
+ keyEquivalent: "@u",
52
+ name: "Declaration to Implementation",
53
+ output: "insertAsSnippet",
54
+ scope: "source.c++.qt",
55
+ uuid: "C4517F03-DB1A-434E-BF29-F13DA337B20F"},
56
+ {beforeRunningCommand: "nop",
57
+ command:
58
+ "# Converts method declarations to their\n# out-of-class-declaration implementations\n# with Doxygen placeholders in place.\n#\n# Could be applied to bunch of methods in\n# selection.\n#\n# It's possible to override Doxygen placeholders\n# after specifying name of the class.\n\n${TM_RUBY:-ruby} \"$TM_BUNDLE_SUPPORT/bin/declaration_to_implementation.rb\" doxygen",
59
+ fallbackInput: "line",
60
+ input: "selection",
61
+ keyEquivalent: "@u",
62
+ name: "Declaration to Implementation (with Doxygen)",
63
+ output: "insertAsSnippet",
64
+ scope: "source.c++.qt",
65
+ uuid: "97D13B6C-9CC2-4CAD-8CD3-80DC9CBC1968"},
66
+ {beforeRunningCommand: "nop",
67
+ command: "${TM_RUBY:-ruby} \"$TM_BUNDLE_SUPPORT/bin/search.rb\" input",
68
+ fallbackInput: "word",
69
+ input: "selection",
70
+ keyEquivalent: "^@h",
71
+ name: "Display Documentation",
72
+ output: "showAsHTML",
73
+ scope: "source.c++.qt",
74
+ uuid: "D4885A64-9FF5-43BA-8D5E-AEB71E9E08C2"},
75
+ {beforeRunningCommand: "nop",
76
+ command: "${TM_RUBY:-ruby} \"$TM_BUNDLE_SUPPORT/bin/search.rb\" fuzzy input",
77
+ fallbackInput: "word",
78
+ input: "selection",
79
+ keyEquivalent: "^~@h",
80
+ name: "Display Fuzzy Documentation",
81
+ output: "showAsHTML",
82
+ scope: "source.c++.qt",
83
+ uuid: "F34F4BC0-C09C-4DAC-9B0C-EE7173964090"},
84
+ {beforeRunningCommand: "nop",
85
+ command:
86
+ "#!/usr/bin/env ruby\nrequire ENV['TM_SUPPORT_PATH']+'/lib/exit_codes'\n\nword = (ENV['TM_SELECTED_TEXT'] or ENV['TM_CURRENT_WORD'] or '')\ndir = (ENV['TM_QT_DOC_DIR'] or '/usr/local/Trolltech/Qt-4.2.0/doc/html')\n\nword.strip! unless word.frozen?\n\nif word.nil?\n puts \"Nothing given to search for.\"\n \nelse\n doc_file = \"\#{dir}/\#{word.downcase}.html\"\n \n if File.exists? doc_file\n TextMate::exit_show_html \"<meta http-equiv='Refresh' content='0;URL=tm-file://\#{doc_file}'>\"\n else\n spotted = `mdfind \#{word}`\n files = spotted.grep %r{^\#{Regexp::escape dir}/.+\\.html$}\n \n unless files.any?\n puts \"No Documentation found for '\#{word}'.\"\n else\n puts %{\n <html>\n <head><title>Spotlight results for '\#{word}'</title>\n <style>\n a:link { color: #004faf; text-decoration: none }\n a:visited { color: #672967; text-decoration: none }\n h1 { text-align: center }\n span.intro { color: #999 }\n div.navi img {\n vertical-align: -35%;\n margin-right: 4px;\n }\n </style>\n <body>\n \n <div class=\"navi\">\n <img src=\"tm-file://\#{dir}/images/qt-logo.png\">\n <a href=\"tm-file://\#{dir}/index.html\">Home</a> &middot;\n <a href=\"tm-file://\#{dir}/classes.html\">All Classes</a> &middot;\n <a href=\"tm-file://\#{dir}/mainclasses.html\">Main Classes</a> &middot;\n <a href=\"tm-file://\#{dir}/groups.html\">Grouped Classes</a> &middot;\n <a href=\"tm-file://\#{dir}/modules.html\">Modules</a> &middot;\n <a href=\"tm-file://\#{dir}/functions.html\">Functions</a>\n </div>\n \n <h1>Spotlight results for '\#{word}'</h1><ul>}\n \n files.each do |file|\n head = File.open(file.chop).read(4000)\n title = head.scan(/<title>Qt \\d\\.\\d: (.+)<\\/title>/).first.first\n intro = head.scan(/<p>(.{16,})<\\/p>/).first\n \n unless intro.nil?\n intro = intro.first.gsub(/<.+?>/, '')[0..(107-title.size)]+'&hellip;'\n end\n \n puts %{<li><a href=\"tm-file://\#{file.chop}\">\#{title}</a>\n <span class=\"intro\">\#{intro}</span></li>}\n end\n puts \"</ul></body></html>\"\n \n TextMate::exit_show_html\n end\n end\n \nend",
87
+ input: "none",
88
+ keyEquivalent: "^h",
89
+ name: "Doc Lookup",
90
+ output: "showAsTooltip",
91
+ scope: "source.c++.qt",
92
+ uuid: "D663259E-0526-11DB-A7A9-0011242E4184"},
93
+ {beforeRunningCommand: "nop",
94
+ command:
95
+ "# Similiar to entering query in the Qt Assistant's\n# \"Look For:\" field, and pressing enter. If \n# there are multiple matches, there's an option\n# to select one of them.\n\n${TM_RUBY:-ruby} \"$TM_BUNDLE_SUPPORT/bin/search.rb\"",
96
+ fallbackInput: "word",
97
+ input: "selection",
98
+ keyEquivalent: "^h",
99
+ name: "Documentation for Word / Selection",
100
+ output: "showAsHTML",
101
+ scope: "source.c++.qt",
102
+ uuid: "DAD33E78-4FEF-43EB-A672-790E7140855A"},
103
+ {beforeRunningCommand: "nop",
104
+ command:
105
+ "# Similiar to entering query in the Qt Assistant's\n# \"Look For:\" field, then collecting topics for\n# each displayed method, and then displaying an\n# option to pick one of them using text box.\n\n${TM_RUBY:-ruby} \"$TM_BUNDLE_SUPPORT/bin/search.rb\" fuzzy",
106
+ fallbackInput: "word",
107
+ input: "selection",
108
+ keyEquivalent: "^~h",
109
+ name: "Fuzzy Documentation for Word / Selection",
110
+ output: "showAsHTML",
111
+ scope: "source.c++.qt",
112
+ uuid: "C6BD2114-7620-4C35-A9B5-F44CA3291004"},
113
+ {beforeRunningCommand: "nop",
114
+ command:
115
+ "${TM_RUBY:-ruby} \"$TM_BUNDLE_SUPPORT/bin/implementation_to_declaration.rb\"",
116
+ fallbackInput: "line",
117
+ input: "selection",
118
+ keyEquivalent: "@u",
119
+ name: "Implementation to Declaration",
120
+ output: "insertAsSnippet",
121
+ scope: "source.c++.qt",
122
+ uuid: "CC1A1191-7451-4806-B326-459416C8894A"},
123
+ {beforeRunningCommand: "nop",
124
+ command:
125
+ "# Inserts a call to the same metod of superclass.\n# Since figuring a superclass is a bit tricky, it \n# only works when class declaration exists in the \n# same file, and prior to the current line. If \n# it's unable to find superclass, QWidget is used.\n\n${TM_RUBY:-ruby} \"$TM_BUNDLE_SUPPORT/bin/insert_super.rb\"",
126
+ input: "document",
127
+ name: "Insert Call to Super",
128
+ output: "insertAsSnippet",
129
+ scope: "source.c++.qt",
130
+ tabTrigger: "super",
131
+ uuid: "02131A74-BB30-4A92-B8D0-BDD96FF9CD88"},
132
+ {beforeRunningCommand: "nop",
133
+ command:
134
+ "#!/usr/bin/env ruby\n# By Allan Odgaard: \n# http://macromates.com/blog/archives/2006/04/12/customization-screencast/\n\ntxt = STDIN.read.gsub(%r{\\A/|\\*/\\z}, '')\ntxt = txt.gsub(/^[ \\t]*\\*[ \\t]*/, '')\ntxt = %x{ fmt <<< '\#{txt.gsub(/'/, \"'\\\\\\\\''\")}' }.chomp\ntxt = txt.gsub(/[$`\\\\]/, '\\\\\\\\\\0')\ntxt = txt.sub(/(\\n(?=\\n))?(\\n*)\\z/, '\\1$0\\2')\nprint \"/* \" + txt.to_a.join(' * ') + \" */\"",
135
+ fallbackInput: "scope",
136
+ input: "selection",
137
+ keyEquivalent: "^q",
138
+ name: "Reformat Block Comment",
139
+ output: "insertAsSnippet",
140
+ scope: "source.c++.qt comment.block.c",
141
+ uuid: "68EA4D87-31FA-4492-9645-925128AB6C43"},
142
+ {beforeRunningCommand: "nop",
143
+ command: "\"${TM_BUNDLE_SUPPORT}/bin/run_qt_project.rb\"",
144
+ input: "none",
145
+ keyEquivalent: "@r",
146
+ name: "Run",
147
+ output: "showAsTooltip",
148
+ scope: "source.c++.qt, source.qmake",
149
+ uuid: "97FDD49E-0E1B-4B68-9614-E57A5804C247"},
150
+ {beforeRunningCommand: "nop",
151
+ command:
152
+ "echo \"<meta http-equiv='Refresh' content='0;URL=tm-file://${TM_QT_DOC_DIR:=/usr/local/Trolltech/Qt-4.2.0/doc/html}/qmake-manual.html'>\"",
153
+ input: "none",
154
+ keyEquivalent: "^h",
155
+ name: "Show qmake Manual",
156
+ output: "showAsHTML",
157
+ scope: "source.qmake",
158
+ uuid: "E91A719F-109D-4243-B943-A85F9FECEBE0"}]