ver 2010.02 → 2010.08

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
data/.gitignore CHANGED
@@ -1 +1,2 @@
1
1
  tags
2
+ .todo
data/.yardopts CHANGED
@@ -1 +1 @@
1
- lib/**/*.rb config/plugin/**/*.rb - README.textile ROADMAP.textile LICENSE AUTHORS
1
+ lib/**/*.rb config/plugin/**/*.rb - README.textile LICENSE AUTHORS
data/AUTHORS CHANGED
@@ -1,6 +1,6 @@
1
1
  Following persons have contributed to ver.
2
2
  (Sorted by number of submitted patches, then alphabetically)
3
3
 
4
- 1080 Michael Fellinger <m.fellinger@gmail.com>
5
- 32 Julian Langschaedel <meta.rb@gmail.com>
4
+ 1367 Michael Fellinger <m.fellinger@gmail.com>
5
+ 38 Julian Langschaedel <meta.rb@gmail.com>
6
6
  1 Tadahiko Uehara <kikofx@gmail.com>
data/CHANGELOG CHANGED
@@ -1,3 +1,1163 @@
1
+ [657f766 | 2010-08-23 10:18:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
2
+
3
+ * Fix ffi-tk dependency
4
+
5
+ [4a6d7da | 2010-08-23 10:17:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
6
+
7
+ * Version 2010.08
8
+
9
+ [07a6847 | 2010-08-19 10:39:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
10
+
11
+ * Implement matching brace jumping from anywhere
12
+
13
+ [4f9ae6f | 2010-08-17 09:05:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
14
+
15
+ * Fix namespace reference
16
+
17
+ [fa104a7 | 2010-08-05 08:24:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
18
+
19
+ * Adding cucumber from aslak
20
+
21
+ [a516287 | 2010-08-05 02:30:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
22
+
23
+ * Fix Open.file_under_cursor
24
+
25
+ [31dc014 | 2010-06-24 11:48:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
26
+
27
+ * Add CoffeScript bundle
28
+
29
+ [7d93dc5 | 2010-04-20 05:58:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
30
+
31
+ * Make sure insert cursor stays visible if minibuffer expands
32
+
33
+ [3ad4ead | 2010-04-18 11:19:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
34
+
35
+ * Language preferences influence options.comment_line now
36
+
37
+ [0939615 | 2010-04-18 11:06:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
38
+
39
+ * Make config/preferences/Go.rb US-ASCII
40
+
41
+ [5862b15 | 2010-04-14 09:33:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
42
+
43
+ * Update config/detect.rb for AsciiDoc and Go
44
+
45
+ [8e84b70 | 2010-04-03 15:01:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
46
+
47
+ * Remember the syntax last used in a buffer
48
+
49
+ [7b19a18 | 2010-04-03 11:59:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
50
+
51
+ * Avoid failure when buffer is visited for the first time
52
+
53
+ [e00499e | 2010-04-03 11:55:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
54
+
55
+ * Fix .yardopts
56
+
57
+ [19d18e5 | 2010-04-03 11:55:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
58
+
59
+ * Avoid race conditions in syntax highlighting
60
+
61
+ [9ee2edb | 2010-04-02 12:05:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
62
+
63
+ * Persist and load individual buffer info so VER remembers the position of insert cursor even without sessions
64
+
65
+ [fc4d13c | 2010-04-02 05:43:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
66
+
67
+ * Improve the session code, unfortunately sessions are useless right now
68
+
69
+ [cba72e4 | 2010-04-02 03:44:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
70
+
71
+ * Fix and spec issue when deleting line selections
72
+
73
+ [5fc32e7 | 2010-04-02 03:37:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
74
+
75
+ * Fix issue with syntax highlighting when buffer lock is deleted
76
+
77
+ [1d9a149 | 2010-04-01 04:00:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
78
+
79
+ * Only fork on unix platform
80
+
81
+ [10190d6 | 2010-04-01 03:50:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
82
+
83
+ * Implement Control-e and Control-y in insert mode
84
+
85
+ [16a869c | 2010-03-31 15:02:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
86
+
87
+ * Simplify macro calls
88
+
89
+ [154963c | 2010-03-31 14:55:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
90
+
91
+ * Add last-used macro repetition
92
+
93
+ [e1edbf8 | 2010-03-31 14:43:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
94
+
95
+ * Basic support for macros
96
+
97
+ [b695962 | 2010-03-31 06:45:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
98
+
99
+ * Cleanup
100
+
101
+ [6a8006b | 2010-03-31 06:42:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
102
+
103
+ * Increase/Decrease indent in insert mode with Control-t and Control-d
104
+
105
+ [f345e14 | 2010-03-31 06:12:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
106
+
107
+ * Control-m and Control-j can be used for newlines in insert mode
108
+
109
+ [3885a64 | 2010-03-31 06:06:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
110
+
111
+ * Basic support for Control-v to insert literals
112
+
113
+ [7a8081e | 2010-03-31 03:43:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
114
+
115
+ * Make it possible to add a new reader within a called reader
116
+
117
+ [240fbac | 2010-03-31 03:42:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
118
+
119
+ * Improve debugging output for shadowed actions
120
+
121
+ [dc659bd | 2010-03-29 08:32:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
122
+
123
+ * Fix end_of_line in diakonos keymap
124
+
125
+ [48f2ae8 | 2010-03-29 08:32:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
126
+
127
+ * Fix some keysyms for X11
128
+
129
+ [21a66f3 | 2010-03-29 08:15:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
130
+
131
+ * Fix nano keymap
132
+
133
+ [f43b424 | 2010-03-29 08:12:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
134
+
135
+ * Fix toggling selection case
136
+
137
+ [efa5a62 | 2010-03-29 08:00:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
138
+
139
+ * Support for {visual}I and {visual}A
140
+
141
+ [a0b0d07 | 2010-03-29 07:37:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
142
+
143
+ * Fix specs for text object motion
144
+
145
+ [0a6dd92 | 2010-03-29 06:38:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
146
+
147
+ * Fix pattern expansion
148
+
149
+ [1b62c89 | 2010-03-29 06:35:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
150
+
151
+ * Fix specs of MajorMode
152
+
153
+ [f2e648c | 2010-03-29 06:32:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
154
+
155
+ * Fix MinorMode specs
156
+
157
+ [3e622cb | 2010-03-29 06:26:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
158
+
159
+ * Fix insert specs
160
+
161
+ [3b91d22 | 2010-03-29 06:18:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
162
+
163
+ * Fix selection specs
164
+
165
+ [6e2d990 | 2010-03-29 06:07:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
166
+
167
+ * Fix WidgetMajorMode spec
168
+
169
+ [369556d | 2010-03-28 19:09:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
170
+
171
+ * a bunch of changes, don't even try to understand that
172
+
173
+ [16f601b | 2010-03-28 14:32:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
174
+
175
+ * Split selection into more files
176
+
177
+ [e3b8835 | 2010-03-27 13:14:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
178
+
179
+ * Implement specs for insert mode keys
180
+
181
+ [0c52b7e | 2010-03-27 13:01:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
182
+
183
+ * Fix and spec for bug in replace char
184
+
185
+ [dc5e07f | 2010-03-27 12:17:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
186
+
187
+ * Implement specs for deletion
188
+
189
+ [37f40fa | 2010-03-25 13:17:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
190
+
191
+ * Finalize yet another spec file
192
+
193
+ [9165aa3 | 2010-03-25 13:07:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
194
+
195
+ * Support for increase/decrease numbers
196
+
197
+ [855f84f | 2010-03-24 15:55:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
198
+
199
+ * rot13 encoding, up/down/toggle casing
200
+
201
+ [6116ab7 | 2010-03-24 12:48:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
202
+
203
+ * A couple of improvments for changing
204
+
205
+ [1033751 | 2010-03-24 04:49:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
206
+
207
+ * specs and support for NR
208
+
209
+ [fd8632c | 2010-03-24 04:15:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
210
+
211
+ * some more for copying and moving
212
+
213
+ [cee78b5 | 2010-03-24 01:58:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
214
+
215
+ * Add a lot of stuff... see spec for details
216
+
217
+ [7f22266 | 2010-03-22 03:35:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
218
+
219
+ * Add support for digraphs
220
+
221
+ [eb31050 | 2010-03-22 01:38:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
222
+
223
+ * Split vim keymap into files
224
+
225
+ [d8da7d0 | 2010-03-21 12:03:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
226
+
227
+ * Hackfix for rchardet fail
228
+
229
+ [fb80925 | 2010-03-21 12:03:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
230
+
231
+ * Add specs describing the functionality listed in vim quickref
232
+
233
+ [fa7862d | 2010-03-20 10:54:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
234
+
235
+ * First chunk of specs written to match vim behaviour
236
+
237
+ [cfeb1d6 | 2010-03-18 07:02:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
238
+
239
+ * ^ really is start_of_line, g^ is home_of_line
240
+
241
+ [e0b3410 | 2010-03-18 05:08:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
242
+
243
+ * Implement a bit of vim left-right motion quickref
244
+
245
+ [f7c9513 | 2010-03-18 03:55:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
246
+
247
+ * Remove the ROADMAP
248
+
249
+ [26cea72 | 2010-03-18 03:54:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
250
+
251
+ * Some updates for README
252
+
253
+ [84374da | 2010-03-17 17:14:54 UTC] Julian Langschaedel <meta.rb@gmail.com>
254
+
255
+ * Fix quoteright typo
256
+
257
+ [d6237dd | 2010-03-17 09:46:05 UTC] Julian Langschaedel <meta.rb@gmail.com>
258
+
259
+ * Adjust load_aliases to mac
260
+
261
+ [a110fe0 | 2010-03-17 11:56:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
262
+
263
+ * Implement equivalents for the way diakonos manipulates text via <F7>, <F19>, and <Alt-F7>
264
+
265
+ [0808bcd | 2010-03-17 04:57:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
266
+
267
+ * First fixes for snippet completion
268
+
269
+ [a8cf144 | 2010-03-17 04:52:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
270
+
271
+ * Final fixes and specs, generalize mode resolution and make it very explicit what happens
272
+
273
+ [96cf161 | 2010-03-16 16:17:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
274
+
275
+ * Fix and spec the fallback behaviour of modes
276
+
277
+ [afc4589 | 2010-03-16 15:39:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
278
+
279
+ * Simplify keymap spec
280
+
281
+ [e260fb1 | 2010-03-16 14:07:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
282
+
283
+ * Comment Completions bind, rm your .events to get rid of weird mouse behaviour
284
+
285
+ [e3b0d82 | 2010-03-16 14:06:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
286
+
287
+ * Event::load_default is a module function
288
+
289
+ [4a155b2 | 2010-03-15 13:26:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
290
+
291
+ * Share common code of keymap specs
292
+
293
+ [d6fda47 | 2010-03-15 13:15:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
294
+
295
+ * Improvments and fixes for diakonos keymap spec
296
+
297
+ [e79891a | 2010-03-15 13:11:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
298
+
299
+ * Fix aliasing
300
+
301
+ [d560c15 | 2010-03-15 12:36:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
302
+
303
+ * Finally rename keysyms.rb to event.rb
304
+
305
+ [1d452f1 | 2010-03-15 12:35:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
306
+
307
+ * A bit less verbose keysyms
308
+
309
+ [91da344 | 2010-03-15 12:34:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
310
+
311
+ * Add pasting from clipboard in Entry
312
+
313
+ [c859afd | 2010-03-15 12:34:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
314
+
315
+ * bind <Control-l> to kind-of-redraw
316
+
317
+ [7549efc | 2010-03-15 12:28:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
318
+
319
+ * Try a different approach for the Shift-Fn issue
320
+
321
+ [7ab8ac8 | 2010-03-15 11:58:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
322
+
323
+ * A few more specs for nano and vim
324
+
325
+ [999ac49 | 2010-03-15 11:57:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
326
+
327
+ * Fix deleting in Entry
328
+
329
+ [b1ec518 | 2010-03-15 10:39:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
330
+
331
+ * Add specs for forward search in vim keymap, minibuffer queries can be handled in specs now as well
332
+
333
+ [94dfcf3 | 2010-03-15 10:13:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
334
+
335
+ * Some updates to vim keymap specs
336
+
337
+ [d1d6152 | 2010-03-14 15:05:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
338
+
339
+ * Add support for Esc Esc ascii input in nano keymap
340
+
341
+ [666347d | 2010-03-14 14:40:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
342
+
343
+ * Fix filename completion
344
+
345
+ [d1c3c40 | 2010-03-14 14:28:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
346
+
347
+ * Fix diakonos keymap
348
+
349
+ [a873426 | 2010-03-14 14:25:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
350
+
351
+ * Fix keymap spec
352
+
353
+ [2ea4682 | 2010-03-14 14:20:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
354
+
355
+ * Fix spec for smart_autoindent
356
+
357
+ [a78c163 | 2010-03-14 14:17:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
358
+
359
+ * Update keymap of git and soma plugins
360
+
361
+ [d90a0f2 | 2010-03-14 14:11:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
362
+
363
+ * Improve behaviour of r and c in char selection
364
+
365
+ [674c2ba | 2010-03-14 14:01:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
366
+
367
+ * Add simple copy/paste to readline
368
+
369
+ [1f08862 | 2010-03-14 13:52:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
370
+
371
+ * Fix warnings in vim keymap
372
+
373
+ [69a1d12 | 2010-03-14 13:45:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
374
+
375
+ * Allow abbreviation of modifiers and details in event pattern
376
+
377
+ [767abee | 2010-03-13 17:53:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
378
+
379
+ * Extract Platform into VER namespace
380
+
381
+ [0d6dd60 | 2010-03-13 15:46:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
382
+
383
+ * Add Go bundle
384
+
385
+ [63f2efa | 2010-03-13 15:46:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
386
+
387
+ * Update bundles
388
+
389
+ [72c7e95 | 2010-03-13 12:32:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
390
+
391
+ * Try to capture correct pattern
392
+
393
+ [49a2991 | 2010-03-13 12:32:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
394
+
395
+ * In insert mode, Control-e is not eval
396
+
397
+ [599fce4 | 2010-03-13 12:31:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
398
+
399
+ * Update nano keymap
400
+
401
+ [85d9391 | 2010-03-13 12:15:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
402
+
403
+ * Log warnings when keymap is not consistent
404
+
405
+ [cfba760 | 2010-03-13 11:56:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
406
+
407
+ * Add Pathname#rm_f, in case another instance of VER was told to remove the lockfile, the original holder of the lock shouldn't complain when it's gone
408
+
409
+ [76d7650 | 2010-03-13 11:51:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
410
+
411
+ * Remove some useless overhead
412
+
413
+ [8b1cfe3 | 2010-03-13 11:51:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
414
+
415
+ * Add Control-bracketleft and Control-bracketright for lianj
416
+
417
+ [488b76b | 2010-03-13 11:42:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
418
+
419
+ * Add VER::Struct, a caching wrapper for core Struct, so source-reloading works for classes that inherit from Struct.new without superclass mismatch
420
+
421
+ [d4990f2 | 2010-03-13 11:39:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
422
+
423
+ * A bit of nitpicking
424
+
425
+ [ebeeb58 | 2010-03-13 11:39:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
426
+
427
+ * Fix file_open_ask
428
+
429
+ [001709f | 2010-03-13 11:31:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
430
+
431
+ * A couple more shortcuts from FFI::Platform for Keymap::Platform
432
+
433
+ [43ced59 | 2010-03-13 10:32:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
434
+
435
+ * Seed .events with all non-mod ASCII keys
436
+
437
+ [f7f005b | 2010-03-13 10:31:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
438
+
439
+ * Fix preview
440
+
441
+ [bccf37f | 2010-03-13 00:45:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
442
+
443
+ * Now try it the other way round, keymap has Alt, we send M1
444
+
445
+ [858e7dd | 2010-03-13 00:45:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
446
+
447
+ * Only use STRING_UTF8 on x11
448
+
449
+ [5c79d1f | 2010-03-12 09:25:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
450
+
451
+ * use b flag instead of :BINARY
452
+
453
+ [db7cfd3 | 2010-03-12 08:57:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
454
+
455
+ * Add stub spec for nano and fix keymap
456
+
457
+ [c193da5 | 2010-03-12 08:56:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
458
+
459
+ * And a couple more improvments to keysyms
460
+
461
+ [67cb586 | 2010-03-12 08:22:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
462
+
463
+ * Fix Status::Label#on_destroy
464
+
465
+ [bdf8f35 | 2010-03-12 08:21:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
466
+
467
+ * Fix specs
468
+
469
+ [462646d | 2010-03-12 08:20:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
470
+
471
+ * Make Status::Label more robust when destroyed
472
+
473
+ [95882c8 | 2010-03-12 08:19:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
474
+
475
+ * Add clear method to Clipboard
476
+
477
+ [801065c | 2010-03-12 07:13:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
478
+
479
+ * Fix specs to handle Buffer calling VER.exit
480
+
481
+ [5eed471 | 2010-03-12 06:18:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
482
+
483
+ * Fix Diakonos keymap and spec
484
+
485
+ [a34469e | 2010-03-12 06:16:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
486
+
487
+ * This should finally solve the keysym issues
488
+
489
+ [68a772c | 2010-03-12 05:53:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
490
+
491
+ * Fix annoying behaviour of MiniBuffer, no highlighting anymore since the popup of the minibuffer should be notification enough
492
+
493
+ [829df0d | 2010-03-12 05:52:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
494
+
495
+ * Fix some annoying behaviour of search_and_replace
496
+
497
+ [c5d2472 | 2010-03-12 05:24:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
498
+
499
+ * Adjust the binding of keys
500
+
501
+ [795e961 | 2010-03-12 05:20:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
502
+
503
+ * Nicer name in $0
504
+
505
+ [e8573b0 | 2010-03-11 12:08:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
506
+
507
+ * Fix vim spec
508
+
509
+ [c070a6a | 2010-03-11 12:06:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
510
+
511
+ * A little bit of cleanup in minibuffer
512
+
513
+ [fad649e | 2010-03-11 12:04:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
514
+
515
+ * Also export to string selection when copying an array
516
+
517
+ [2ce4cc6 | 2010-03-11 12:04:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
518
+
519
+ * Bookmark visit should work now
520
+
521
+ [da38e35 | 2010-03-11 12:03:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
522
+
523
+ * Some more fixes and specs
524
+
525
+ [b30c78f | 2010-03-11 11:27:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
526
+
527
+ * Major improvments to VER::Clipboard
528
+
529
+ [7241574 | 2010-03-11 10:02:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
530
+
531
+ * A lot of cleanup in vim keymap
532
+
533
+ [c1ff3e9 | 2010-03-11 09:19:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
534
+
535
+ * Make vim keymap spec pass again
536
+
537
+ [5880f9d | 2010-03-10 17:53:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
538
+
539
+ * Prepare some more ASCII for .events generation
540
+
541
+ [3ab995b | 2010-03-10 13:17:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
542
+
543
+ * Make location of .events configurable
544
+
545
+ [8c51bd0 | 2010-03-10 13:14:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
546
+
547
+ * Don't pay too much attention to the .events missing
548
+
549
+ [7aec21e | 2010-03-10 13:14:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
550
+
551
+ * Avoid fail for colon
552
+
553
+ [856600c | 2010-03-10 13:08:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
554
+
555
+ * Fix subtle bug
556
+
557
+ [8f2db0a | 2010-03-10 13:06:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
558
+
559
+ * Better structure and behaviour of keysym update
560
+
561
+ [655c891 | 2010-03-10 12:39:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
562
+
563
+ * M2 really is Control
564
+
565
+ [65271b8 | 2010-03-10 12:35:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
566
+
567
+ * remove call to windowingsystem before fork
568
+
569
+ [b49608a | 2010-03-10 04:26:57 UTC] Julian Langschaedel <meta.rb@gmail.com>
570
+
571
+ * Fix fork startup
572
+
573
+ [cbc5665 | 2010-03-10 04:17:12 UTC] Julian Langschaedel <meta.rb@gmail.com>
574
+
575
+ * missing keysyms uncomment
576
+
577
+ [f1c6fca | 2010-03-10 08:02:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
578
+
579
+ * First more-or-less done version of the keysym mapping
580
+
581
+ [6201481 | 2010-03-10 01:49:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
582
+
583
+ * Another snapshot on the way to better keysyms
584
+
585
+ [501eda8 | 2010-03-09 07:38:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
586
+
587
+ * Remove useless code
588
+
589
+ [1b942ec | 2010-03-09 15:16:41 UTC] Julian Langschaedel <meta.rb@gmail.com>
590
+
591
+ * Fix line_evaluate
592
+
593
+ [385dd4a | 2010-03-09 07:37:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
594
+
595
+ * Rename sequence to pattern
596
+
597
+ [a3ebcec | 2010-03-09 07:28:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
598
+
599
+ * Snapshot of keysyms
600
+
601
+ [a566924 | 2010-03-07 12:37:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
602
+
603
+ * Try to resolve issues with windows platform
604
+
605
+ [2969f3a | 2010-03-07 09:32:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
606
+
607
+ * Add some more sequences
608
+
609
+ [dd57916 | 2010-03-07 09:14:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
610
+
611
+ * Add output to console, if we are forked it goes to /dev/null anyway
612
+
613
+ [5d884df | 2010-03-07 09:14:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
614
+
615
+ * More fixes and specs
616
+
617
+ [10a1afe | 2010-03-07 09:04:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
618
+
619
+ * Fix Basic::quit
620
+
621
+ [2127ea6 | 2010-03-07 09:04:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
622
+
623
+ * Fix Status::Filename
624
+
625
+ [29c50a1 | 2010-03-07 09:03:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
626
+
627
+ * Use Tk.update
628
+
629
+ [83da8af | 2010-03-07 09:03:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
630
+
631
+ * Add option to avoid opening welcome buffer
632
+
633
+ [6db44e8 | 2010-03-07 09:02:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
634
+
635
+ * Remove KEYSYM and SYMKEY, use FakeEvent instead, seed with the results of one hour of punching the keyboard
636
+
637
+ [4dca9fb | 2010-03-07 07:46:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
638
+
639
+ * First set of specs for Diakonos keymap
640
+
641
+ [01cb87b | 2010-03-07 07:45:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
642
+
643
+ * Fix Diakonos status widgets
644
+
645
+ [dac5734 | 2010-03-07 07:45:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
646
+
647
+ * HoverCompletion should share font with buffer
648
+
649
+ [aabee17 | 2010-03-07 06:35:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
650
+
651
+ * The toplevel itself should never take focus
652
+
653
+ [4da23b4 | 2010-03-07 05:01:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
654
+
655
+ * Remove trailing newline
656
+
657
+ [1f5d807 | 2010-03-07 04:58:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
658
+
659
+ * Try to avoid focusing text widget while minibuffer is asking
660
+
661
+ [c1ef75f | 2010-03-07 04:17:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
662
+
663
+ * Allow opening non-existant files
664
+
665
+ [2387c84 | 2010-03-07 03:53:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
666
+
667
+ * Finally ask for piping selections
668
+
669
+ [2755ce4 | 2010-03-07 03:28:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
670
+
671
+ * Fix usage of logger, it might be needed before it's there
672
+
673
+ [60b61ab | 2010-03-07 03:27:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
674
+
675
+ * Map Escape in control mode to control mode
676
+
677
+ [f4a06bd | 2010-03-06 11:14:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
678
+
679
+ * Try to sort indices before working with them
680
+
681
+ [39a5bc4 | 2010-03-06 10:58:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
682
+
683
+ * Fix aspell completion
684
+
685
+ [457d145 | 2010-03-06 10:55:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
686
+
687
+ * Fix bug in minibuffer expiration
688
+
689
+ [e4436aa | 2010-03-06 10:55:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
690
+
691
+ * Finally add a logger
692
+
693
+ [d59390a | 2010-03-06 10:48:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
694
+
695
+ * Negotiate encoding when saving too, allow deleting lock, simplify rchardet call
696
+
697
+ [d77166c | 2010-03-06 05:24:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
698
+
699
+ * Fix empty buffer issue when rchardet isn't available
700
+
701
+ [05e9c10 | 2010-03-05 20:53:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
702
+
703
+ * Fix autosave
704
+
705
+ [443382b | 2010-03-05 19:52:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
706
+
707
+ * Lots of changes around save/open/close
708
+
709
+ [2589ab1 | 2010-03-05 16:17:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
710
+
711
+ * Change encoding on the fly using Executor
712
+
713
+ [da5680c | 2010-03-05 04:32:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
714
+
715
+ * Don't rely on 'tk inactive', it's reset randomly
716
+
717
+ [79b7189 | 2010-03-04 08:38:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
718
+
719
+ * Remove Delete module, all methods are in other places now
720
+
721
+ [6814913 | 2010-03-04 08:36:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
722
+
723
+ * Move delete_trailing_whitespace into Buffer and add specs for it
724
+
725
+ [40e5972 | 2010-03-04 08:22:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
726
+
727
+ * Fix exception in replace_once when it runs out of matches
728
+
729
+ [f045efa | 2010-03-04 08:16:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
730
+
731
+ * More specs and fixes for Selection and Clipboard
732
+
733
+ [4a0b161 | 2010-03-03 13:58:02 UTC] Julian Langschaedel <meta.rb@gmail.com>
734
+
735
+ * Add tig to git plugin and fix git blame
736
+
737
+ [6b666a6 | 2010-03-03 16:07:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
738
+
739
+ * Fix swallowed raise when setting minibuffer height
740
+
741
+ [6b78efe | 2010-03-03 12:10:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
742
+
743
+ * Make as much as possible use of Buffer#message
744
+
745
+ [0bd642c | 2010-03-03 11:58:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
746
+
747
+ * Make sure file can be sourced
748
+
749
+ [3178192 | 2010-03-03 11:58:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
750
+
751
+ * Control::tags_at isn't used anymore
752
+
753
+ [a8a24e5 | 2010-03-03 11:57:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
754
+
755
+ * Make sure Search&Replace always jumps to match
756
+
757
+ [c0a051c | 2010-03-03 11:54:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
758
+
759
+ * Call message on buffer in nano methods
760
+
761
+ [ab762fc | 2010-03-03 10:53:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
762
+
763
+ * Implement locking of files in VIM fashion
764
+
765
+ [1a9353d | 2010-03-03 08:02:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
766
+
767
+ * Center search result location
768
+
769
+ [a6d9c09 | 2010-03-03 07:55:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
770
+
771
+ * Fix I
772
+
773
+ [e340332 | 2010-03-02 15:23:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
774
+
775
+ * Remove .todo from repo and add it to .gitignore
776
+
777
+ [d646509 | 2010-03-02 14:56:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
778
+
779
+ * Center view around search results
780
+
781
+ [75664b9 | 2010-03-02 14:38:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
782
+
783
+ * Use spawn_rxvt for git plugin, and trust that we don't need less
784
+
785
+ [54bdbe1 | 2010-03-02 14:25:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
786
+
787
+ * Fix indent
788
+
789
+ [acb338c | 2010-03-02 14:21:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
790
+
791
+ * Fix the git plugin by spawning new terminals outside VER
792
+
793
+ [4499a4c | 2010-03-02 09:32:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
794
+
795
+ * Make sure line_evaluate works
796
+
797
+ [6af8835 | 2010-03-02 09:30:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
798
+
799
+ * repeat_command becomes repeat_action, is improved, and moves into Buffer
800
+
801
+ [2917c5e | 2010-03-02 09:13:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
802
+
803
+ * Increase event history size to 500
804
+
805
+ [ae031bf | 2010-03-02 09:13:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
806
+
807
+ * Fix HoverCompletion
808
+
809
+ [47e24ac | 2010-03-02 09:06:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
810
+
811
+ * Fixes for Entry
812
+
813
+ [b4bfd35 | 2010-03-02 08:58:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
814
+
815
+ * Dedicated class for the events in event history, makes Executor work again
816
+
817
+ [21d7a02 | 2010-03-02 08:47:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
818
+
819
+ * Abort search and replace when no more matches exist
820
+
821
+ [f498a35 | 2010-03-02 08:46:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
822
+
823
+ * Rename text to buffer for clarity in Search and SearchAndReplace
824
+
825
+ [259a178 | 2010-03-02 08:40:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
826
+
827
+ * Incremental highlight for search_and_replace
828
+
829
+ [61a9bdc | 2010-03-02 08:34:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
830
+
831
+ * Fix search and replace
832
+
833
+ [4c0de94 | 2010-03-02 08:06:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
834
+
835
+ * Fix a lot of issues with selection
836
+
837
+ [1453a37 | 2010-03-02 05:41:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
838
+
839
+ * Fix weird filenames with colon in them
840
+
841
+ [57791cc | 2010-03-01 05:40:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
842
+
843
+ * Put more functionality into Tag, inheritance rocks
844
+
845
+ [91f02f7 | 2010-03-01 05:02:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
846
+
847
+ * indent and unindent selections
848
+
849
+ [56651f3 | 2010-02-28 08:10:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
850
+
851
+ * First attempt at hiding minibuffer when it's empty
852
+
853
+ [9548230 | 2010-02-28 07:26:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
854
+
855
+ * Make specs pass once again
856
+
857
+ [d47df93 | 2010-02-28 06:51:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
858
+
859
+ * Work around closing issues
860
+
861
+ [f0da6f9 | 2010-02-28 06:51:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
862
+
863
+ * Adding VER::Clipboard
864
+
865
+ [dac250d | 2010-02-28 02:52:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
866
+
867
+ * Don't load customized rc.rb for specs
868
+
869
+ [bc256b7 | 2010-02-28 02:44:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
870
+
871
+ * Make sure we get and set UTF8_STRING from clipboard
872
+
873
+ [3287214 | 2010-02-27 18:39:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
874
+
875
+ * A bit of fixing so VER actually exits when all buffers are closed
876
+
877
+ [6b0d8a4 | 2010-02-27 18:39:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
878
+
879
+ * Start spec for emacs keymap
880
+
881
+ [0a25ed8 | 2010-02-27 17:06:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
882
+
883
+ * Fix a and A
884
+
885
+ [342d2f0 | 2010-02-27 16:57:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
886
+
887
+ * For now, don't use a normal Buffer for completion
888
+
889
+ [1aa7758 | 2010-02-27 11:18:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
890
+
891
+ * Finally figured out how the indication for the input focus works
892
+
893
+ [8a24a84 | 2010-02-27 11:16:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
894
+
895
+ * Various fixes so most of nano keymap works again, still needs specs
896
+
897
+ [0879a58 | 2010-02-27 10:34:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
898
+
899
+ * Use another shared context in vim keymap spec
900
+
901
+ [a347b12 | 2010-02-27 10:34:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
902
+
903
+ * Don't notify when nothing was added in minibuffer
904
+
905
+ [2d2675d | 2010-02-27 10:34:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
906
+
907
+ * Make the output of Incomplete easier to read
908
+
909
+ [8a05783 | 2010-02-27 10:13:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
910
+
911
+ * Add specs and implement deletion in VIM Keymap
912
+
913
+ [9a706eb | 2010-02-27 08:58:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
914
+
915
+ * A couple of minor fixes
916
+
917
+ [c82e002 | 2010-02-27 08:42:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
918
+
919
+ * First set of specs for movement in vim keymap
920
+
921
+ [8c869d8 | 2010-02-26 19:13:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
922
+
923
+ * Update todo
924
+
925
+ [228356c | 2010-02-26 19:10:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
926
+
927
+ * Unindent line when pressing Shift-Tab in insert mode
928
+
929
+ [ca815d9 | 2010-02-26 19:05:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
930
+
931
+ * Fail silently when removing highlight
932
+
933
+ [6434ac8 | 2010-02-26 19:05:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
934
+
935
+ * Fix wrapping selection
936
+
937
+ [c647ff8 | 2010-02-26 18:34:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
938
+
939
+ * Collapse keychain completion when action was found
940
+
941
+ [94eca42 | 2010-02-26 18:33:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
942
+
943
+ * Decrease message expiration time again
944
+
945
+ [ca3311a | 2010-02-26 18:32:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
946
+
947
+ * Nicer prompt for eval
948
+
949
+ [f1a94b5 | 2010-02-26 18:32:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
950
+
951
+ * Make sure syntax is highlighted immediately on change
952
+
953
+ [d7e4b27 | 2010-02-26 18:24:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
954
+
955
+ * Make sure insert cursor is visible on startup
956
+
957
+ [ed04847 | 2010-02-26 18:24:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
958
+
959
+ * Lots of changes for minibuffer to make it more resilient and useful
960
+
961
+ [ca4f88c | 2010-02-26 09:16:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
962
+
963
+ * Add VER::EvalCompleter, a reusable version of IRB::InputCompleter
964
+
965
+ [9b964e0 | 2010-02-26 07:31:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
966
+
967
+ * Fix issues with focus of minibuffer
968
+
969
+ [b8d552d | 2010-02-26 07:18:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
970
+
971
+ * Add option for HTTP browser
972
+
973
+ [168bb80 | 2010-02-26 07:14:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
974
+
975
+ * Fix some binds for insertion
976
+
977
+ [8e72efa | 2010-02-26 07:07:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
978
+
979
+ * Make uniq of minor and major modes less expensive
980
+
981
+ [b62e961 | 2010-02-26 07:07:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
982
+
983
+ * Support for deleting and killing line at position
984
+
985
+ [de1b712 | 2010-02-23 15:59:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
986
+
987
+ * Add support for importing tm commands
988
+
989
+ [fedfc7d | 2010-02-23 16:00:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
990
+
991
+ * Sort bundle arrays, snippets also must be an array since not all have a tabTrigger
992
+
993
+ [995b4c1 | 2010-02-23 16:23:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
994
+
995
+ * Update bundles, remove empty ones and add commands
996
+
997
+ [d6bcda9 | 2010-02-25 17:33:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
998
+
999
+ * Avoid incredibly expensive uniq of minors
1000
+
1001
+ [a57db44 | 2010-02-26 06:48:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
1002
+
1003
+ * Avoid flashing for save
1004
+
1005
+ [83c542a | 2010-02-25 18:40:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
1006
+
1007
+ * Fix reference to removed file_open_fuzzy
1008
+
1009
+ [0cecb05 | 2010-02-25 17:33:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
1010
+
1011
+ * Avoid incredibly expensive uniq of minors
1012
+
1013
+ [163bbe4 | 2010-02-25 17:32:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1014
+
1015
+ * Support for tracing of actions
1016
+
1017
+ [83289ae | 2010-02-25 16:36:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1018
+
1019
+ * Fix some focus issues
1020
+
1021
+ [c090009 | 2010-02-25 16:36:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1022
+
1023
+ * Finally fix the save_all issue by declaring symbolic buffers as such
1024
+
1025
+ [2aa9822 | 2010-02-25 16:24:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
1026
+
1027
+ * Make sure the buffer is all set before displaying
1028
+
1029
+ [c54029d | 2010-02-25 16:23:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
1030
+
1031
+ * Fix Help::DescribeKey
1032
+
1033
+ [d6aecf0 | 2010-02-25 16:21:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
1034
+
1035
+ * Allow Action to be converted to Proc or Method
1036
+
1037
+ [659ff06 | 2010-02-25 15:14:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
1038
+
1039
+ * Speed up specs by hidden option
1040
+
1041
+ [b88b031 | 2010-02-25 15:09:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1042
+
1043
+ * Make the Index spec pass
1044
+
1045
+ [febad4d | 2010-02-24 17:58:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
1046
+
1047
+ * Getting and replacing text of tag
1048
+
1049
+ [c5804de | 2010-02-24 17:52:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
1050
+
1051
+ * Allow replacing range with additional tag
1052
+
1053
+ [608ff5c | 2010-02-24 17:48:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1054
+
1055
+ * New layout using toplevel, this could actually work...
1056
+
1057
+ [f3b6162 | 2010-02-23 17:53:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1058
+
1059
+ * Adapt clipboard minor mode
1060
+
1061
+ [219171b | 2010-02-23 17:52:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
1062
+
1063
+ * Mark can copy motion
1064
+
1065
+ [d6b9e83 | 2010-02-23 17:43:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
1066
+
1067
+ * A line may be copied
1068
+
1069
+ [db25e10 | 2010-02-23 17:43:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
1070
+
1071
+ * A range may be copied
1072
+
1073
+ [d3a57e4 | 2010-02-23 17:30:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
1074
+
1075
+ * Remove most methods from Move module
1076
+
1077
+ [96fff33 | 2010-02-23 17:27:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
1078
+
1079
+ * Add specs for Text::Range
1080
+
1081
+ [0775a9f | 2010-02-23 16:23:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
1082
+
1083
+ * Update bundles, remove empty ones and add commands
1084
+
1085
+ [5298076 | 2010-02-23 16:00:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
1086
+
1087
+ * Sort bundle arrays, snippets also must be an array since not all have a tabTrigger
1088
+
1089
+ [bbf59fd | 2010-02-23 15:59:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
1090
+
1091
+ * Add support for importing tm commands
1092
+
1093
+ [ccfeb58 | 2010-02-23 15:24:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
1094
+
1095
+ * More accurate spec for Action on Module
1096
+
1097
+ [1462a60 | 2010-02-23 15:24:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
1098
+
1099
+ * Put eval_buffer and tags_tooltip into preview and make them work
1100
+
1101
+ [ad13959 | 2010-02-23 14:59:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
1102
+
1103
+ * Let Position know about tags
1104
+
1105
+ [bd776e3 | 2010-02-22 05:01:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
1106
+
1107
+ * First step in latest refactor, yay for specs.
1108
+
1109
+ [d8a27ae | 2010-02-19 18:51:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1110
+
1111
+ * Update bundles from github
1112
+
1113
+ [b72a728 | 2010-02-22 03:40:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
1114
+
1115
+ * Remove debugging output from minibuffer ask
1116
+
1117
+ [382e721 | 2010-02-22 03:36:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
1118
+
1119
+ * Append the slash for :o<space>
1120
+
1121
+ [deea0e0 | 2010-02-22 03:22:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1122
+
1123
+ * Reset handler after (major|minor)_mode def
1124
+
1125
+ [ed4af49 | 2010-02-22 03:15:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
1126
+
1127
+ * Update bundles from git
1128
+
1129
+ [487edc0 | 2010-02-22 02:02:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1130
+
1131
+ * Include the hackfix from Kornelius Kalnbach
1132
+
1133
+ [ac8adca | 2010-02-22 02:02:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
1134
+
1135
+ * Update the detector
1136
+
1137
+ [d377f7b | 2010-02-21 19:09:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
1138
+
1139
+ * Experimental support for Markdown and PHP
1140
+
1141
+ [7a0cff4 | 2010-02-15 14:01:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1142
+
1143
+ * Fix autosave
1144
+
1145
+ [9728345 | 2010-02-15 12:27:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
1146
+
1147
+ * Nicer Text#inspect
1148
+
1149
+ [789b0dd | 2010-02-15 12:27:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
1150
+
1151
+ * Stack MiniBuffer#ask
1152
+
1153
+ [e6957c5 | 2010-02-15 12:23:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
1154
+
1155
+ * Fix some stuff around saving and opening
1156
+
1157
+ [3a37759 | 2010-02-15 03:25:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
1158
+
1159
+ * Fix autosave
1160
+
1
1161
  [548d780 | 2010-02-14 18:38:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
2
1162
 
3
1163
  * Correct ffi-tk version