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,39 @@
1
+ # Encoding: UTF-8
2
+
3
+ [{beforeRunningCommand: "nop",
4
+ command:
5
+ "#!/usr/bin/env ruby\n\nline = STDIN.read\nTAB = line.match(/^(\\s+)/).to_s\n\n# first check to see if we have a\n# key on the current line, if so indent\nif ENV['TM_CURRENT_LINE'].match /^\\s*.+:/\n $stdout.write \"\#{line}\\n\#{TAB}\\t- \" \n\n# then to see if it's a one-liner list item,\n# in which case we don't indent\nelsif ENV['TM_CURRENT_LINE'].match /^\\s*- /\n $stdout.write \"\#{line}\\n\#{TAB}- \"\n\n# otherwise back up indent\nelse \n $stdout.write \"\#{line}\\n\#{TAB[(0..-3)]}- \"\nend\n",
6
+ fallbackInput: "line",
7
+ input: "selection",
8
+ keyEquivalent: "",
9
+ name: "Add list item",
10
+ output: "insertAsSnippet",
11
+ scope: "source.yaml",
12
+ uuid: "037242FC-9D77-46A6-94B8-865052595B5A"},
13
+ {beforeRunningCommand: "nop",
14
+ command:
15
+ "#!/usr/bin/env ruby\n\nrequire \"yaml\"\nrequire \"pp\"\n\nputs \"#!/usr/bin/env ruby\\n\\n\"\nprint \"documents = \"\npp(YAML.load_stream(STDIN).documents)",
16
+ input: "selection",
17
+ keyEquivalent: "^H",
18
+ name: "Convert Document / Selection to Ruby",
19
+ output: "openAsNewDocument",
20
+ scope: "source.yaml",
21
+ uuid: "D73CBC77-1692-4981-8C3E-6DCE63F6E2E2"},
22
+ {beforeRunningCommand: "nop",
23
+ command:
24
+ "#!/usr/bin/env ruby\nprint (s = STDIN.read).split(/^\#{indent = s.scan(/^(\\s*)\\b/).flatten.first}(?=\\w)/).sort.join(indent)",
25
+ input: "selection",
26
+ keyEquivalent: "",
27
+ name: "Sort Keys Alphabetically",
28
+ output: "replaceSelectedText",
29
+ scope: "source.yaml",
30
+ uuid: "331791FA-7335-45B9-865E-760D52294D01"},
31
+ {beforeRunningCommand: "nop",
32
+ command:
33
+ ". \"$TM_SUPPORT_PATH/lib/webpreview.sh\"\nhtml_header \"YAML Reference Card\" \"YAML\"\nMarkdown.pl <<'EOF'\n\n<title>YAML Reference Card</title>\n\n\t Collection indicators:\n\t '? ' : Key indicator.\n\t ': ' : Value indicator.\n\t '- ' : Nested series entry indicator.\n\t ', ' : Separate in-line branch entries.\n\t '[]' : Surround in-line series branch.\n\t '{}' : Surround in-line keyed branch.\n\t Scalar indicators:\n\t '''' : Surround in-line unescaped scalar ('' escaped ').\n\t '\"' : Surround in-line escaped scalar (see escape codes below).\n\t '|' : Block scalar indicator.\n\t '>' : Folded scalar indicator.\n\t '-' : Strip chomp modifier ('|-' or '>-').\n\t '+' : Keep chomp modifier ('|+' or '>+').\n\t 1-9 : Explicit indentation modifier ('|1' or '>2').\n\t # Modifiers can be combined ('|2-', '>+1').\n\t Alias indicators:\n\t '&' : Anchor property.\n\t '*' : Alias indicator.\n\t Tag property: # Usually unspecified.\n\t none : Unspecified tag (automatically resolved by application).\n\t '!' : Non-specific tag (by default, \"!!map\"/\"!!seq\"/\"!!str\").\n\t '!foo' : Primary (by convention, means a local \"!foo\" tag).\n\t '!!foo' : Secondary (by convention, means \"tag:yaml.org,2002:foo\").\n\t '!h!foo': Requires \"%TAG !h! <prefix>\" (and then means \"<prefix>foo\").\n\t '!<foo>': Verbatim tag (always means \"foo\").\n\t Document indicators:\n\t '%' : Directive indicator.\n\t '---': Document header.\n\t '...': Document terminator.\n\t Misc indicators:\n\t ' #' : Throwaway comment indicator.\n\t '`@' : Both reserved for future use.\n\t Special keys:\n\t '=' : Default \"value\" mapping key.\n\t '<<' : Merge keys from another mapping.\n\t Core types: # Default automatic tags.\n\t '!!map' : { Hash table, dictionary, mapping }\n\t '!!seq' : { List, array, tuple, vector, sequence }\n\t '!!str' : Unicode string\n\t More types:\n\t '!!set' : { cherries, plums, apples }\n\t '!!omap': [ one: 1, two: 2 ]\n\t Language Independent Scalar types:\n\t { ~, null } : Null (no value).\n\t [ 1234, 0x4D2, 02333 ] : [ Decimal int, Hexadecimal int, Octal int ]\n\t [ 1_230.15, 12.3015e+02 ]: [ Fixed float, Exponential float ]\n\t [ .inf, -.Inf, .NAN ] : [ Infinity (float), Negative, Not a number ]\n\t { Y, true, Yes, ON } : Boolean true\n\t { n, FALSE, No, off } : Boolean false\n\t ? !!binary >\n\t R0lG...BADS=\n\t : >-\n\t Base 64 binary value.\n\t Escape codes:\n\t Numeric : { \"\\x12\": 8-bit, \"\\u1234\": 16-bit, \"\\U00102030\": 32-bit }\n\t Protective: { \"\\\\\": '\\', \"\\\"\": '\"', \"\\ \": ' ', \"\\<TAB>\": TAB }\n\t C : { \"\\0\": NUL, \"\\a\": BEL, \"\\b\": BS, \"\\f\": FF, \"\\n\": LF,\n\t \"\\r\": CR, \"\\t\": TAB, \"\\v\": VTAB }\n\t Additional: { \"\\e\": ESC, \"\\_\": NBSP, \"\\N\": NEL, \"\\L\": LS, \"\\P\": PS }\nEOF\nhtml_footer\n",
34
+ input: "none",
35
+ keyEquivalent: "^h",
36
+ name: "Syntax Cheat Sheet",
37
+ output: "showAsHTML",
38
+ scope: "source.yaml",
39
+ uuid: "52CDBDBC-91B6-40DD-852A-C92D7D15D6F5"}]
@@ -0,0 +1,12 @@
1
+ # Encoding: UTF-8
2
+
3
+ [{beforeRunningCommand: "nop",
4
+ command:
5
+ "#!/usr/bin/ruby\n\ncomments = <<-\"end-comment\"\n##\n# $0\n# \n# @author $USER\nend-comment\nprint comments.chomp",
6
+ fallbackInput: "none",
7
+ input: "none",
8
+ name: "Start Comments",
9
+ output: "insertAsSnippet",
10
+ scope: "source.ruby",
11
+ tabTrigger: "##",
12
+ uuid: "11314DEC-DEC2-4F8C-BC58-C5484D9651B9"}]
@@ -0,0 +1,26 @@
1
+ # Encoding: UTF-8
2
+
3
+ [{beforeRunningCommand: "nop",
4
+ command:
5
+ "# Start a new shell if needed, otherwise show the one with the right name.\nexport SHELL_NAME=${SHELL_NAME:=\"TextMate Shell\"}\n\"$TM_BUNDLE_SUPPORT/new.sh\"\n",
6
+ input: "none",
7
+ keyEquivalent: "^I",
8
+ name: "Interactive Shell",
9
+ output: "discard",
10
+ uuid: "E7E68111-54E4-4C01-8DBA-9D9FFD38FF2C"},
11
+ {beforeRunningCommand: "nop",
12
+ command:
13
+ "export SHELL_NAME=${SHELL_NAME:=\"TextMate Shell\"}\n\"$TM_BUNDLE_SUPPORT/new.sh\"\nPASTE=$(echo \"$TM_FILEPATH\" | sed s/\\\"/\\\\\\\\\\\"/g)\nosascript << END\ntell application \"iTerm\"\n\ttell first terminal\n\t\ttell session named \"$SHELL_NAME\"\n\t\t\twrite text \"$PASTE\"\n\t\tend tell\n\tend tell\nend tell\nEND\n",
14
+ input: "none",
15
+ keyEquivalent: "^I",
16
+ name: "Paste Filepath",
17
+ output: "discard",
18
+ uuid: "BED3AE43-7F29-4F92-B2F1-3361B4ACC71A"},
19
+ {beforeRunningCommand: "nop",
20
+ command:
21
+ "export SHELL_NAME=${SHELL_NAME:=\"TextMate Shell\"}\n\"$TM_BUNDLE_SUPPORT/new.sh\"\nPASTE=$(echo \"$TM_SELECTED_TEXT\" | sed s/\\\"/\\\\\\\\\\\"/g)\nosascript << END\ntell application \"iTerm\"\n\ttell first terminal\n\t\ttell session named \"$SHELL_NAME\"\n\t\t\twrite text \"$PASTE\"\n\t\tend tell\n\tend tell\nend tell\nEND\n",
22
+ input: "none",
23
+ keyEquivalent: "^I",
24
+ name: "Paste Selection",
25
+ output: "discard",
26
+ uuid: "02E5581D-BCC8-4479-A9A9-A5E7CEE8293E"}]
@@ -0,0 +1,126 @@
1
+ # Encoding: UTF-8
2
+
3
+ [{beforeRunningCommand: "nop",
4
+ command:
5
+ "#!/usr/bin/env ruby\n$: << ENV['TM_SUPPORT_PATH'] + '/lib'\nrequire 'escape'\ndef esc(str)\n e_sn(str).gsub(/\\}/, '\\\\}') # escaping inside a placeholder\nend\n\ns = STDIN.read\nif s.empty? then\n print \"**$1**\"\nelsif s =~ /^\\*{2}(.*)\\*{2}$/ then\n print \"${1:\#{esc $1}}\"\nelsif ENV.has_key? 'TM_SELECTED_TEXT'\n print \"${1:**\#{esc s}**}\"\nelse\n print \"**\#{e_sn s}**\"\nend",
6
+ fallbackInput: "word",
7
+ input: "selection",
8
+ keyEquivalent: "@b",
9
+ name: "Bold",
10
+ output: "insertAsSnippet",
11
+ scope: "text.restructuredtext",
12
+ uuid: "898151BC-D897-47DC-AF8A-9E2DB6A25AF6"},
13
+ {beforeRunningCommand: "nop",
14
+ command:
15
+ "TRST=${TM_RST2HTML:=rst2html.py}\n\nrequire_cmd \"$TRST\" \"You can either set the <tt>TM_RST2HTML</tt> variable to the full path of your docutils (docutils.sourceforge.net) installation (e.g. <tt>/Library/Frameworks/Python.framework/Versions/2.4/bin/rst2html.py</tt> or set the <tt>PATH</tt> variable to include the path of the docutils converters.\"\n\n# Send the current file through rst2html.py\n$TRST \"$TM_FILEPATH\"",
16
+ input: "document",
17
+ keyEquivalent: "^H",
18
+ name: "Convert Document to HTML",
19
+ output: "replaceDocument",
20
+ scope: "text.restructuredtext",
21
+ uuid: "43F50126-B6DE-4B92-84DC-8600C0772CDB"},
22
+ {beforeRunningCommand: "nop",
23
+ command:
24
+ "TRST=${TM_RST2HTML:=rst2html.py}\n\nrequire_cmd \"$TRST\" \"You can either set the <tt>TM_RST2HTML</tt> variable to the full path of your docutils (docutils.sourceforge.net) installation (e.g. <tt>/Library/Frameworks/Python.framework/Versions/2.4/bin/rst2html.py</tt> or set the <tt>PATH</tt> variable to include the path of the docutils converters.\"\n\n# Send the current file through rst2html.py\n$TRST \"$TM_FILEPATH\"",
25
+ input: "selection",
26
+ keyEquivalent: "@r",
27
+ name: "Create HTML Document",
28
+ output: "openAsNewDocument",
29
+ scope: "text.restructuredtext",
30
+ uuid: "F4B2F9D2-09E8-4A8D-876B-0163A9AF3653"},
31
+ {beforeRunningCommand: "saveActiveFile",
32
+ command:
33
+ "TRST=${TM_RST2LATEX:=rst2newlatex.py}\n\nrequire_cmd \"$TRST\" \"You can either set the <tt>TM_RST2LATEX</tt> variable to the full path of your docutils (docutils.sourceforge.net) installation (e.g. <tt>/Library/Frameworks/Python.framework/Versions/2.4/bin/rst2html.py</tt> or set the <tt>PATH</tt> variable to include the path of the docutils converters.\"\n\n$TRST \"$TM_FILEPATH\"",
34
+ input: "selection",
35
+ keyEquivalent: "@r",
36
+ name: "Create LaTeX Document",
37
+ output: "openAsNewDocument",
38
+ scope: "text.restructuredtext",
39
+ uuid: "87617D0E-E9E1-42EB-BBD6-CCB890C7DF8C"},
40
+ {beforeRunningCommand: "nop",
41
+ command:
42
+ "TRST=${TM_RST2S5:=rst2s5.py}\n\nrequire_cmd \"$TRST\" \"You can either set the <tt>TM_RST2S5</tt> variable to the full path of your docutils (docutils.sourceforge.net) installation (e.g. <tt>/Library/Frameworks/Python.framework/Versions/2.4/bin/rst2html.py</tt> or set the <tt>PATH</tt> variable to include the path of the docutils converters.\"\n\n$TRST \"$TM_FILEPATH\"",
43
+ input: "selection",
44
+ keyEquivalent: "@r",
45
+ name: "Create S5 Document",
46
+ output: "openAsNewDocument",
47
+ scope: "text.restructuredtext",
48
+ uuid: "E54E0D99-5558-4168-9DDA-963F066FBA58"},
49
+ {beforeRunningCommand: "nop",
50
+ command:
51
+ "TRST=${TM_RST2XML:=rst2xml.py}\n\nrequire_cmd \"$TRST\" \"You can either set the <tt>TM_RST2XML</tt> variable to the full path of your docutils (docutils.sourceforge.net) installation (e.g. <tt>/Library/Frameworks/Python.framework/Versions/2.4/bin/rst2html.py</tt> or set the <tt>PATH</tt> variable to include the path of the docutils converters.\"\n\n$TRST \"$TM_FILEPATH\"",
52
+ input: "selection",
53
+ keyEquivalent: "@r",
54
+ name: "Create XML Document",
55
+ output: "openAsNewDocument",
56
+ scope: "text.restructuredtext",
57
+ uuid: "756B8E3C-9928-4552-A15E-17320BBC2E91"},
58
+ {beforeRunningCommand: "nop",
59
+ command:
60
+ "TPY=${TM_PYTHON:-pythonw}\n\"$TPY\" \"$TM_BUNDLE_SUPPORT/extend_title.py\"",
61
+ fallbackInput: "scope",
62
+ input: "selection",
63
+ keyEquivalent: "^T",
64
+ name: "Extend Title",
65
+ output: "insertAsSnippet",
66
+ scope: "meta.paragraph.restructuredtext ",
67
+ uuid: "D2EF8647-6586-464B-B759-6F2A8A50E542"},
68
+ {beforeRunningCommand: "nop",
69
+ command:
70
+ ". \"$TM_SUPPORT_PATH/lib/webpreview.sh\"\nhtml_header \"reStructeredText Bundle Help\" \"reStructeredText\"\nMarkdown.pl <<'EOF'\n\n## What is it\nDocutils is an open-source text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX. It includes reStructuredText, the easy to read, easy to use, what-you-see-is-what-you-get plaintext markup language.\n\n## Requirements\nTo install using Mac Ports:\n\n sudo port install py-docutils\n\n## Syntax\nInformation about RST can be found [here](http://docutils.sourceforge.net/rst.html)\n\n## Using it\nThis bundle includes the standard text processing commands: Preview, Preview in Browser, Convert Document to HTML (in place), and Validate.\n\nEOF\nhtml_footer",
71
+ input: "none",
72
+ name: "Help",
73
+ output: "showAsHTML",
74
+ scope: "text.restructuredtext",
75
+ uuid: "481BD550-B156-4FA0-B14C-265BF74EFBFE"},
76
+ {beforeRunningCommand: "nop",
77
+ command:
78
+ "#!/usr/bin/env ruby\n$: << ENV['TM_SUPPORT_PATH'] + '/lib'\nrequire 'escape'\ndef esc(str)\n e_sn(str).gsub(/\\}/, '\\\\}') # escaping inside a placeholder\nend\n\ns = STDIN.read\nif s.empty? then\n print \"*$1*\"\nelsif s =~ /^(\\*+)(.*[^\\*])\\*+$/ then\n m, s = $1, $2\n case m.length\n when 1 then print \"${1:\#{esc s}}\"\n when 2 then print \"${1:***\#{esc s}***}\"\n else print \"${1:**\#{esc s}**}\"\n end\nelsif ENV.has_key? 'TM_SELECTED_TEXT'\n print \"${1:*\#{esc s}*}\"\nelse\n print \"*\#{e_sn s}*\"\nend",
79
+ fallbackInput: "word",
80
+ input: "selection",
81
+ keyEquivalent: "@i",
82
+ name: "Italic",
83
+ output: "insertAsSnippet",
84
+ scope: "text.restructuredtext",
85
+ uuid: "B0266484-FC3B-412B-8469-F0A8E3092345"},
86
+ {beforeRunningCommand: "saveActiveFile",
87
+ command:
88
+ "TRST=${TM_RST2HTML:=rst2html.py}\nrequire_cmd \"$TRST\" \"You can either set the <tt>TM_RST2HTML</tt> variable to the full path of your docutils (docutils.sourceforge.net) installation (e.g. <tt>/Library/Frameworks/Python.framework/Versions/2.4/bin/rst2html.py</tt> or set the <tt>PATH</tt> variable to include the path of the docutils converters.\"\n\n\nif [[ -f \"$TM_DIRECTORY/default.css\" ]]\n\tthen stylesheet=\"$TM_DIRECTORY/default.css\"\nelif [[ -f \"$TM_PROJECT_DIRECTORY/default.css\" ]]\n\tthen stylesheet=\"$TM_PROJECT_DIRECTORY/default.css\"\nelse\n\tcss=`mktemp -t /tmp`\n\techo 'body {\t\n\t\tbackground-color: #eee;\n\t}\n\t.document {\n\t\tbackground: white;\n\t\tfont-family: Georgia, serif;\n\t\tfont-size: 13px;\n\t\tborder: 1px #888 solid;\n\t\tpadding: 0 1em;\n\t}' > $css\n\tstylesheet=$css\n\ttmpCreated=\"yes\"\nfi\n\nif [[ -n $stylesheet ]]\n\tthen flags=\"--embed-stylesheet --stylesheet=$stylesheet\"\n\telse flags=\"\"\nfi\n\n$TRST $flags \"$TM_FILEPATH\"\n\nif [[ -n $css ]]\n\tthen rm $css\nfi",
89
+ input: "document",
90
+ keyEquivalent: "^~@p",
91
+ name: "Preview",
92
+ output: "showAsHTML",
93
+ scope: "text.restructuredtext",
94
+ uuid: "7A099026-D785-48D9-ACAD-318ECF2A3BE4"},
95
+ {beforeRunningCommand: "saveActiveFile",
96
+ command:
97
+ "TRST=${TM_RST2HTML:=rst2html.py}\n\nrequire_cmd \"$TRST\" \"You can either set the <tt>TM_RST2HTML</tt> variable to the full path of your docutils (docutils.sourceforge.net) installation (e.g. <tt>/Library/Frameworks/Python.framework/Versions/2.4/bin/rst2html.py</tt> or set the <tt>PATH</tt> variable to include the path of the docutils converters.\"\n\n# Send the current file through rst2html.py\n\nif [[ -f \"$TM_DIRECTORY/default.css\" ]]\n\tthen stylesheet=\"$TM_DIRECTORY/default.css\"\nelif [[ -f \"$TM_PROJECT_DIRECTORY/default.css\" ]]\n\tthen stylesheet=\"$TM_PROJECT_DIRECTORY/default.css\"\nelse\n\tcss=`mktemp -t /tmp`\n\techo 'body {\t\n\t\tbackground-color: #eee;\n\t}\n\t.document {\n\t\tbackground: white;\n\t\tfont-family: Georgia, serif;\n\t\tfont-size: 13px;\n\t\tborder: 1px #888 solid;\n\t\tpadding: 0 1em;\n\t}' > $css\n\tstylesheet=$css\nfi\n\nif [[ -n $stylesheet ]]\n\tthen flags=\"--embed-stylesheet --stylesheet=$stylesheet\"\n\telse flags=\"\"\nfi\n\nout=`mktemp -t /tmp`\necho \"Running: $TRST $flags \\\"$TM_FILEPATH\\\" \\\"$out.html\\\"\"\n$TRST $flags \"$TM_FILEPATH\" \"$out.html\"\nopen \"$out.html\"\n\n#rm \"$out.html\"\nif [[ -n $css ]]\n\tthen rm $css\nfi\n\n\n",
98
+ input: "document",
99
+ keyEquivalent: "^@p",
100
+ name: "Preview in Browser",
101
+ output: "showAsTooltip",
102
+ scope: "text.restructuredtext",
103
+ uuid: "065700E0-FE74-43E9-867E-019FF0D1487B"},
104
+ {beforeRunningCommand: "nop",
105
+ command:
106
+ "#!/usr/bin/env ruby\n$: << ENV['TM_SUPPORT_PATH'] + '/lib'\nrequire 'escape'\ndef esc(str)\n e_sn(str).gsub(/\\}/, '\\\\}') # escaping inside a placeholder\nend\n\ns = STDIN.read\nif s.empty? then\n print \"\\\\`\\\\`$1\\\\`\\\\`\"\nelsif s =~ /^\\\\`(.*)\\\\`$/ then\n print \"${1:\#{esc $1}}\"\nelsif ENV.has_key? 'TM_SELECTED_TEXT'\n print \"${1:\\\\`\\\\`\#{esc s}\\\\`\\\\`}\"\nelse\n print \"\\\\`\\\\`\#{e_sn s}\\\\`\\\\`\"\nend",
107
+ fallbackInput: "word",
108
+ input: "selection",
109
+ keyEquivalent: "@k",
110
+ name: "Typewriter",
111
+ output: "insertAsSnippet",
112
+ scope: "text.restructuredtext",
113
+ uuid: "4C8AB52A-5C88-4786-9FCE-28777DBB02B5"},
114
+ {beforeRunningCommand: "saveActiveFile",
115
+ captureFormatString: "Line: $2 Error: \"$3\"",
116
+ capturePattern: "^(.+):(\\d+): (.+)",
117
+ command:
118
+ "TRST=${TM_RST2HTML:=rst2html.py}\n# TRST = \"/System/Library/Frameworks/Python.framework/Versions/2.3/bin/rst2html.py\"\n# Send the current file through rst2html.py\n\"$TRST\" \"$TM_FILEPATH\" 1>/dev/null|pre",
119
+ fileCaptureRegister: "1",
120
+ input: "none",
121
+ keyEquivalent: "^V",
122
+ lineCaptureRegister: "2",
123
+ name: "Validate Syntax",
124
+ output: "showAsHTML",
125
+ scope: "text.restructuredtext",
126
+ uuid: "10B4E8D0-91DC-4764-9237-64009560BF3B"}]
@@ -11,6 +11,7 @@ module VER::Syntax::Detector
11
11
  exts "Apache", ["conf", "htaccess"]
12
12
  exts "AppleScript", ["applescript", "script editor"]
13
13
  head "AppleScript", /^#!.*(osascript)/
14
+ exts "AsciiDoc", ["txt", "asciidoc"]
14
15
  exts "ASP", ["asa"]
15
16
  exts "ASP vb.NET", ["vb"]
16
17
  exts "BibTeX", ["bib"]
@@ -30,10 +31,12 @@ module VER::Syntax::Detector
30
31
  head "C++", /-\*- C\+\+ -\*-/
31
32
  head "C++ Qt", /-\*- C\+\+ -\*-/
32
33
  exts "CMake Listfile", ["CMakeLists.txt", "cmake"]
34
+ exts "CoffeeScript", ["coffee", "Cakefile"]
33
35
  exts "ColdFusion", ["cfm", "cfml", "cfc"]
34
36
  exts "Context Free", ["cfdg", "context free"]
35
37
  exts "CSS", ["css", "css.erb"]
36
38
  exts "CSV", ["csv"]
39
+ exts "Cucumber Steps", ["steps.rb"]
37
40
  exts "D", ["d", "di"]
38
41
  head "D", /^#!.*\bg?dmd\b./
39
42
  exts "Diff", ["diff", "patch"]
@@ -57,11 +60,17 @@ module VER::Syntax::Detector
57
60
  exts "Fortran - Punchcard", ["f", "F", "f77", "F77", "for", "FOR", "fpp", "FPP"]
58
61
  exts "FXScript", ["fxscript"]
59
62
  exts "Gettext", ["po", "potx"]
63
+ exts "Gherkin", ["feature"]
64
+ head "Gherkin", /기능|機能|功能|フィーチャ|خاصية|תכונה|Функціонал|Функционалност|Функционал|Особина|Могућност|Özellik|Właściwość|Tính năng|Savybė|Požiadavka|Požadavek|Osobina|Ominaisuus|Omadus|OH HAI|Mogućnost|Mogucnost|Jellemző|Fīča|Funzionalità|Funktionalität|Funkcionalnost|Funkcionalitāte|Funcționalitate|Functionaliteit|Functionalitate|Funcionalitat|Funcionalidade|Fonctionnalité|Fitur|Feature|Egenskap|Egenskab|Crikey|Característica|Arwedd(.*)/
65
+ exts "Go", ["go"]
66
+ head "Go", /-[*]-( Mode:)? Go -[*]-/
67
+ exts "Grails Server Page", ["gsp"]
60
68
  exts "Graphviz (DOT)", ["dot", "DOT"]
61
69
  exts "Greasemonkey", ["user.js"]
62
70
  head "Greasemonkey", /\/\/ ==UserScript==/
63
71
  exts "Gri", ["gri"]
64
72
  head "Gri", /-[*]-( Mode:)? Gri -[*]-/
73
+ exts "Groovy", ["groovy", "gvy"]
65
74
  exts "GTD", ["gtd"]
66
75
  exts "GTDalt", ["gtd", "gtdlog"]
67
76
  exts "Haskell", ["hs"]
@@ -107,6 +116,7 @@ module VER::Syntax::Detector
107
116
  head "Mail", /^From: .*(?=\w+@[\w-]+\.\w+)/
108
117
  exts "Makefile", ["GNUmakefile", "makefile", "Makefile", "OCamlMakefile"]
109
118
  exts "Man", ["man"]
119
+ exts "Markdown", ["mdown", "markdown", "markdn", "md"]
110
120
  exts "Maven POM", ["pom.xml"]
111
121
  exts "Mediawiki", ["mediawiki", "wikipedia", "wiki"]
112
122
  exts "MEL", ["as"]
@@ -117,6 +127,7 @@ module VER::Syntax::Detector
117
127
  head "Movable Type", /<\$?[Mm][Tt]/
118
128
  exts "Movable Type (MT only)", ["mtml"]
119
129
  head "Movable Type (MT only)", /<\$?[Mm][Tt]/
130
+ head "MultiMarkdown", /^Format:\s*(?i:complete)\s*$/
120
131
  exts "Nemerle", ["n"]
121
132
  exts "newLisp", ["lsp", "qwerty"]
122
133
  exts "Objective-C", ["m", "h"]
@@ -130,6 +141,7 @@ module VER::Syntax::Detector
130
141
  head "Perl", /^#!.*\bperl\b/
131
142
  exts "Perl HTML-Template", ["tmpl"]
132
143
  head "Perl HTML-Template", /<(?i:TMPL)_.+?>/
144
+ head "PHP", /^#!.*(?<!-)php[0-9]{0,1}\b/
133
145
  exts "Plain Text", ["txt"]
134
146
  exts "Postscript", ["ps", "eps"]
135
147
  head "Postscript", /^%!PS/
@@ -154,7 +166,7 @@ module VER::Syntax::Detector
154
166
  exts "RJS", ["rjs"]
155
167
  exts "RSpec", ["spec.rb"]
156
168
  exts "Ruby", ["rb", "rbx", "rjs", "Rakefile", "rake", "cgi", "fcgi", "gemspec", "irbrc", "capfile"]
157
- head "Ruby", /^#!\/.*\bruby\b/
169
+ head "Ruby", /^#!\/.*\bruby/
158
170
  exts "Ruby Haml", ["haml", "sass"]
159
171
  exts "Ruby on Rails", ["rxml", "builder"]
160
172
  exts "S5 Slide Show", ["s5"]
@@ -1,7 +1,4 @@
1
1
  module VER
2
- PanedLayout::OPTIONS[:slaves] = 0
3
- layout.options[:slaves] = 0
4
-
5
2
  major_mode :Fundamental do
6
3
  use :control
7
4
  end
@@ -9,137 +6,144 @@ module VER
9
6
  major_mode :MiniBuffer do
10
7
  use :basic, :readline
11
8
 
12
- map :abort, %w[Escape], %w[Control-c]
13
- map :attempt, %w[Return]
14
- map :complete_large, %w[Double-Tab]
15
- map :complete_small, %w[Tab]
9
+ map :abort, '<Escape>', '<Control-c>'
10
+ map :attempt, '<Return>'
11
+ map :complete_large, '<Control-d>'
12
+ map :complete_small, '<Tab>'
16
13
  end
17
14
 
18
15
  major_mode :HoverCompletion do
19
16
  use :basic
20
17
 
21
- map :cancel, %w[Escape], %w[BackSpace]
22
- map :continue_completion, %w[Right], %w[Tab]
23
- map :go_down, %w[Down], %w[Control-p]
24
- map :go_up, %w[Up], %w[Control-n]
25
- map :submit, %w[Return]
18
+ map :cancel, '<Escape>', '<BackSpace>'
19
+ map :continue_completion, '<Right>', '<Tab>'
20
+ map :go_down, '<Down>', '<Control-p>'
21
+ map :go_up, '<Up>', '<Control-n>'
22
+ map :submit, '<Return>'
26
23
  end
27
24
 
28
25
  minor_mode :basic do
29
26
  handler Methods::Basic
30
- map :quit, %w[Control-q]
27
+ map :quit, '<Control-q>'
31
28
  end
32
29
 
33
30
  minor_mode :move do
34
- handler Methods::Move
35
- map :ask_go_line, %w[Control-g]
36
- map :end_of_line, %w[End], %w[Control-e]
37
- map :end_of_text, %w[Alt-greater]
38
- map :next_char, %w[Right], %w[Control-f]
39
- map :next_line, %w[Down], %w[Control-n]
40
- map :next_page, %w[Next]
41
- map :next_word, %w[Shift-Right], %w[Alt-f]
42
- map :prev_char, %w[Left], %w[Control-b]
43
- map :prev_line, %w[Up], %w[Control-p]
44
- map :prev_page, %w[Prior]
45
- map :prev_word, %w[Shift-Left], %w[Alt-b]
46
- map :start_of_line, %w[Home], %w[Control-a]
47
- map :start_of_text, %w[Alt-less]
48
- map :forward_scroll, %w[Alt-n]
49
- map :backward_scroll, %w[Alt-p]
31
+ handler :at_insert
32
+ map :ask_go_line, '<Control-g>'
33
+ map :backward_scroll, '<Alt-p>'
34
+ map :end_of_buffer, '<Alt-greater>'
35
+ map :last_char, '<End>', '<Control-e>'
36
+ map :forward_scroll, '<Alt-n>'
37
+ map :next_char, '<Right>'
38
+ map :next_line, '<Down>'
39
+ map :next_page, '<Next>'
40
+ map :next_word, '<Shift-Right>'
41
+ map :prev_char, '<Left>'
42
+ map :prev_line, '<Up>'
43
+ map :prev_page, '<Prior>'
44
+ map :prev_word, '<Shift-Left>'
45
+ map :start_of_buffer, '<Alt-less>'
46
+ map :start_of_line, '<Home>'
50
47
  end
51
48
 
52
49
  minor_mode :control do
53
50
  inherits :basic, :move
54
51
 
55
- become :select_char, %w[Control-space]
56
- become :select_line, %w[Escape Control-space], %w[Control-Alt-space]
52
+ become :select_char, '<Control-space>'
53
+ become :select_line, '<Escape><Control-space>', '<Control-Alt-space>'
54
+
55
+ map :save, '<Control-s>'
56
+ map :save_as, '<Alt-S>'
57
+ map :undo, '<Control-z>'
58
+ map :redo, '<Control-y>'
57
59
 
58
- handler Methods::Save
59
- map :save, %w[Control-s]
60
- map :save_as, %w[Alt-S]
60
+ handler Methods::Open
61
+ map :file_open_ask, '<Control-o>'
61
62
 
62
63
  handler Methods::Layout
63
- map :close, %w[Control-w]
64
- 1.upto(9){|n|
65
- map([:focus, n], ["Alt-KeyPress-#{n}"], ["Escape", n.to_s]) }
64
+ map :close, '<Control-w>'
65
+ 1.upto 9 do |n|
66
+ map [:focus, n], "<Alt-Key-#{n}>", "<Escape><Key-#{n}>"
67
+ end
66
68
 
67
- handler Methods::Insert
68
- map :newline, %w[Return]
69
- map :selection, %w[Shift-Insert]
70
- map :tab, %w[Control-t]
71
- missing :string
69
+ handler :at_insert
70
+ map :insert_newline, '<Return>'
71
+ map :insert_selection, '<Shift-Insert>'
72
+ map :insert_tab, '<Control-t>'
72
73
 
73
74
  handler Methods::Control
74
- map :indent_line, %w[Alt-i], %w[Escape i]
75
- map :unindent_line, %w[Alt-I], %w[Escape I]
76
- map :exec_into_new, %w[F2]
77
- map :exec_into_void, %w[F8]
78
- map [:exec_into_new, 'ruby -c $f'], %w[Control-Alt-c]
79
- map :cursor_vertical_top, %w[Alt-comma], %w[Escape comma]
80
- map :cursor_vertical_bottom, %w[Alt-period], %w[Escape period]
81
- map :join_line_forward, %w[Alt-j], %w[Escape j]
82
- map :join_line_backward, %w[Alt-J], %w[Escape J]
75
+ map :indent_line, '<Alt-i>', '<Escape>i'
76
+ map :unindent_line, '<Alt-I>', '<Escape>I'
77
+ map :exec_into_new, '<F2>'
78
+ map :exec_into_void, '<F8>'
79
+ map [:exec_into_new, 'ruby -c $f'], '<Control-Alt-c>'
80
+ map :cursor_vertical_top, '<Alt-comma>', '<Escape>,'
81
+ map :cursor_vertical_bottom, '<Alt-period>', '<Escape>.'
82
+ map :join_forward, '<Alt-j>', '<Escape>j'
83
+ map :join_backward, '<Alt-J>', '<Escape>J'
83
84
 
84
85
  handler Methods::Completion
85
- map :word, %w[Alt-e], %w[Escape e]
86
+ map :word, '<Alt-e>', '<Escape>e'
86
87
 
87
88
  handler Methods::Clipboard
88
- map :paste, %w[Control-v]
89
-
90
- handler Methods::Undo
91
- map :undo, %w[Control-z]
92
- map :redo, %w[Control-y]
89
+ map :paste, '<Control-v>'
93
90
 
94
- handler Methods::Delete
95
- map :kill_line, %w[Control-k], %w[Control-d Control-d]
96
- map [:delete_motion, :end_of_line], %w[Control-Alt-k], %w[Control-d dollar]
97
- map [:delete_motion, :prev_char], %w[BackSpace]
98
- map [:delete_motion, :next_char], %w[Delete]
91
+ handler :at_insert
92
+ map :kill_line, '<Control-k>', '<Control-d><Control-d>'
93
+ map [:deleting, :last_char], '<Control-Alt-k>', '<Control-d>$'
94
+ map [:deleting, :prev_char], '<BackSpace>'
95
+ map [:deleting, :next_char], '<Delete>'
99
96
 
100
97
  handler Methods::Bookmark
101
- map :add_named, %w[Alt-b Alt-a]
102
- map :next, %w[Alt-b Alt-n]
103
- map :prev, %w[Alt-b Alt-p]
104
- map :remove_named, %w[Alt-b Alt-r]
105
- map :toggle, %w[Alt-b Alt-b]
106
- map :visit_named, %w[Alt-b Alt-g]
98
+ map :add_named, '<Alt-b><Alt-a>'
99
+ map :next, '<Alt-b><Alt-n>'
100
+ map :prev, '<Alt-b><Alt-p>'
101
+ map :remove_named, '<Alt-b><Alt-r>'
102
+ map :toggle, '<Alt-b><Alt-b>'
103
+ map :visit_named, '<Alt-b><Alt-g>'
107
104
  # these are only valid on US keymap, don't know a better way.
108
- map [:add_named, '1'], %w[Alt-b Alt-exclam]
109
- map [:add_named, '2'], %w[Alt-b Alt-at]
110
- map [:add_named, '3'], %w[Alt-b Alt-numbersign]
111
- map [:add_named, '4'], %w[Alt-b Alt-dollar]
112
- map [:add_named, '5'], %w[Alt-b Alt-percent]
113
- map [:visit_named, '1'], %w[Alt-b Alt-1]
114
- map [:visit_named, '2'], %w[Alt-b Alt-2]
115
- map [:visit_named, '3'], %w[Alt-b Alt-3]
116
- map [:visit_named, '4'], %w[Alt-b Alt-4]
117
- map [:visit_named, '5'], %w[Alt-b Alt-5]
105
+ map [:add_named, '1'], '<Alt-b><Alt-exclam>'
106
+ map [:add_named, '2'], '<Alt-b><Alt-at>'
107
+ map [:add_named, '3'], '<Alt-b><Alt-numbersign>'
108
+ map [:add_named, '4'], '<Alt-b><Alt-dollar>'
109
+ map [:add_named, '5'], '<Alt-b><Alt-percent>'
110
+ map [:visit_named, '1'], '<Alt-b><Alt-Key-1>'
111
+ map [:visit_named, '2'], '<Alt-b><Alt-Key-2>'
112
+ map [:visit_named, '3'], '<Alt-b><Alt-Key-3>'
113
+ map [:visit_named, '4'], '<Alt-b><Alt-Key-4>'
114
+ map [:visit_named, '5'], '<Alt-b><Alt-Key-5>'
118
115
 
119
116
  handler Methods::CTags
120
- map :go, %w[Alt-t]
121
- map :find_current, %w[Alt-parenright]
122
- map :prev, %w[Alt-parenleft]
117
+ map :go, '<Alt-t>'
118
+ map :find_current, '<Alt-parenright>'
119
+ map :prev, '<Alt-parenleft>'
123
120
 
124
121
  handler Methods::Search
125
- map :status_next, %w[Control-f]
126
- map :next, %w[F3]
127
- map :clear, %w[Control-Alt-u]
128
- # TODO: this doesn't work, investiate.
129
- map :prev, %w[Shift-F3]
122
+ map :status_next, '<Control-f>'
123
+ map :next, '<F3>'
124
+ map :clear, '<Control-Alt-u>'
125
+
126
+ if x11?
127
+ map :prev, '<XF86_Switch_VT_3>'
128
+ else
129
+ map :prev, '<Shift-F3>'
130
+ end
131
+
132
+ handler Methods::Insert
133
+ missing :string
130
134
  end
131
135
 
132
136
  minor_mode :select do
133
137
  handler Methods::Selection
134
- map :copy, %w[Control-c]
135
- map :kill, %w[Control-x]
136
- map :delete, %w[BackSpace], %w[Delete]
137
- map :replace_with_clipboard, %w[Control-v]
138
+ map :copy, '<Control-c>'
139
+ map :kill, '<Control-x>'
140
+ map :delete, '<BackSpace>', '<Delete>'
141
+ map :replace_with_clipboard, '<Control-v>'
138
142
  end
139
143
 
140
144
  minor_mode :select_char do
141
145
  inherits :move, :select
142
- become :control, %w[Escape]
146
+ become :control, '<Escape>'
143
147
  handler Methods::Selection
144
148
  enter :enter
145
149
  leave :leave
@@ -147,36 +151,30 @@ module VER
147
151
 
148
152
  minor_mode :select_line do
149
153
  inherits :move, :select
150
- become :control, %w[Escape]
154
+ become :control, '<Escape>'
151
155
  handler Methods::Selection
152
156
  enter :enter
153
157
  leave :leave
154
158
  end
155
159
 
156
160
  minor_mode :readline do
157
- map :accept_line, %w[Return]
158
-
159
- map :end_of_line, %w[End], %w[Control-e]
160
- map :insert_selection, %w[Shift-Insert]
161
- map :insert_tab, %w[Control-v Tab]
162
- map :kill_end_of_line, %w[Control-k]
163
- map :kill_next_char, %w[Control-d], %w[Delete]
164
- map :kill_next_word, %w[Alt-d]
165
- map :kill_prev_char, %w[BackSpace]
166
- map :kill_prev_word, %w[Control-w]
167
- map :next_char, %w[Right], %w[Control-f]
168
- map :next_word, %w[Shift-Right], %w[Alt-f]
169
- map :prev_char, %w[Left], %w[Control-b]
170
- map :prev_word, %w[Shift-Left], %w[Alt-b]
171
- map :start_of_line, %w[Home], %w[Control-a]
172
- map :transpose_chars, %w[Control-t]
173
-
174
- map :sel_prev_char, %w[Shift-Left]
175
- map :sel_next_char, %w[Shift-Right]
176
- map :sel_prev_word, %w[Shift-Control-Left]
177
- map :sel_next_word, %w[Shift-Control-Right]
178
- map :sel_start_of_line, %w[Shift-Home]
179
- map :sel_end_of_line, %w[Shift-End]
161
+ map :accept_line, '<Return>'
162
+
163
+ map :last_char, '<End>', '<Control-e>'
164
+ map :insert_selection, '<Shift-Insert>'
165
+ map :insert_tab, '<Control-v><Tab>'
166
+ map :kill_end_of_line, '<Control-k>'
167
+ map :kill_next_char, '<Control-d>', '<Delete>'
168
+ map :kill_next_word, '<Alt-d>'
169
+ map :kill_prev_char, '<BackSpace>'
170
+ map :kill_prev_word, '<Control-w>'
171
+ map :next_char, '<Right>', '<Control-f>'
172
+ map :next_word, '<Shift-Right>', '<Alt-f>'
173
+ map :prev_char, '<Left>', '<Control-b>'
174
+ map :prev_word, '<Shift-Left>', '<Alt-b>'
175
+ map :start_of_line, '<Home>', '<Control-a>'
176
+ map :transpose_chars, '<Control-t>'
177
+ map :paste, '<Control-y>'
180
178
 
181
179
  missing :insert_string
182
180
  end