ver 2009.12.14 → 2010.02

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 (901) hide show
  1. data/.gitignore +1 -0
  2. data/.mailmap +1 -0
  3. data/.todo +102 -0
  4. data/.yardopts +1 -0
  5. data/AUTHORS +3 -3
  6. data/CHANGELOG +1597 -0
  7. data/MANIFEST +521 -329
  8. data/ROADMAP.textile +187 -0
  9. data/Rakefile +6 -4
  10. data/bin/ver +98 -35
  11. data/config/detect.rb +65 -37
  12. data/config/keymap/diakonos.rb +180 -178
  13. data/config/keymap/emacs.rb +44 -63
  14. data/config/keymap/nano.rb +174 -0
  15. data/config/keymap/vim.rb +459 -381
  16. data/config/plugin/animated_tiling.rb +90 -0
  17. data/config/plugin/autosave.rb +22 -0
  18. data/config/plugin/git.rb +46 -0
  19. data/config/plugin/smart_autoindent.rb +157 -0
  20. data/config/plugin/soma.rb +50 -0
  21. data/config/preferences/ANTLR.rb +6 -0
  22. data/config/preferences/ASP.rb +6 -0
  23. data/config/preferences/ActionScript.rb +747 -0
  24. data/config/preferences/Active4D.rb +35 -0
  25. data/config/preferences/Ada.rb +12 -0
  26. data/config/preferences/Ant.rb +348 -0
  27. data/config/preferences/Apache.rb +585 -0
  28. data/config/preferences/AppleScript.rb +35 -0
  29. data/config/preferences/Bulletin Board.rb +7 -0
  30. data/config/preferences/Bundle Development.rb +30 -0
  31. data/config/preferences/C++ Qt.rb +197 -0
  32. data/config/preferences/C.rb +60 -0
  33. data/config/preferences/CMake.rb +24 -0
  34. data/config/preferences/CSS.rb +396 -0
  35. data/config/preferences/ColdFusion.rb +13 -0
  36. data/config/preferences/Context Free.rb +16 -0
  37. data/config/preferences/D.rb +31 -0
  38. data/config/preferences/Diff.rb +36 -0
  39. data/config/preferences/DokuWiki.rb +13 -0
  40. data/config/preferences/Eiffel.rb +20 -0
  41. data/config/preferences/Erlang.rb +37 -0
  42. data/config/preferences/Experimental.rb +1352 -0
  43. data/config/preferences/F-Script.rb +29 -0
  44. data/config/preferences/FXScript.rb +23 -0
  45. data/config/preferences/Fortran.rb +70 -0
  46. data/config/preferences/GTD2.rb +6 -0
  47. data/config/preferences/GTDAlt.rb +12 -0
  48. data/config/preferences/Gettext.rb +14 -0
  49. data/config/preferences/Graphviz.rb +9 -0
  50. data/config/preferences/Gri.rb +9 -0
  51. data/config/preferences/HTML.rb +380 -0
  52. data/config/preferences/Haskell.rb +31 -0
  53. data/config/preferences/Hyperlink Helper.rb +78 -0
  54. data/config/preferences/Ini.rb +15 -0
  55. data/config/preferences/Io.rb +24 -0
  56. data/config/preferences/JSFL.rb +722 -0
  57. data/config/preferences/Java.rb +51 -0
  58. data/config/preferences/JavaScript Prototype & Script.aculo.us.rb +175 -0
  59. data/config/preferences/JavaScript YUI.rb +13 -0
  60. data/config/preferences/JavaScript.rb +41 -0
  61. data/config/preferences/LaTeX.rb +96 -0
  62. data/config/preferences/LilyPond.rb +22 -0
  63. data/config/preferences/Lisp.rb +17 -0
  64. data/config/preferences/Logo.rb +12 -0
  65. data/config/preferences/Logtalk.rb +193 -0
  66. data/config/preferences/Lua.rb +13 -0
  67. data/config/preferences/MEL.rb +13 -0
  68. data/config/preferences/MIPS Assembler.rb +9 -0
  69. data/config/preferences/Make.rb +8 -0
  70. data/config/preferences/Man Pages.rb +9 -0
  71. data/config/preferences/Matlab.rb +40 -0
  72. data/config/preferences/Maven.rb +220 -0
  73. data/config/preferences/Mediawiki.rb +27 -0
  74. data/config/preferences/Modula.rb +8 -0
  75. data/config/preferences/MoinMoin.rb +25 -0
  76. data/config/preferences/Movable Type.rb +47 -0
  77. data/config/preferences/OCaml Experimental Completions.rb +8 -0
  78. data/config/preferences/OCaml.rb +70 -0
  79. data/config/preferences/Objective-C.rb +54 -0
  80. data/config/preferences/OpenGL.rb +3327 -0
  81. data/config/preferences/Pascal.rb +15 -0
  82. data/config/preferences/Perl Template Toolkit.rb +19 -0
  83. data/config/preferences/Perl.rb +6 -0
  84. data/config/preferences/Postscript.rb +6 -0
  85. data/config/preferences/Processing.rb +13 -0
  86. data/config/preferences/Property List.rb +34 -0
  87. data/config/preferences/Python Django Templates.rb +13 -0
  88. data/config/preferences/Python.rb +24 -0
  89. data/config/preferences/Quake.rb +6 -0
  90. data/config/preferences/R Console (Rdaemon).rb +7 -0
  91. data/config/preferences/R.rb +17 -0
  92. data/config/preferences/Ragel.rb +6 -0
  93. data/config/preferences/Remind.rb +6 -0
  94. data/config/preferences/Rez.rb +10 -0
  95. data/config/preferences/Ruby Haml.rb +6 -0
  96. data/config/preferences/Ruby RSpec.rb +14 -0
  97. data/config/preferences/Ruby on Rails.rb +22 -0
  98. data/config/preferences/Ruby.rb +48 -0
  99. data/config/preferences/S5 Slide Show.rb +10 -0
  100. data/config/preferences/SQL.rb +17 -0
  101. data/config/preferences/SSH Config.rb +6 -0
  102. data/config/preferences/SWeave.rb +17 -0
  103. data/config/preferences/Scheme.rb +12 -0
  104. data/config/preferences/Scilab.rb +6 -0
  105. data/config/preferences/Shell Script.rb +13 -0
  106. data/config/preferences/Slate.rb +36 -0
  107. data/config/preferences/Source.rb +51 -0
  108. data/config/preferences/Standard ML.rb +18 -0
  109. data/config/preferences/Subversion.rb +6 -0
  110. data/config/preferences/Tcl.rb +19 -0
  111. data/config/preferences/TerminalMate.rb +46 -0
  112. data/config/preferences/Text.rb +31 -0
  113. data/config/preferences/TextMate.rb +18 -0
  114. data/config/preferences/Textile.rb +30 -0
  115. data/config/preferences/Thrift.rb +26 -0
  116. data/config/preferences/Twiki.rb +17 -0
  117. data/config/preferences/Txt2tags.rb +33 -0
  118. data/config/preferences/Vectorscript.rb +1240 -0
  119. data/config/preferences/XML.rb +26 -0
  120. data/config/preferences/YAML.rb +13 -0
  121. data/config/preferences/iCalendar.rb +6 -0
  122. data/config/preferences/iTerm.rb +16 -0
  123. data/config/preferences/newLisp.rb +10 -0
  124. data/config/preferences/reStructuredText.rb +17 -0
  125. data/config/rc.rb +13 -1
  126. data/config/snippets/ANTLR.rb +3 -0
  127. data/config/snippets/ASP vb.NET.rb +56 -0
  128. data/config/snippets/ASP.rb +38 -0
  129. data/config/snippets/ActionScript.rb +207 -0
  130. data/config/snippets/Active4D.rb +258 -0
  131. data/config/snippets/Ada.rb +62 -0
  132. data/config/snippets/Ant.rb +7 -0
  133. data/config/snippets/Apache.rb +22 -0
  134. data/config/snippets/AppleScript.rb +84 -0
  135. data/config/snippets/Bison.rb +3 -0
  136. data/config/snippets/Blogging.rb +20 -0
  137. data/config/snippets/Bulletin Board.rb +23 -0
  138. data/config/snippets/Bundle Development.rb +65 -0
  139. data/config/snippets/C++ Qt.rb +59 -0
  140. data/config/snippets/C.rb +102 -0
  141. data/config/snippets/CMake.rb +34 -0
  142. data/config/snippets/CSS.rb +117 -0
  143. data/config/snippets/CTags.rb +3 -0
  144. data/config/snippets/CVS.rb +3 -0
  145. data/config/snippets/ColdFusion.rb +1549 -0
  146. data/config/snippets/Context Free.rb +30 -0
  147. data/config/snippets/D.rb +113 -0
  148. data/config/snippets/Darcs.rb +3 -0
  149. data/config/snippets/Diff.rb +3 -0
  150. data/config/snippets/DokuWiki.rb +56 -0
  151. data/config/snippets/Doxygen.rb +42 -0
  152. data/config/snippets/Dylan.rb +3 -0
  153. data/config/snippets/Eiffel.rb +20 -0
  154. data/config/snippets/Erlang.rb +70 -0
  155. data/config/snippets/Experimental Wiki.rb +3 -0
  156. data/config/snippets/Experimental.rb +3 -0
  157. data/config/snippets/F-Script.rb +26 -0
  158. data/config/snippets/FXScript.rb +212 -0
  159. data/config/snippets/FileMerge.rb +3 -0
  160. data/config/snippets/Fortran.rb +282 -0
  161. data/config/snippets/GTD2.rb +3 -0
  162. data/config/snippets/GTDAlt.rb +6 -0
  163. data/config/snippets/GetBundle.rb +3 -0
  164. data/config/snippets/Gettext.rb +10 -0
  165. data/config/snippets/Graphviz.rb +3 -0
  166. data/config/snippets/Greasemonkey.rb +44 -0
  167. data/config/snippets/Gri.rb +12 -0
  168. data/config/snippets/HTML.rb +128 -0
  169. data/config/snippets/Haskell.rb +26 -0
  170. data/config/snippets/Hotkey.rb +3 -0
  171. data/config/snippets/Hyperlink Helper.rb +3 -0
  172. data/config/snippets/ImageBrowser.rb +3 -0
  173. data/config/snippets/Inform.rb +3 -0
  174. data/config/snippets/Ini.rb +3 -0
  175. data/config/snippets/Installer.rb +3 -0
  176. data/config/snippets/Io.rb +44 -0
  177. data/config/snippets/JSFL.rb +3 -0
  178. data/config/snippets/JSON.rb +3 -0
  179. data/config/snippets/Java.rb +94 -0
  180. data/config/snippets/JavaDoc.rb +58 -0
  181. data/config/snippets/JavaScript MooTools.rb +15 -0
  182. data/config/snippets/JavaScript Objective-J.rb +17 -0
  183. data/config/snippets/JavaScript Prototype & Script.aculo.us.rb +109 -0
  184. data/config/snippets/JavaScript YUI.rb +188 -0
  185. data/config/snippets/JavaScript jQuery.rb +377 -0
  186. data/config/snippets/JavaScript.rb +55 -0
  187. data/config/snippets/Lex-Flex.rb +3 -0
  188. data/config/snippets/Lighttpd.rb +3 -0
  189. data/config/snippets/LilyPond.rb +18 -0
  190. data/config/snippets/Lisp.rb +42 -0
  191. data/config/snippets/Logo.rb +8 -0
  192. data/config/snippets/Logtalk.rb +62 -0
  193. data/config/snippets/Lua.rb +35 -0
  194. data/config/snippets/MEL.rb +3 -0
  195. data/config/snippets/MIPS Assembler.rb +7 -0
  196. data/config/snippets/MacPorts.rb +3 -0
  197. data/config/snippets/Mail.rb +3 -0
  198. data/config/snippets/Make.rb +3 -0
  199. data/config/snippets/Man Pages.rb +3 -0
  200. data/config/snippets/Math.rb +3 -0
  201. data/config/snippets/Matlab.rb +180 -0
  202. data/config/snippets/Maven.rb +7 -0
  203. data/config/snippets/Mediawiki.rb +14 -0
  204. data/config/snippets/Mercurial.rb +3 -0
  205. data/config/snippets/Modula.rb +3 -0
  206. data/config/snippets/MoinMoin.rb +12 -0
  207. data/config/snippets/Movable Type.rb +55 -0
  208. data/config/snippets/Navigation.rb +3 -0
  209. data/config/snippets/Nemerle.rb +81 -0
  210. data/config/snippets/OCaml Code Completion Misc.rb +74 -0
  211. data/config/snippets/OCaml Code Completion Unix.rb +205 -0
  212. data/config/snippets/OCaml Experimental Completions.rb +3 -0
  213. data/config/snippets/OCaml.rb +75 -0
  214. data/config/snippets/ODCompletion.rb +120 -0
  215. data/config/snippets/Objective-C.rb +195 -0
  216. data/config/snippets/OpenGL.rb +3 -0
  217. data/config/snippets/Outlines.rb +3 -0
  218. data/config/snippets/PHP Smarty.rb +81 -0
  219. data/config/snippets/Pascal.rb +35 -0
  220. data/config/snippets/Perforce.rb +3 -0
  221. data/config/snippets/Perl HTML::Template.rb +27 -0
  222. data/config/snippets/Perl Mason.rb +32 -0
  223. data/config/snippets/Perl Template Toolkit.rb +22 -0
  224. data/config/snippets/Perl.rb +74 -0
  225. data/config/snippets/Postscript.rb +3 -0
  226. data/config/snippets/Processing.rb +35 -0
  227. data/config/snippets/Prolog.rb +3 -0
  228. data/config/snippets/Propel.rb +32 -0
  229. data/config/snippets/Property List.rb +26 -0
  230. data/config/snippets/Python Django Templates.rb +97 -0
  231. data/config/snippets/Python Django.rb +134 -0
  232. data/config/snippets/Quake.rb +3 -0
  233. data/config/snippets/R Console (R.app).rb +3 -0
  234. data/config/snippets/R Console (Rdaemon).rb +11 -0
  235. data/config/snippets/R.rb +79 -0
  236. data/config/snippets/Ragel.rb +3 -0
  237. data/config/snippets/Regular Expressions.rb +3 -0
  238. data/config/snippets/Remind.rb +17 -0
  239. data/config/snippets/Rez.rb +3 -0
  240. data/config/snippets/Ruby Haml.rb +3 -0
  241. data/config/snippets/Ruby RSpec.rb +240 -0
  242. data/config/snippets/Ruby on Rails.rb +767 -0
  243. data/config/snippets/Ruby.rb +547 -0
  244. data/config/snippets/S5 Slide Show.rb +26 -0
  245. data/config/snippets/SCons.rb +3 -0
  246. data/config/snippets/SQL.rb +3 -0
  247. data/config/snippets/SSH Config.rb +19 -0
  248. data/config/snippets/SVK.rb +3 -0
  249. data/config/snippets/SWIG.rb +20 -0
  250. data/config/snippets/SWeave.rb +3 -0
  251. data/config/snippets/Scheme.rb +3 -0
  252. data/config/snippets/Scilab.rb +81 -0
  253. data/config/snippets/Setext.rb +10 -0
  254. data/config/snippets/Shell Script.rb +44 -0
  255. data/config/snippets/Slate.rb +50 -0
  256. data/config/snippets/Source.rb +3 -0
  257. data/config/snippets/Standard ML.rb +29 -0
  258. data/config/snippets/Subversion.rb +3 -0
  259. data/config/snippets/TODO.rb +3 -0
  260. data/config/snippets/Tabular.rb +3 -0
  261. data/config/snippets/Tcl.rb +28 -0
  262. data/config/snippets/TerminalMate.rb +3 -0
  263. data/config/snippets/Text.rb +17 -0
  264. data/config/snippets/TextMate.rb +3 -0
  265. data/config/snippets/Textile.rb +47 -0
  266. data/config/snippets/Thrift.rb +20 -0
  267. data/config/snippets/Transmit.rb +3 -0
  268. data/config/snippets/Twiki.rb +107 -0
  269. data/config/snippets/Txt2tags.rb +81 -0
  270. data/config/snippets/Vectorscript.rb +40 -0
  271. data/config/snippets/Widget Creator.rb +7 -0
  272. data/config/snippets/XML.rb +20 -0
  273. data/config/snippets/Xcode.rb +3 -0
  274. data/config/snippets/YAML.rb +6 -0
  275. data/config/snippets/iCalendar.rb +3 -0
  276. data/config/snippets/iTerm.rb +3 -0
  277. data/config/snippets/newLisp.rb +33 -0
  278. data/config/snippets/reStructuredText.rb +22 -0
  279. data/config/syntax/ANTLR.rb +122 -0
  280. data/config/syntax/ASP vb.NET.rb +114 -0
  281. data/config/syntax/ASP.rb +72 -0
  282. data/config/syntax/ActionScript.rb +83 -0
  283. data/config/syntax/Active4D Config.rb +38 -0
  284. data/config/syntax/Active4D Library.rb +20 -0
  285. data/config/syntax/Active4D.rb +237 -0
  286. data/config/syntax/Ada.rb +50 -0
  287. data/config/syntax/Ant.rb +80 -0
  288. data/config/syntax/Apache.rb +148 -0
  289. data/config/syntax/AppleScript.rb +370 -0
  290. data/config/syntax/BibTeX.rb +98 -0
  291. data/config/syntax/Bison.rb +28 -0
  292. data/config/syntax/Blog - HTML.rb +38 -0
  293. data/config/syntax/Blog - Markdown.rb +36 -0
  294. data/config/syntax/Blog - Text.rb +24 -0
  295. data/config/syntax/Blog - Textile.rb +24 -0
  296. data/config/syntax/Bulletin Board.rb +202 -0
  297. data/config/syntax/C++ Qt.rb +27 -0
  298. data/config/syntax/C++.rb +159 -0
  299. data/config/syntax/C.rb +341 -0
  300. data/config/syntax/CMake Listfile.rb +87 -0
  301. data/config/syntax/CSS.rb +151 -0
  302. data/config/syntax/CSV.rb +52 -0
  303. data/config/syntax/ColdFusion.rb +92 -0
  304. data/config/syntax/Context Free.rb +133 -0
  305. data/config/syntax/D.rb +285 -0
  306. data/config/syntax/Diff.rb +59 -0
  307. data/config/syntax/DokuWiki.rb +158 -0
  308. data/config/syntax/Doxygen.rb +31 -0
  309. data/config/syntax/Dylan.rb +53 -0
  310. data/config/syntax/Eiffel.rb +52 -0
  311. data/config/syntax/Erlang.rb +632 -0
  312. data/config/syntax/F-Script.rb +56 -0
  313. data/config/syntax/FXScript.rb +140 -0
  314. data/config/syntax/Fortran - Modern.rb +147 -0
  315. data/config/syntax/Fortran - Punchcard.rb +257 -0
  316. data/config/syntax/GTD.rb +15 -0
  317. data/config/syntax/GTDalt.rb +95 -0
  318. data/config/syntax/Gettext.rb +54 -0
  319. data/config/syntax/Graphviz (DOT).rb +37 -0
  320. data/config/syntax/Greasemonkey.rb +31 -0
  321. data/config/syntax/Gri.rb +61 -0
  322. data/config/syntax/HTML (ASP).rb +23 -0
  323. data/config/syntax/HTML (ASP.net).rb +304 -0
  324. data/config/syntax/HTML (Active4D).rb +219 -0
  325. data/config/syntax/HTML (Django).rb +35 -0
  326. data/config/syntax/HTML (Erlang).rb +26 -0
  327. data/config/syntax/HTML (Mason).rb +74 -0
  328. data/config/syntax/HTML (Rails).rb +34 -0
  329. data/config/syntax/HTML (Tcl).rb +23 -0
  330. data/config/syntax/HTML (Template Toolkit).rb +88 -0
  331. data/config/syntax/HTML.rb +265 -0
  332. data/config/syntax/Haskell.rb +188 -0
  333. data/config/syntax/Inform.rb +37 -0
  334. data/config/syntax/Ini.rb +36 -0
  335. data/config/syntax/Installer Distribution Script.rb +78 -0
  336. data/config/syntax/Io.rb +59 -0
  337. data/config/syntax/JSFL.rb +24 -0
  338. data/config/syntax/JSON.rb +118 -0
  339. data/config/syntax/Java Properties.rb +21 -0
  340. data/config/syntax/Java Server Page (JSP).rb +71 -0
  341. data/config/syntax/Java.rb +288 -0
  342. data/config/syntax/JavaDoc.rb +178 -0
  343. data/config/syntax/JavaScript (Rails).rb +24 -0
  344. data/config/syntax/JavaScript.rb +193 -0
  345. data/config/syntax/Javascript YUI.rb +245 -0
  346. data/config/syntax/LaTeX Beamer.rb +30 -0
  347. data/config/syntax/LaTeX Log.rb +35 -0
  348. data/config/syntax/LaTeX Memoir.rb +46 -0
  349. data/config/syntax/LaTeX Rdaemon.rb +24 -0
  350. data/config/syntax/LaTeX.rb +424 -0
  351. data/config/syntax/Language Grammar.rb +585 -0
  352. data/config/syntax/Lex-Flex.rb +172 -0
  353. data/config/syntax/Lighttpd.rb +41 -0
  354. data/config/syntax/LilyPond.rb +383 -0
  355. data/config/syntax/Lisp.rb +43 -0
  356. data/config/syntax/Literate Haskell.rb +26 -0
  357. data/config/syntax/Logo.rb +25 -0
  358. data/config/syntax/Logtalk.rb +131 -0
  359. data/config/syntax/Lua.rb +65 -0
  360. data/config/syntax/MATLAB.rb +468 -0
  361. data/config/syntax/MEL.rb +65 -0
  362. data/config/syntax/MIPS Assembler.rb +47 -0
  363. data/config/syntax/MacPorts Portfile.rb +130 -0
  364. data/config/syntax/Mail.rb +97 -0
  365. data/config/syntax/Makefile.rb +30 -0
  366. data/config/syntax/Man.rb +16 -0
  367. data/config/syntax/Maven POM.rb +305 -0
  368. data/config/syntax/Mediawiki.rb +349 -0
  369. data/config/syntax/Modula-3.rb +40 -0
  370. data/config/syntax/MoinMoin.rb +132 -0
  371. data/config/syntax/MooTools.rb +375 -0
  372. data/config/syntax/Movable Type (MT only).rb +143 -0
  373. data/config/syntax/Movable Type.rb +156 -0
  374. data/config/syntax/Nemerle.rb +63 -0
  375. data/config/syntax/OCaml.rb +553 -0
  376. data/config/syntax/OCamllex.rb +133 -0
  377. data/config/syntax/OCamlyacc.rb +148 -0
  378. data/config/syntax/Objective-C++.rb +15 -0
  379. data/config/syntax/Objective-C.rb +423 -0
  380. data/config/syntax/Objective-J.rb +183 -0
  381. data/config/syntax/Octave.rb +215 -0
  382. data/config/syntax/OpenGL.rb +18 -0
  383. data/config/syntax/Pascal.rb +57 -0
  384. data/config/syntax/Perl HTML-Template.rb +61 -0
  385. data/config/syntax/Perl.rb +764 -0
  386. data/config/syntax/Plain Text.rb +27 -0
  387. data/config/syntax/Postscript.rb +88 -0
  388. data/config/syntax/Processing.rb +87 -0
  389. data/config/syntax/Prolog.rb +31 -0
  390. data/config/syntax/Property List.rb +463 -0
  391. data/config/syntax/Prototype & Script.aculo.us (JavaScript) Bracketed.rb +100 -0
  392. data/config/syntax/Prototype & Script.aculo.us (JavaScript).rb +56 -0
  393. data/config/syntax/Python Django.rb +25 -0
  394. data/config/syntax/Python.rb +836 -0
  395. data/config/syntax/Quake Style .cfg.rb +27 -0
  396. data/config/syntax/R Console (R.app).rb +13 -0
  397. data/config/syntax/R Console (Rdaemon) Plain.rb +30 -0
  398. data/config/syntax/R Console (Rdaemon).rb +33 -0
  399. data/config/syntax/R.rb +64 -0
  400. data/config/syntax/RJS.rb +8 -0
  401. data/config/syntax/RSpec.rb +64 -0
  402. data/config/syntax/Ragel.rb +159 -0
  403. data/config/syntax/Rd (R Documentation).rb +50 -0
  404. data/config/syntax/Regular Expressions (Oniguruma).rb +78 -0
  405. data/config/syntax/Regular Expressions (Python).rb +78 -0
  406. data/config/syntax/Release Notes.rb +38 -0
  407. data/config/syntax/Remind.rb +179 -0
  408. data/config/syntax/Rez.rb +61 -0
  409. data/config/syntax/Ruby Haml.rb +97 -0
  410. data/config/syntax/Ruby on Rails.rb +116 -0
  411. data/config/syntax/Ruby.rb +758 -0
  412. data/config/syntax/S5 Slide Show.rb +51 -0
  413. data/config/syntax/SQL (Rails).rb +17 -0
  414. data/config/syntax/SQL.rb +205 -0
  415. data/config/syntax/SSH Config.rb +25 -0
  416. data/config/syntax/SWIG.rb +47 -0
  417. data/config/syntax/SWeave.rb +57 -0
  418. data/config/syntax/Scheme.rb +280 -0
  419. data/config/syntax/Scilab.rb +30 -0
  420. data/config/syntax/Setext.rb +102 -0
  421. data/config/syntax/Shell Script (Bash).rb +454 -0
  422. data/config/syntax/Slate.rb +96 -0
  423. data/config/syntax/Smarty.rb +46 -0
  424. data/config/syntax/Standard ML - CM.rb +27 -0
  425. data/config/syntax/Standard ML.rb +119 -0
  426. data/config/syntax/Strings File.rb +33 -0
  427. data/config/syntax/TSV.rb +40 -0
  428. data/config/syntax/Tcl.rb +119 -0
  429. data/config/syntax/TeX Math.rb +37 -0
  430. data/config/syntax/TeX.rb +58 -0
  431. data/config/syntax/Textile.rb +174 -0
  432. data/config/syntax/Thrift.rb +285 -0
  433. data/config/syntax/Twiki.rb +163 -0
  434. data/config/syntax/Txt2tags.rb +70 -0
  435. data/config/syntax/Vectorscript.rb +48 -0
  436. data/config/syntax/XML strict.rb +60 -0
  437. data/config/syntax/XML.rb +117 -0
  438. data/config/syntax/XSL.rb +43 -0
  439. data/config/syntax/YAML.rb +109 -0
  440. data/config/syntax/camlp4.rb +27 -0
  441. data/config/syntax/iCalendar.rb +25 -0
  442. data/config/syntax/jQuery (JavaScript).rb +108 -0
  443. data/config/syntax/mod_perl.rb +41 -0
  444. data/config/syntax/newLisp.rb +82 -0
  445. data/config/syntax/qmake Project file.rb +87 -0
  446. data/config/syntax/reStructuredText.rb +180 -0
  447. data/config/syntax/svn-commit.tmp.rb +25 -0
  448. data/config/theme/Active4D.rb +105 -0
  449. data/config/theme/All Hallow's Eve.rb +70 -0
  450. data/config/theme/Amy.rb +141 -0
  451. data/config/theme/Blackboard.rb +90 -0
  452. data/config/theme/Brilliance Black.rb +693 -0
  453. data/config/theme/Brilliance Dull.rb +588 -0
  454. data/config/theme/Cobalt.rb +147 -0
  455. data/config/theme/Dawn.rb +113 -0
  456. data/config/theme/Eiffel.rb +113 -0
  457. data/config/theme/Embers.rb +125 -0
  458. data/config/theme/Espresso Libre.rb +104 -0
  459. data/config/theme/IDLE.rb +57 -0
  460. data/config/theme/LAZY.rb +74 -0
  461. data/config/theme/Mac Classic.rb +117 -0
  462. data/config/theme/MagicWB (Amiga).rb +97 -0
  463. data/config/theme/Pastels on Dark.rb +182 -0
  464. data/config/theme/Slush & Poppies.rb +83 -0
  465. data/config/theme/SpaceCadet.rb +44 -0
  466. data/config/theme/Sunburst.rb +172 -0
  467. data/config/theme/Twilight.rb +137 -0
  468. data/config/theme/Zenburnesque.rb +88 -0
  469. data/config/theme/iPlastic.rb +73 -0
  470. data/config/theme/newLISP dark.rb +183 -0
  471. data/config/theme/newLISP.rb +183 -0
  472. data/config/welcome +10 -14
  473. data/lib/ver.rb +272 -79
  474. data/lib/ver/action.rb +43 -0
  475. data/lib/ver/buffer.rb +229 -0
  476. data/lib/ver/buffer/console.rb +171 -0
  477. data/lib/ver/buffer/term.rb +255 -0
  478. data/lib/ver/entry.rb +120 -97
  479. data/lib/ver/exception_view.rb +11 -1
  480. data/lib/ver/executor.rb +83 -0
  481. data/lib/ver/executor/buffer.rb +31 -0
  482. data/lib/ver/executor/entry.rb +175 -0
  483. data/lib/ver/executor/fuzzy_file_finder.rb +100 -0
  484. data/lib/ver/executor/grep.rb +101 -0
  485. data/lib/ver/executor/label.rb +57 -0
  486. data/lib/ver/executor/locate.rb +20 -0
  487. data/lib/ver/executor/method.rb +80 -0
  488. data/lib/ver/executor/path.rb +45 -0
  489. data/lib/ver/executor/syntax.rb +22 -0
  490. data/lib/ver/executor/theme.rb +21 -0
  491. data/lib/ver/help.rb +0 -10
  492. data/lib/ver/help/describe_key.rb +8 -7
  493. data/lib/ver/help/help_for_help.rb +1 -1
  494. data/lib/ver/hover_completion.rb +39 -34
  495. data/lib/ver/keymap.rb +121 -158
  496. data/lib/ver/keymap/keymapped.rb +25 -0
  497. data/lib/ver/keysyms.rb +104 -0
  498. data/lib/ver/layout/notebook.rb +74 -0
  499. data/lib/ver/layout/paned.rb +184 -0
  500. data/lib/ver/layout/tiling.rb +135 -0
  501. data/lib/ver/layout/tiling/common.rb +34 -0
  502. data/lib/ver/layout/tiling/horizontal.rb +25 -0
  503. data/lib/ver/layout/tiling/vertical.rb +25 -0
  504. data/lib/ver/major_mode.rb +162 -0
  505. data/lib/ver/methods.rb +21 -22
  506. data/lib/ver/methods/autofill.rb +23 -0
  507. data/lib/ver/methods/basic.rb +53 -0
  508. data/lib/ver/methods/bookmark.rb +116 -104
  509. data/lib/ver/methods/clipboard.rb +59 -47
  510. data/lib/ver/methods/completion.rb +93 -77
  511. data/lib/ver/methods/control.rb +297 -240
  512. data/lib/ver/methods/ctags.rb +38 -29
  513. data/lib/ver/methods/delete.rb +47 -31
  514. data/lib/ver/methods/help.rb +9 -1
  515. data/lib/ver/methods/insert.rb +67 -203
  516. data/lib/ver/methods/layout.rb +122 -0
  517. data/lib/ver/methods/move.rb +229 -158
  518. data/lib/ver/methods/nano.rb +186 -0
  519. data/lib/ver/methods/open.rb +247 -53
  520. data/lib/ver/methods/preview.rb +66 -5
  521. data/lib/ver/methods/save.rb +127 -44
  522. data/lib/ver/methods/search.rb +103 -56
  523. data/lib/ver/methods/search_and_replace.rb +118 -0
  524. data/lib/ver/methods/selection.rb +443 -0
  525. data/lib/ver/methods/snippet.rb +244 -0
  526. data/lib/ver/methods/undo.rb +34 -13
  527. data/lib/ver/minibuffer.rb +293 -0
  528. data/lib/ver/minor_mode.rb +204 -0
  529. data/lib/ver/plist.rb +208 -20
  530. data/lib/ver/status.rb +76 -128
  531. data/lib/ver/status/battery.rb +147 -0
  532. data/lib/ver/status/buffer_position.rb +17 -0
  533. data/lib/ver/status/diakonos_position.rb +17 -0
  534. data/lib/ver/status/encoding.rb +13 -0
  535. data/lib/ver/status/filename.rb +13 -0
  536. data/lib/ver/status/label.rb +62 -0
  537. data/lib/ver/status/mode.rb +15 -0
  538. data/lib/ver/status/nano_help.rb +71 -0
  539. data/lib/ver/status/nano_position.rb +38 -0
  540. data/lib/ver/status/percent.rb +17 -0
  541. data/lib/ver/status/position.rb +16 -0
  542. data/lib/ver/status/separator.rb +20 -0
  543. data/lib/ver/status/short_filename.rb +13 -0
  544. data/lib/ver/status/syntax.rb +13 -0
  545. data/lib/ver/syntax.rb +15 -20
  546. data/lib/ver/syntax/detector.rb +7 -13
  547. data/lib/ver/syntax/processor.rb +4 -4
  548. data/lib/ver/text.rb +337 -170
  549. data/lib/ver/theme.rb +51 -28
  550. data/lib/ver/treeview.rb +54 -0
  551. data/lib/ver/undo.rb +37 -17
  552. data/lib/ver/vendor/better_pp_hash.rb +27 -0
  553. data/lib/ver/vendor/binary_search.rb +2 -2
  554. data/lib/ver/vendor/fuzzy_file_finder.rb +22 -8
  555. data/lib/ver/vendor/pathname.rb +26 -0
  556. data/lib/ver/vendor/textpow.rb +30 -32
  557. data/lib/ver/version.rb +1 -1
  558. data/lib/ver/widget_event.rb +49 -0
  559. data/lib/ver/widget_major_mode.rb +192 -0
  560. data/spec/helper.rb +49 -78
  561. data/spec/tm_snippet.rb +178 -0
  562. data/spec/ver/action.rb +65 -0
  563. data/spec/ver/keymap.rb +77 -0
  564. data/spec/ver/major_mode.rb +150 -0
  565. data/spec/ver/methods/move.rb +150 -0
  566. data/spec/ver/minor_mode.rb +90 -0
  567. data/spec/ver/plugin/smart_autoindent.rb +276 -0
  568. data/spec/ver/widget_major_mode.rb +69 -0
  569. data/tasks/rcov.rake +2 -3
  570. data/tasks/syntax_list.rake +28 -24
  571. data/ver.gemspec +6 -9
  572. metadata +524 -342
  573. data/TODO +0 -169
  574. data/config/preferences/ANTLR.json +0 -10
  575. data/config/preferences/ASP vb.NET.json +0 -3
  576. data/config/preferences/ASP.json +0 -15
  577. data/config/preferences/ActionScript.json +0 -755
  578. data/config/preferences/Active4D.json +0 -89
  579. data/config/preferences/Ada.json +0 -23
  580. data/config/preferences/Ant.json +0 -356
  581. data/config/preferences/Apache.json +0 -644
  582. data/config/preferences/AppleScript.json +0 -92
  583. data/config/preferences/Bison.json +0 -3
  584. data/config/preferences/Blogging.json +0 -3
  585. data/config/preferences/C.json +0 -127
  586. data/config/preferences/CMake.json +0 -41
  587. data/config/preferences/CSS.json +0 -461
  588. data/config/preferences/CTags.json +0 -3
  589. data/config/preferences/CVS.json +0 -3
  590. data/config/preferences/ColdFusion.json +0 -32
  591. data/config/preferences/D.json +0 -58
  592. data/config/preferences/Darcs.json +0 -3
  593. data/config/preferences/Diff.json +0 -67
  594. data/config/preferences/DokuWiki.json +0 -19
  595. data/config/preferences/Doxygen.json +0 -3
  596. data/config/preferences/Dylan.json +0 -3
  597. data/config/preferences/Eiffel.json +0 -59
  598. data/config/preferences/Erlang.json +0 -72
  599. data/config/preferences/Experimental.json +0 -1356
  600. data/config/preferences/F-Script.json +0 -87
  601. data/config/preferences/FXScript.json +0 -78
  602. data/config/preferences/FileMerge.json +0 -3
  603. data/config/preferences/Fortran.json +0 -158
  604. data/config/preferences/GTD2.json +0 -11
  605. data/config/preferences/GTDAlt.json +0 -20
  606. data/config/preferences/GetBundle.json +0 -3
  607. data/config/preferences/Gettext.json +0 -24
  608. data/config/preferences/Graphviz.json +0 -42
  609. data/config/preferences/Greasemonkey.json +0 -3
  610. data/config/preferences/Gri.json +0 -34
  611. data/config/preferences/HTML.json +0 -492
  612. data/config/preferences/Haskell.json +0 -72
  613. data/config/preferences/Hotkey.json +0 -3
  614. data/config/preferences/ImageBrowser.json +0 -3
  615. data/config/preferences/Inform.json +0 -3
  616. data/config/preferences/Ini.json +0 -60
  617. data/config/preferences/Installer.json +0 -3
  618. data/config/preferences/Io.json +0 -64
  619. data/config/preferences/JSON.json +0 -3
  620. data/config/preferences/Java.json +0 -86
  621. data/config/preferences/JavaDoc.json +0 -3
  622. data/config/preferences/JavaScript.json +0 -76
  623. data/config/preferences/LaTeX.json +0 -267
  624. data/config/preferences/Lex/Flex.json +0 -3
  625. data/config/preferences/Lighttpd.json +0 -3
  626. data/config/preferences/LilyPond.json +0 -77
  627. data/config/preferences/Lisp.json +0 -63
  628. data/config/preferences/Logo.json +0 -58
  629. data/config/preferences/Logtalk.json +0 -236
  630. data/config/preferences/Lua.json +0 -24
  631. data/config/preferences/MEL.json +0 -19
  632. data/config/preferences/MIPS Assembler.json +0 -26
  633. data/config/preferences/MacPorts.json +0 -3
  634. data/config/preferences/Mail.json +0 -3
  635. data/config/preferences/Make.json +0 -16
  636. data/config/preferences/Markdown.json +0 -102
  637. data/config/preferences/Math.json +0 -3
  638. data/config/preferences/Matlab.json +0 -128
  639. data/config/preferences/Maven.json +0 -308
  640. data/config/preferences/Mediawiki.json +0 -73
  641. data/config/preferences/Mercurial.json +0 -3
  642. data/config/preferences/Modula.json +0 -37
  643. data/config/preferences/MoinMoin.json +0 -52
  644. data/config/preferences/Navigation.json +0 -3
  645. data/config/preferences/Nemerle.json +0 -3
  646. data/config/preferences/OCaml Code Completion.json +0 -3
  647. data/config/preferences/OCaml.json +0 -163
  648. data/config/preferences/ODCompletion.json +0 -3
  649. data/config/preferences/Objective-C.json +0 -84
  650. data/config/preferences/OpenGL.json +0 -3331
  651. data/config/preferences/Outlines.json +0 -3
  652. data/config/preferences/Pascal.json +0 -60
  653. data/config/preferences/Perforce.json +0 -3
  654. data/config/preferences/Perl.json +0 -15
  655. data/config/preferences/PmWiki.json +0 -27
  656. data/config/preferences/Postscript.json +0 -15
  657. data/config/preferences/Processing.json +0 -32
  658. data/config/preferences/Prolog.json +0 -3
  659. data/config/preferences/Propel.json +0 -3
  660. data/config/preferences/Python.json +0 -38
  661. data/config/preferences/Quake.json +0 -15
  662. data/config/preferences/R.json +0 -33
  663. data/config/preferences/Ragel.json +0 -15
  664. data/config/preferences/Regular Expressions.json +0 -3
  665. data/config/preferences/Remind.json +0 -15
  666. data/config/preferences/Rez.json +0 -46
  667. data/config/preferences/Ruby.json +0 -98
  668. data/config/preferences/S5 Slide Show.json +0 -20
  669. data/config/preferences/SCons.json +0 -3
  670. data/config/preferences/SQL.json +0 -32
  671. data/config/preferences/SSH Config.json +0 -15
  672. data/config/preferences/SVK.json +0 -3
  673. data/config/preferences/SWIG.json +0 -3
  674. data/config/preferences/SWeave.json +0 -32
  675. data/config/preferences/Scheme.json +0 -35
  676. data/config/preferences/Scilab.json +0 -15
  677. data/config/preferences/Setext.json +0 -3
  678. data/config/preferences/Shell Script.json +0 -25
  679. data/config/preferences/Slate.json +0 -113
  680. data/config/preferences/Source.json +0 -132
  681. data/config/preferences/Subversion.json +0 -10
  682. data/config/preferences/TODO.json +0 -3
  683. data/config/preferences/Tabular.json +0 -3
  684. data/config/preferences/Tcl.json +0 -82
  685. data/config/preferences/TerminalMate.json +0 -112
  686. data/config/preferences/Text.json +0 -89
  687. data/config/preferences/TextMate.json +0 -38
  688. data/config/preferences/Textile.json +0 -76
  689. data/config/preferences/Thrift.json +0 -56
  690. data/config/preferences/Transmit.json +0 -3
  691. data/config/preferences/Twiki.json +0 -51
  692. data/config/preferences/Txt2tags.json +0 -81
  693. data/config/preferences/Vectorscript.json +0 -1280
  694. data/config/preferences/XML.json +0 -60
  695. data/config/preferences/Xcode.json +0 -3
  696. data/config/preferences/YAML.json +0 -24
  697. data/config/preferences/iCalendar.json +0 -10
  698. data/config/preferences/iTerm.json +0 -36
  699. data/config/preferences/reStructuredText.json +0 -48
  700. data/config/syntax/ANTLR.json +0 -275
  701. data/config/syntax/ASP vb.NET.json +0 -228
  702. data/config/syntax/ASP.json +0 -135
  703. data/config/syntax/ActionScript.json +0 -168
  704. data/config/syntax/Active4D Config.json +0 -86
  705. data/config/syntax/Active4D Library.json +0 -20
  706. data/config/syntax/Active4D.json +0 -418
  707. data/config/syntax/Ada.json +0 -108
  708. data/config/syntax/Ant.json +0 -196
  709. data/config/syntax/Apache.json +0 -342
  710. data/config/syntax/AppleScript.json +0 -721
  711. data/config/syntax/BibTeX.json +0 -253
  712. data/config/syntax/Bison.json +0 -59
  713. data/config/syntax/Blog - HTML.json +0 -47
  714. data/config/syntax/Blog - Markdown.json +0 -50
  715. data/config/syntax/Blog - Text.json +0 -45
  716. data/config/syntax/Blog - Textile.json +0 -45
  717. data/config/syntax/C++.json +0 -323
  718. data/config/syntax/C.json +0 -694
  719. data/config/syntax/CMake Listfile.json +0 -171
  720. data/config/syntax/CSS.json +0 -346
  721. data/config/syntax/CSV.json +0 -108
  722. data/config/syntax/ColdFusion.json +0 -204
  723. data/config/syntax/D.json +0 -560
  724. data/config/syntax/Diff.json +0 -136
  725. data/config/syntax/DokuWiki.json +0 -412
  726. data/config/syntax/Doxygen.json +0 -80
  727. data/config/syntax/Dylan.json +0 -104
  728. data/config/syntax/Eiffel.json +0 -128
  729. data/config/syntax/Erlang.json +0 -1636
  730. data/config/syntax/F-Script.json +0 -137
  731. data/config/syntax/FXScript.json +0 -260
  732. data/config/syntax/Fortran - Modern.json +0 -221
  733. data/config/syntax/Fortran - Punchcard.json +0 -468
  734. data/config/syntax/GTD.json +0 -39
  735. data/config/syntax/GTDalt.json +0 -233
  736. data/config/syntax/Gettext.json +0 -118
  737. data/config/syntax/Go.json +0 -555
  738. data/config/syntax/Graphviz (DOT).json +0 -79
  739. data/config/syntax/Greasemonkey.json +0 -56
  740. data/config/syntax/Gri.json +0 -141
  741. data/config/syntax/HTML (ASP).json +0 -45
  742. data/config/syntax/HTML (ASP.net).json +0 -736
  743. data/config/syntax/HTML (Active4D).json +0 -540
  744. data/config/syntax/HTML (Erlang).json +0 -31
  745. data/config/syntax/HTML (Tcl).json +0 -42
  746. data/config/syntax/HTML.json +0 -614
  747. data/config/syntax/Haskell.json +0 -407
  748. data/config/syntax/Inform.json +0 -80
  749. data/config/syntax/Ini.json +0 -91
  750. data/config/syntax/Installer Distribution Script.json +0 -135
  751. data/config/syntax/Io.json +0 -142
  752. data/config/syntax/JSON.json +0 -151
  753. data/config/syntax/Java Properties.json +0 -42
  754. data/config/syntax/Java Server Page (JSP).json +0 -163
  755. data/config/syntax/Java.json +0 -745
  756. data/config/syntax/JavaDoc.json +0 -435
  757. data/config/syntax/JavaScript.json +0 -446
  758. data/config/syntax/LaTeX Beamer.json +0 -65
  759. data/config/syntax/LaTeX Log.json +0 -88
  760. data/config/syntax/LaTeX Memoir.json +0 -101
  761. data/config/syntax/LaTeX.json +0 -962
  762. data/config/syntax/Lex-Flex.json +0 -396
  763. data/config/syntax/Lighttpd.json +0 -93
  764. data/config/syntax/LilyPond.json +0 -608
  765. data/config/syntax/Lisp.json +0 -101
  766. data/config/syntax/Literate Haskell.json +0 -55
  767. data/config/syntax/Logo.json +0 -48
  768. data/config/syntax/Logtalk.json +0 -289
  769. data/config/syntax/Lua.json +0 -146
  770. data/config/syntax/MATLAB.json +0 -744
  771. data/config/syntax/MEL.json +0 -161
  772. data/config/syntax/MIPS Assembler.json +0 -114
  773. data/config/syntax/MacPorts Portfile.json +0 -298
  774. data/config/syntax/Mail.json +0 -224
  775. data/config/syntax/Makefile.json +0 -66
  776. data/config/syntax/Markdown.json +0 -644
  777. data/config/syntax/Maven POM.json +0 -774
  778. data/config/syntax/Mediawiki.json +0 -736
  779. data/config/syntax/Modula-3.json +0 -80
  780. data/config/syntax/MoinMoin.json +0 -335
  781. data/config/syntax/MultiMarkdown.json +0 -41
  782. data/config/syntax/Nemerle.json +0 -128
  783. data/config/syntax/OCaml.json +0 -1391
  784. data/config/syntax/OCamllex.json +0 -307
  785. data/config/syntax/OCamlyacc.json +0 -346
  786. data/config/syntax/Objective-C++.json +0 -21
  787. data/config/syntax/Objective-C.json +0 -979
  788. data/config/syntax/Octave.json +0 -417
  789. data/config/syntax/OpenGL.json +0 -24
  790. data/config/syntax/PHP.json +0 -2184
  791. data/config/syntax/Pascal.json +0 -128
  792. data/config/syntax/Perl.json +0 -2091
  793. data/config/syntax/Plain Text.json +0 -49
  794. data/config/syntax/PmWiki.json +0 -241
  795. data/config/syntax/Postscript.json +0 -206
  796. data/config/syntax/Processing.json +0 -188
  797. data/config/syntax/Prolog.json +0 -70
  798. data/config/syntax/Python.json +0 -1934
  799. data/config/syntax/Quake Style .cfg.json +0 -54
  800. data/config/syntax/R.json +0 -157
  801. data/config/syntax/Ragel.json +0 -362
  802. data/config/syntax/Rd (R Documentation).json +0 -119
  803. data/config/syntax/Regular Expressions (Oniguruma).json +0 -186
  804. data/config/syntax/Regular Expressions (Python).json +0 -188
  805. data/config/syntax/Release Notes.json +0 -78
  806. data/config/syntax/Remind.json +0 -461
  807. data/config/syntax/Rez.json +0 -137
  808. data/config/syntax/Ruby Sass.json +0 -497
  809. data/config/syntax/Ruby.json +0 -1753
  810. data/config/syntax/S5 Slide Show.json +0 -85
  811. data/config/syntax/SQL.json +0 -435
  812. data/config/syntax/SSH Config.json +0 -55
  813. data/config/syntax/SWIG.json +0 -96
  814. data/config/syntax/SWeave.json +0 -139
  815. data/config/syntax/Scheme.json +0 -359
  816. data/config/syntax/Scilab.json +0 -69
  817. data/config/syntax/Setext.json +0 -247
  818. data/config/syntax/Shell Script (Bash).json +0 -1198
  819. data/config/syntax/Slate.json +0 -265
  820. data/config/syntax/Strings File.json +0 -53
  821. data/config/syntax/TSV.json +0 -83
  822. data/config/syntax/Tcl.json +0 -278
  823. data/config/syntax/TeX Math.json +0 -83
  824. data/config/syntax/TeX.json +0 -157
  825. data/config/syntax/Textile.json +0 -273
  826. data/config/syntax/Thrift.json +0 -641
  827. data/config/syntax/Twiki.json +0 -436
  828. data/config/syntax/Txt2tags.json +0 -154
  829. data/config/syntax/Vectorscript.json +0 -97
  830. data/config/syntax/XML strict.json +0 -148
  831. data/config/syntax/XML.json +0 -301
  832. data/config/syntax/XSL.json +0 -96
  833. data/config/syntax/YAML.json +0 -293
  834. data/config/syntax/camlp4.json +0 -63
  835. data/config/syntax/iCalendar.json +0 -51
  836. data/config/syntax/mod_perl.json +0 -72
  837. data/config/syntax/reStructuredText.json +0 -403
  838. data/config/syntax/svn-commit.tmp.json +0 -62
  839. data/config/theme/Active4D.json +0 -260
  840. data/config/theme/All Hallow's Eve.json +0 -171
  841. data/config/theme/Amy.json +0 -359
  842. data/config/theme/BBEdit.json +0 -269
  843. data/config/theme/Bespin.json +0 -322
  844. data/config/theme/Blackboard.json +0 -215
  845. data/config/theme/BoysAndGirls01.json +0 -156
  846. data/config/theme/Brilliance Black.json +0 -1695
  847. data/config/theme/Brilliance Dull.json +0 -1451
  848. data/config/theme/Classic Modified.json +0 -288
  849. data/config/theme/Cobalt.json +0 -345
  850. data/config/theme/Cool Glow.json +0 -215
  851. data/config/theme/Dawn.json +0 -258
  852. data/config/theme/Eiffel.json +0 -270
  853. data/config/theme/Espresso Libre.json +0 -247
  854. data/config/theme/Fluidvision.json +0 -272
  855. data/config/theme/IDLE.json +0 -159
  856. data/config/theme/LAZY.json +0 -178
  857. data/config/theme/Mac Classic.json +0 -277
  858. data/config/theme/MagicWB (Amiga).json +0 -231
  859. data/config/theme/Merbivore Soft.json +0 -181
  860. data/config/theme/Merbivore.json +0 -181
  861. data/config/theme/Monokai.json +0 -177
  862. data/config/theme/Notepad2.json +0 -166
  863. data/config/theme/Pastels on Dark.json +0 -437
  864. data/config/theme/RubyBlue.json +0 -226
  865. data/config/theme/Sin City 2.json +0 -361
  866. data/config/theme/Slate.json +0 -270
  867. data/config/theme/Slush & Poppies.json +0 -232
  868. data/config/theme/SpaceCadet.json +0 -143
  869. data/config/theme/Sunburst.json +0 -415
  870. data/config/theme/Twilight BG FG.json +0 -633
  871. data/config/theme/Twilight.json +0 -321
  872. data/config/theme/Whys Poignant.json +0 -119
  873. data/config/theme/Zenburnesque.json +0 -237
  874. data/config/theme/barf.json +0 -155
  875. data/config/theme/fake.json +0 -418
  876. data/config/theme/happydeluxe.json +0 -114
  877. data/config/theme/iLife 05.json +0 -393
  878. data/config/theme/iPlastic.json +0 -177
  879. data/config/theme/mintBlue Dark.json +0 -414
  880. data/config/theme/mintBlue.json +0 -415
  881. data/config/theme/monoindustrial.json +0 -276
  882. data/config/theme/starlight.json +0 -67
  883. data/lib/ver/layout.rb +0 -177
  884. data/lib/ver/methods/select.rb +0 -322
  885. data/lib/ver/methods/shortcuts.rb +0 -21
  886. data/lib/ver/methods/views.rb +0 -81
  887. data/lib/ver/mode.rb +0 -207
  888. data/lib/ver/status/context.rb +0 -166
  889. data/lib/ver/view.rb +0 -190
  890. data/lib/ver/view/console.rb +0 -171
  891. data/lib/ver/view/entry.rb +0 -32
  892. data/lib/ver/view/list.rb +0 -152
  893. data/lib/ver/view/list/buffer.rb +0 -27
  894. data/lib/ver/view/list/ex.rb +0 -71
  895. data/lib/ver/view/list/fuzzy_file_finder.rb +0 -44
  896. data/lib/ver/view/list/grep.rb +0 -53
  897. data/lib/ver/view/list/methods.rb +0 -159
  898. data/lib/ver/view/list/syntax.rb +0 -13
  899. data/lib/ver/view/list/theme.rb +0 -13
  900. data/lib/ver/view/term.rb +0 -255
  901. data/tasks/plist2json.rake +0 -35
data/.gitignore ADDED
@@ -0,0 +1 @@
1
+ tags
data/.mailmap ADDED
@@ -0,0 +1 @@
1
+ Julian Langschaedel <meta.rb@gmail.com>
data/.todo ADDED
@@ -0,0 +1,102 @@
1
+ <?xml version="1.0"?>
2
+ <todo version="0.1.20">
3
+ <title>
4
+ VER Roadmap
5
+ </title>
6
+ <note priority="high" time="1265355024" done="1265396958">
7
+ make ExFFF easier to read, might have to remove the color
8
+ <comment>
9
+ [master 6a620ca] Remove colors from ExFFF, it's impossible to match selection color
10
+ </comment>
11
+ </note>
12
+ <note priority="high" time="1265357714" done="1265872869">
13
+ ask when closing modified buffers
14
+ </note>
15
+ <note priority="low" time="1265353851" done="1265354072">
16
+ Sessions
17
+ <comment>
18
+ Right now we (re)store the filenames of open views, the position of the insert mark, and any bookmarks.
19
+ </comment>
20
+ </note>
21
+ <note priority="low" time="1265354770" done="1265609249">
22
+ Move queries to global status to allow alternative widgets as text status
23
+ <comment>
24
+ [master ca01047] Implemented MiniBuffer
25
+ </comment>
26
+ </note>
27
+ <note priority="high" time="1265354683">
28
+ Update keymaps for major/minor modes
29
+ <note priority="high" time="1265361228" done="1265814133">
30
+ diakonos
31
+ </note>
32
+ <note priority="high" time="1265361231" done="1265765593">
33
+ nano
34
+ </note>
35
+ <note priority="high" time="1265361233">
36
+ emacs
37
+ </note>
38
+ </note>
39
+ <note priority="high" time="1265354790">
40
+ Help system based on YARD
41
+ <note priority="high" time="1265400035">
42
+ grep ver source for any given string
43
+ </note>
44
+ </note>
45
+ <note priority="high" time="1265354843">
46
+ simultanous file overwrite protection
47
+ <note priority="high" time="1265354873">
48
+ notify user when file is opened already
49
+ </note>
50
+ </note>
51
+ <note priority="high" time="1265609278">
52
+ Add more MiniBuffer completions
53
+ </note>
54
+ <note priority="high" time="1265873057">
55
+ Get ruby devs to support more oniguruma flags
56
+ </note>
57
+ <note priority="medium" time="1265354113">
58
+ VCS plugins
59
+ <note priority="medium" time="1265354374" done="1265354383">
60
+ git
61
+ <comment>
62
+ Basic wrapper for shell commands
63
+ </comment>
64
+ </note>
65
+ <note priority="medium" time="1265354415">
66
+ hg
67
+ </note>
68
+ <note priority="medium" time="1265354427">
69
+ svn
70
+ </note>
71
+ <note priority="medium" time="1265354436">
72
+ fossil
73
+ </note>
74
+ </note>
75
+ <note priority="medium" time="1265354318">
76
+ org-mode/remember, something to GTD and be reminded of them.
77
+ </note>
78
+ <note priority="medium" time="1265354510">
79
+ code folding, maybe based on tm preferences
80
+ </note>
81
+ <note priority="medium" time="1265354585">
82
+ tagging of buffers to group them
83
+ </note>
84
+ <note priority="medium" time="1265354601">
85
+ markdown support, fix the crazy regexp
86
+ </note>
87
+ <note priority="medium" time="1265354649">
88
+ Support mirror and mirror transformation for snippets
89
+ </note>
90
+ <note priority="medium" time="1265354815">
91
+ equivalent to vim ex or emacs M-x
92
+ </note>
93
+ <note priority="low" time="1265354608">
94
+ dictionary
95
+ </note>
96
+ <note priority="low" time="1265354828">
97
+ dired alike
98
+ </note>
99
+ <note priority="low" time="1265354898">
100
+ major mode per bundle/language
101
+ </note>
102
+ </todo>
data/.yardopts ADDED
@@ -0,0 +1 @@
1
+ lib/**/*.rb config/plugin/**/*.rb - README.textile ROADMAP.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
- 687 Michael Fellinger <m.fellinger@gmail.com>
5
- 27 Julian Langschaedel <meta.rb@gmail.com>
6
- 1 lian <meta.rb@gmail.com>
4
+ 1080 Michael Fellinger <m.fellinger@gmail.com>
5
+ 32 Julian Langschaedel <meta.rb@gmail.com>
6
+ 1 Tadahiko Uehara <kikofx@gmail.com>
data/CHANGELOG CHANGED
@@ -1,3 +1,1600 @@
1
+ [548d780 | 2010-02-14 18:38:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
2
+
3
+ * Correct ffi-tk version
4
+
5
+ [c6d313a | 2010-02-14 18:37:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
6
+
7
+ * Version 2010.02
8
+
9
+ [250dc92 | 2010-02-14 16:21:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
10
+
11
+ * Highlight matching brace
12
+
13
+ [d03c044 | 2010-02-14 15:58:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
14
+
15
+ * Make insert cursor of MiniBuffer visible
16
+
17
+ [ee73156 | 2010-02-14 15:56:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
18
+
19
+ * Remove useless fast_tag_add
20
+
21
+ [334d6ea | 2010-02-14 15:14:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
22
+
23
+ * Add file_open_ask as first sophisticated completion example, use with ':o<space>'
24
+
25
+ [dd43ccc | 2010-02-13 16:54:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
26
+
27
+ * Allow saving new files
28
+
29
+ [14c924a | 2010-02-12 17:12:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
30
+
31
+ * Hide debugging output from save
32
+
33
+ [e6f2902 | 2010-02-12 17:12:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
34
+
35
+ * Compare mtime only if there is one
36
+
37
+ [7772d0c | 2010-02-12 17:12:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
38
+
39
+ * Only take visible buffers into considerations before attempting quit
40
+
41
+ [bc169de | 2010-02-12 17:11:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
42
+
43
+ * :q is not :qa
44
+
45
+ [e85870a | 2010-02-12 17:10:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
46
+
47
+ * Keychain suggestion shows results from all possible minor modes now
48
+
49
+ [7f76b9e | 2010-02-12 16:39:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
50
+
51
+ * A couple of changes to plist to make debugging easier
52
+
53
+ [4bbb554 | 2010-02-12 16:38:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
54
+
55
+ * Don't change background color for pending highlight anymore
56
+
57
+ [dd8a134 | 2010-02-12 16:27:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
58
+
59
+ * Relay all messages to MiniBuffer to :Messages buffer as well
60
+
61
+ [4aa3be7 | 2010-02-12 16:26:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
62
+
63
+ * Use dark background for MiniBuffer
64
+
65
+ [0f50cd9 | 2010-02-12 16:26:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
66
+
67
+ * Status might look better if it matches the color of the text widget
68
+
69
+ [fa3408c | 2010-02-12 16:24:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
70
+
71
+ * Let stdout_capture_evaluate use a binding
72
+
73
+ [a12140d | 2010-02-12 16:24:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
74
+
75
+ * Support for symbolic buffers
76
+
77
+ [f3919b6 | 2010-02-12 07:25:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
78
+
79
+ * Place Executor instead of putting it into the layout
80
+
81
+ [f442e11 | 2010-02-11 09:13:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
82
+
83
+ * Add toggling for Status::Label and use it in nano keymap
84
+
85
+ [98dd69b | 2010-02-11 08:54:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
86
+
87
+ * Make Executor appear a bit smoother when opening
88
+
89
+ [0efc522 | 2010-02-11 08:51:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
90
+
91
+ * Allow VER to have very flexible size
92
+
93
+ [1fc9a63 | 2010-02-11 08:32:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
94
+
95
+ * Update todo
96
+
97
+ [57254f7 | 2010-02-11 07:51:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
98
+
99
+ * Remove mandatory focus of text when it is mapped
100
+
101
+ [dc559bb | 2010-02-11 07:51:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
102
+
103
+ * Short flash to get attention when MiniBuffer changes, let's see how annoying that is
104
+
105
+ [31251f0 | 2010-02-11 07:50:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
106
+
107
+ * Unmap Control-q and add a couple of ex-alike keybinds for closing and saving
108
+
109
+ [88d9c1f | 2010-02-11 07:19:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
110
+
111
+ * Add some experimental handling for readonly buffers; Add protection around saving
112
+
113
+ [c0494d7 | 2010-02-11 06:33:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
114
+
115
+ * Avoid some warnings
116
+
117
+ [04c0191 | 2010-02-11 06:27:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
118
+
119
+ * Improve look&feel of search_and_replace
120
+
121
+ [9e261e2 | 2010-02-10 16:48:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
122
+
123
+ * Clean line when entering control mode
124
+
125
+ [0d5f73d | 2010-02-10 16:32:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
126
+
127
+ * Fix search and replace
128
+
129
+ [76d205f | 2010-02-10 15:02:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
130
+
131
+ * Update todo
132
+
133
+ [bd2179b | 2010-02-10 15:01:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
134
+
135
+ * Fix focusing buffer by number
136
+
137
+ [b1d3da7 | 2010-02-10 15:01:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
138
+
139
+ * Finalize the Status refactor
140
+
141
+ [a10c39c | 2010-02-10 03:03:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
142
+
143
+ * Fix dikaonos keybinds
144
+
145
+ [ebde852 | 2010-02-10 03:02:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
146
+
147
+ * Limit nano and diakonos to a single buffer in master and none in slaves
148
+
149
+ [29a3dc7 | 2010-02-10 01:30:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
150
+
151
+ * Deleting line selections should not leave behind a newline
152
+
153
+ [cb79631 | 2010-02-10 01:02:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
154
+
155
+ * Chomp the result of pipe_execute and make delete/insert single undo record
156
+
157
+ [a7f7403 | 2010-02-10 00:57:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
158
+
159
+ * A bit of cleanup for MiniBuffer
160
+
161
+ [a473452 | 2010-02-10 00:57:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
162
+
163
+ * Avoid error in when_active_for blocks by checking @cancel_blocks before tk_inactive and canceling all block on exit
164
+
165
+ [0de48f4 | 2010-02-10 00:55:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
166
+
167
+ * If statusline is nil, we try to use the statusline for the current keymap. Add nano statusline and update keymap
168
+
169
+ [1cff9d4 | 2010-02-10 00:33:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
170
+
171
+ * Fix piping of selection with primitive completion
172
+
173
+ [6af1c70 | 2010-02-08 17:47:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
174
+
175
+ * Round up the Status refactor
176
+
177
+ [83293db | 2010-02-08 08:36:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
178
+
179
+ * Clumsy way for statusline
180
+
181
+ [182549c | 2010-02-08 08:04:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
182
+
183
+ * Workaround for weird tiling behaviour
184
+
185
+ [961b8a5 | 2010-02-08 07:55:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
186
+
187
+ * Make sure the variable name is unique per status frame
188
+
189
+ [a9b9c03 | 2010-02-08 07:51:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
190
+
191
+ * First draft of new Status line with multiple widgets
192
+
193
+ [0d4b3c5 | 2010-02-08 06:21:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
194
+
195
+ * More accurate configuration for MiniBuffer
196
+
197
+ [bc3c214 | 2010-02-08 06:21:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
198
+
199
+ * Fix other frames used in layout for hide/show
200
+
201
+ [ca01047 | 2010-02-08 06:04:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
202
+
203
+ * Implemented MiniBuffer
204
+
205
+ [4ac3a08 | 2010-02-06 15:41:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
206
+
207
+ * Show possible follup when command is incomplete
208
+
209
+ [665b584 | 2010-02-05 20:31:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
210
+
211
+ * New convention for Method modules to use module_function
212
+
213
+ [db8b5d1 | 2010-02-05 20:01:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
214
+
215
+ * Remove debugging output when using sessions
216
+
217
+ [ab856f2 | 2010-02-05 20:01:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
218
+
219
+ * Update todo
220
+
221
+ [a13a1f9 | 2010-02-05 19:46:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
222
+
223
+ * seems like nobody noticed that sessions didn't work anymore
224
+
225
+ [afeb169 | 2010-02-05 19:40:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
226
+
227
+ * Force rehighlight when syntax changes through ExSyntax
228
+
229
+ [62ecd69 | 2010-02-05 19:39:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
230
+
231
+ * Add ExGrepBuffers to grep open buffers
232
+
233
+ [e1315a3 | 2010-02-05 19:13:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
234
+
235
+ * Remove the old ListView widgets
236
+
237
+ [3c833b2 | 2010-02-05 19:11:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
238
+
239
+ * Fix reference in Save::may_close
240
+
241
+ [6a620ca | 2010-02-05 19:09:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
242
+
243
+ * Remove colors from ExFFF, it's impossible to match selection color
244
+
245
+ [8bfa81a | 2010-02-05 18:56:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
246
+
247
+ * Allow for Search::again
248
+
249
+ [5066fec | 2010-02-05 18:56:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
250
+
251
+ * Update keymap for Nano, add some functionality
252
+
253
+ [67e5643 | 2010-02-05 17:37:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
254
+
255
+ * Add spec that shows major fail of SmartAutoindent
256
+
257
+ [a5f7fa6 | 2010-02-05 17:29:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
258
+
259
+ * Fix SmartAutoindent spec
260
+
261
+ [7bd50be | 2010-02-05 09:35:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
262
+
263
+ * SearchAndReplace::query sets defaults from last use
264
+
265
+ [32f94f4 | 2010-02-05 09:14:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
266
+
267
+ * Update todo
268
+
269
+ [bb498cd | 2010-02-05 09:13:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
270
+
271
+ * Remap executor, now :f opens ExFFF immediately, :: or :x opens Executor selector
272
+
273
+ [b3b0fb0 | 2010-02-05 08:54:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
274
+
275
+ * Adding Save::save and Save::save_as
276
+
277
+ [7a35ad5 | 2010-02-05 08:44:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
278
+
279
+ * Bring diakonos keymap up to date
280
+
281
+ [6bdabee | 2010-02-05 07:51:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
282
+
283
+ * Remove 'search_' from Search methods
284
+
285
+ [0cd960b | 2010-02-05 07:29:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
286
+
287
+ * Add .todo
288
+
289
+ [12a3089 | 2010-02-05 07:02:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
290
+
291
+ * Remove heading from ExTheme and ExSyntax
292
+
293
+ [65227cb | 2010-02-05 06:58:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
294
+
295
+ * Fix some focus issues in Executor
296
+
297
+ [7871e5f | 2010-02-05 06:38:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
298
+
299
+ * Adjust score for ExFFF
300
+
301
+ [f58a8d3 | 2010-02-05 06:33:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
302
+
303
+ * Fix SmartAutoindent
304
+
305
+ [b5595fc | 2010-02-04 18:47:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
306
+
307
+ * "pretty" ExFFF
308
+
309
+ [e6fd514 | 2010-02-04 18:47:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
310
+
311
+ * Integrate Executor into layout
312
+
313
+ [28f38b5 | 2010-02-04 16:39:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
314
+
315
+ * Awesome search&replace, use with %
316
+
317
+ [e2ab2ae | 2010-02-04 16:20:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
318
+
319
+ * Fix some weird behaviour around the WidgetEvent
320
+
321
+ [995fdc4 | 2010-02-04 15:55:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
322
+
323
+ * Allow opening/writing to non-existent files in ExPath
324
+
325
+ [a5b0288 | 2010-02-04 15:47:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
326
+
327
+ * Fix wrong reference in Bookmark
328
+
329
+ [2d758c0 | 2010-02-04 15:39:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
330
+
331
+ * Fix search_char_(left|right) by implementing WidgetMajorMode#read
332
+
333
+ [829e36a | 2010-02-04 15:23:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
334
+
335
+ * Run status_evaluate in context of text
336
+
337
+ [997a442 | 2010-02-04 15:23:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
338
+
339
+ * Save text before preview, exit shell when done
340
+
341
+ [c1becd2 | 2010-02-04 15:22:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
342
+
343
+ * Fix most specs, restore original Bacon summary behaviour
344
+
345
+ [6e34079 | 2010-02-04 10:14:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
346
+
347
+ * No configure for ExBuffer
348
+
349
+ [3560c3c | 2010-02-04 08:42:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
350
+
351
+ * Use latest FuzzyFileFinder
352
+
353
+ [a86ac65 | 2010-02-04 02:31:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
354
+
355
+ * Make sure theme config is inherited from peers
356
+
357
+ [3177581 | 2010-02-03 17:58:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
358
+
359
+ * First working version of ExMethod after the mode refactor, more like a preview
360
+
361
+ [2ae0a14 | 2010-02-03 17:12:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
362
+
363
+ * Refactor Executor to improve tab behaviour and automatic updates
364
+
365
+ [cdaf81a | 2010-02-03 16:03:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
366
+
367
+ * start_of_buffer != go_line
368
+
369
+ [37c67c3 | 2010-02-03 05:12:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
370
+
371
+ * Try embedding urxvt only when the frame is mapped
372
+
373
+ [7f1719a | 2010-02-02 15:59:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
374
+
375
+ * Use Preview::open_rxvt in git plugin
376
+
377
+ [4e18a89 | 2010-02-02 15:53:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
378
+
379
+ * Remove some debug output
380
+
381
+ [2962a17 | 2010-02-02 15:51:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
382
+
383
+ * Some more specs for Move
384
+
385
+ [a9313a1 | 2010-02-02 15:48:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
386
+
387
+ * Improve Preview terminal a lot by managing it with the layout and hacking around focus issues
388
+
389
+ [9713506 | 2010-02-02 14:28:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
390
+
391
+ * Document VER.spec
392
+
393
+ [2744c27 | 2010-02-02 14:24:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
394
+
395
+ * Rename end_of_file to end_of_text and use start_of_text in vim keymap
396
+
397
+ [a50486a | 2010-02-02 14:23:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
398
+
399
+ * Cleanup
400
+
401
+ [0c94bad | 2010-02-02 14:22:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
402
+
403
+ * Some specs for Move, trying out a new approach to using bacon with a live VER
404
+
405
+ [6f98573 | 2010-02-02 11:11:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
406
+
407
+ * Fix reference in Layout
408
+
409
+ [dbdc4a9 | 2010-02-02 10:18:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
410
+
411
+ * Fix Layout for PanedWindow
412
+
413
+ [8782584 | 2010-02-01 15:38:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
414
+
415
+ * Fix Move#virtual
416
+
417
+ [f574b9b | 2010-02-01 15:06:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
418
+
419
+ * Fix a couple of count arguments
420
+
421
+ [126b94f | 2010-02-01 15:06:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
422
+
423
+ * Make repeat_command work once more
424
+
425
+ [5585e34 | 2010-02-01 14:38:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
426
+
427
+ * Record some thoughts around major mode and bundle coupling
428
+
429
+ [3693dd6 | 2010-02-01 14:38:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
430
+
431
+ * A bit of cleanup around plist
432
+
433
+ [f18425e | 2010-02-01 07:18:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
434
+
435
+ * Move the Pathname hack into own file
436
+
437
+ [50768a2 | 2010-01-30 18:39:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
438
+
439
+ * Fix a few more issues with the new buffer handling
440
+
441
+ [5092b6b | 2010-01-30 18:35:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
442
+
443
+ * Bring detect.rb up to date
444
+
445
+ [a7c4094 | 2010-01-30 18:35:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
446
+
447
+ * detect.rb creation now uses proper sorting and doesn't destroy the file on failure
448
+
449
+ [3f4fc6b | 2010-01-30 16:22:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
450
+
451
+ * Make sure the buffer text is readable before highlighting happens
452
+
453
+ [31a2c7a | 2010-01-30 16:20:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
454
+
455
+ * Fix an annoying bug where Entry widgets would reuse the wrong styles
456
+
457
+ [fc20ab4 | 2010-01-30 15:55:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
458
+
459
+ * Regenerate the syntax files for the keyEquivalent change, adds 3 more syntaxes to the mix
460
+
461
+ [ada03f5 | 2010-01-30 15:52:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
462
+
463
+ * Rename View to Buffer, refactor to keep a global list of buffers
464
+
465
+ [2df2fa4 | 2010-01-30 15:11:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
466
+
467
+ * keyEquivalent is no Regexp
468
+
469
+ [db4088c | 2010-01-30 15:11:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
470
+
471
+ * Correct reference for plist to better_pp_hash
472
+
473
+ [827310d | 2010-01-30 15:06:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
474
+
475
+ * Remove the empty preference files
476
+
477
+ [d7fdc99 | 2010-01-29 17:54:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
478
+
479
+ * Allow saving and opening with emacs keymap
480
+
481
+ [a3e8860 | 2010-01-29 17:54:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
482
+
483
+ * Some more thoughts while reading emacs docs
484
+
485
+ [2365ceb | 2010-01-29 17:53:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
486
+
487
+ * Add Control-w = to quickly adjust the pane split to center
488
+
489
+ [6ee4880 | 2010-01-29 17:04:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
490
+
491
+ * Add yardopts
492
+
493
+ [d96b342 | 2010-01-29 16:31:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
494
+
495
+ * Actually use keysyms.rb to shrink keymap.rb
496
+
497
+ [a075678 | 2010-01-29 15:50:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
498
+
499
+ * Use the better pp for Hash for VER so it makes session files easier to read
500
+
501
+ [a071fc6 | 2010-01-29 15:49:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
502
+
503
+ * Make sure masters_slaves always returns two arrays
504
+
505
+ [5f904b7 | 2010-01-29 15:49:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
506
+
507
+ * Store and restore sessions, use with -s NAME or --session NAME
508
+
509
+ [f1c909b | 2010-01-29 14:46:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
510
+
511
+ * Fix bookmarks
512
+
513
+ [59dad1d | 2010-01-29 14:34:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
514
+
515
+ * Everything seems fine, make PanedLayout the default
516
+
517
+ [1a9012c | 2010-01-29 09:44:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
518
+
519
+ * Add some more maps to the Ex Entry
520
+
521
+ [a0616d8 | 2010-01-29 04:35:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
522
+
523
+ * Smoother apply in PanedLayout
524
+
525
+ [81009e6 | 2010-01-29 04:28:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
526
+
527
+ * If the project root has too many files, use pwd
528
+
529
+ [785238c | 2010-01-29 04:23:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
530
+
531
+ * Nicer fail when ExFFF has too many files
532
+
533
+ [40c1517 | 2010-01-28 13:24:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
534
+
535
+ * Fix issue with unmapped default keys
536
+
537
+ [feaeec8 | 2010-01-28 13:23:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
538
+
539
+ * Add PanedLayout, put VER.layout_class = VER::PanedLayout into your rc.rb to try it
540
+
541
+ [24701a1 | 2010-01-28 12:57:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
542
+
543
+ * Fix the soma plugin
544
+
545
+ [7d20ecd | 2010-01-28 12:56:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
546
+
547
+ * Fix replacing char in selection
548
+
549
+ [10ed5fa | 2010-01-28 11:53:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
550
+
551
+ * Allow cancel of replace_char
552
+
553
+ [11a7e07 | 2010-01-28 11:52:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
554
+
555
+ * Move smart autoindent into plugin, use dumb autoindent as default until smart one is ready
556
+
557
+ [29c405d | 2010-01-28 09:13:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
558
+
559
+ * Make indentation work if only indent pattern is set
560
+
561
+ [6103ed9 | 2010-01-28 08:54:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
562
+
563
+ * URIs shouldn't include <>
564
+
565
+ [a7219b8 | 2010-01-28 08:45:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
566
+
567
+ * Add a few themes from the newLisp bundle
568
+
569
+ [4e74cd2 | 2010-01-28 08:38:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
570
+
571
+ * Push trailing whitespace highlighting more into the background, it makes the insert cursor impossible to see
572
+
573
+ [8b6e03c | 2010-01-28 08:34:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
574
+
575
+ * Fix Move::go_line
576
+
577
+ [f0112a4 | 2010-01-28 07:08:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
578
+
579
+ * Remove debugging output
580
+
581
+ [5ce4cd0 | 2010-01-28 07:05:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
582
+
583
+ * Clean up Entry
584
+
585
+ [10acb21 | 2010-01-28 07:04:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
586
+
587
+ * Return the mode on major_mode/minor_mode
588
+
589
+ [19be0a8 | 2010-01-27 16:33:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
590
+
591
+ * Fix replace mode and replace_char
592
+
593
+ [63807d7 | 2010-01-27 13:06:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
594
+
595
+ * Fix replace_char
596
+
597
+ [2a28a9e | 2010-01-27 13:01:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
598
+
599
+ * Clean up the vim keymap
600
+
601
+ [7f268bf | 2010-01-27 12:57:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
602
+
603
+ * Add Move::start_of_file and Move::end_of_sentence
604
+
605
+ [98ed5f8 | 2010-01-27 12:56:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
606
+
607
+ * Fix arguments of Delete methods
608
+
609
+ [12fcfda | 2010-01-27 12:56:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
610
+
611
+ * Make emacs keymap functional again
612
+
613
+ [7aae4d3 | 2010-01-27 12:12:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
614
+
615
+ * Update roadmap and remove TODO
616
+
617
+ [beb7c7b | 2010-01-27 12:00:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
618
+
619
+ * Fix copy/paste block selection
620
+
621
+ [a9e7802 | 2010-01-27 11:45:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
622
+
623
+ * clarify
624
+
625
+ [9c4bb9b | 2010-01-27 11:27:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
626
+
627
+ * True auto-indent with a warm and fuzzy spec, enjoy
628
+
629
+ [a9141b7 | 2010-01-27 01:02:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
630
+
631
+ * Update roadmap
632
+
633
+ [fc40b23 | 2010-01-27 00:58:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
634
+
635
+ * Fix HoverCompletion
636
+
637
+ [3f7d987 | 2010-01-27 00:53:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
638
+
639
+ * Remove some more debugging output
640
+
641
+ [04aa5fd | 2010-01-27 00:16:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
642
+
643
+ * Move up_down_line into Text
644
+
645
+ [0f4c734 | 2010-01-26 16:58:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
646
+
647
+ * Fix most references to Text#mode=
648
+
649
+ [6b4e7ea | 2010-01-26 16:52:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
650
+
651
+ * Remove some deprecated files
652
+
653
+ [349f19e | 2010-01-26 16:50:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
654
+
655
+ * Fix Control::insert_at
656
+
657
+ [a15a9ed | 2010-01-26 16:50:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
658
+
659
+ * Update major modes when plugin was loaded
660
+
661
+ [e67ac01 | 2010-01-26 16:49:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
662
+
663
+ * A bit of cleanup
664
+
665
+ [5f4c38e | 2010-01-26 16:49:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
666
+
667
+ * Fix the git plugin
668
+
669
+ [45c7321 | 2010-01-26 16:34:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
670
+
671
+ * Fix Selection and try to avoid a nasty segfault when recursion is too deep
672
+
673
+ [cf916e4 | 2010-01-26 15:35:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
674
+
675
+ * Fix Control::cursor_vertical_(center|bottom)
676
+
677
+ [b5619e8 | 2010-01-26 15:33:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
678
+
679
+ * Fix Text#apply_mode_style
680
+
681
+ [a69cf91 | 2010-01-26 15:33:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
682
+
683
+ * Fix two methods in Insert
684
+
685
+ [1020f57 | 2010-01-26 15:16:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
686
+
687
+ * Make basic Executor work again
688
+
689
+ [1bbab06 | 2010-01-26 15:02:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
690
+
691
+ * Fix specs and modes once more
692
+
693
+ [96bc8eb | 2010-01-25 17:47:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
694
+
695
+ * Things are starting to work out
696
+
697
+ [be414de | 2010-01-25 11:06:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
698
+
699
+ * Allow the major mode to switch out minor modes recursively
700
+
701
+ [934de78 | 2010-01-25 11:05:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
702
+
703
+ * Nicer display of the executed Action
704
+
705
+ [0b570da | 2010-01-25 11:04:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
706
+
707
+ * INCOMPLETE is not IMPOSSIBLE
708
+
709
+ [0718f17 | 2010-01-25 09:48:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
710
+
711
+ * First stage in new mode implementation, making specs pass
712
+
713
+ [fc77c4c | 2010-01-25 09:33:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
714
+
715
+ * Setup everything for rake tasks spec and rcov
716
+
717
+ [41ef93e | 2010-01-23 14:45:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
718
+
719
+ * First step in refactor keymap/mode into major/minor modes
720
+
721
+ [f4c9665 | 2010-01-23 05:03:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
722
+
723
+ * Fix aspell completion
724
+
725
+ [27d2b45 | 2010-01-22 19:06:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
726
+
727
+ * Fix search_prev_word_under_cursor
728
+
729
+ [54ff00c | 2010-01-22 19:05:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
730
+
731
+ * Fix word completion
732
+
733
+ [2d6025c | 2010-01-22 09:43:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
734
+
735
+ * Fix some references to Syntax in Open
736
+
737
+ [2b461b8 | 2010-01-22 09:43:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
738
+
739
+ * Fix saving when text is pristine
740
+
741
+ [f5ccc8b | 2010-01-22 07:55:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
742
+
743
+ * Fix Selection.pipe_execute
744
+
745
+ [cf7de83 | 2010-01-22 06:35:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
746
+
747
+ * Fix Selection.uncomment
748
+
749
+ [b5c48c6 | 2010-01-19 06:55:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
750
+
751
+ * Fix ExWrite
752
+
753
+ [bb362ad | 2010-01-19 06:47:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
754
+
755
+ * Fix master_grow/master_shrink
756
+
757
+ [e2ca6a0 | 2010-01-19 06:45:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
758
+
759
+ * Fix peer creation
760
+
761
+ [4df7050 | 2010-01-19 06:43:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
762
+
763
+ * Fix autosave plugin
764
+
765
+ [7f19f1a | 2010-01-19 02:15:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
766
+
767
+ * Fix closing buffer
768
+
769
+ [7242a86 | 2010-01-19 02:14:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
770
+
771
+ * More informative output on bundle conversion failure
772
+
773
+ [93da242 | 2010-01-19 02:08:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
774
+
775
+ * Make welcome less misleading
776
+
777
+ [5c8c64b | 2010-01-19 02:08:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
778
+
779
+ * Fix modeline setting
780
+
781
+ [a835290 | 2010-01-19 02:07:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
782
+
783
+ * Cleanup
784
+
785
+ [e880ab2 | 2010-01-19 01:52:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
786
+
787
+ * Fix code around in-buffer evaluation
788
+
789
+ [57cd41d | 2010-01-19 01:45:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
790
+
791
+ * Fix opening existing buffer
792
+
793
+ [9b903e4 | 2010-01-19 01:45:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
794
+
795
+ * Fix Selection::replace_with
796
+
797
+ [7d350b9 | 2010-01-19 01:39:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
798
+
799
+ * Passing some transition data together with the event makes things easy
800
+
801
+ [32a8744 | 2010-01-19 01:13:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
802
+
803
+ * Generalize and fix the event handling around selection changes
804
+
805
+ [302c958 | 2010-01-19 01:01:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
806
+
807
+ * Distinguish between home of line and start of line
808
+
809
+ [b1a0e9d | 2010-01-19 00:48:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
810
+
811
+ * Make sure we use the same delete everywhere
812
+
813
+ [e7e5f6b | 2010-01-19 00:46:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
814
+
815
+ * Fix selection wrapping
816
+
817
+ [91fbf84 | 2010-01-19 00:45:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
818
+
819
+ * Fix Text#replace
820
+
821
+ [730197f | 2010-01-19 00:45:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
822
+
823
+ * Single out Action and Keymapped into their own files
824
+
825
+ [280c796 | 2010-01-19 00:39:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
826
+
827
+ * Remove the Readline module
828
+
829
+ [b07743b | 2010-01-19 00:38:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
830
+
831
+ * Put methods back into Entry to simplify things
832
+
833
+ [066f8c4 | 2010-01-19 00:32:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
834
+
835
+ * cleanup
836
+
837
+ [16c355b | 2010-01-19 00:32:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
838
+
839
+ * Fix some methods of Selection
840
+
841
+ [77aebec | 2010-01-19 00:28:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
842
+
843
+ * Bind to correct event
844
+
845
+ [d7e87d9 | 2010-01-19 00:28:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
846
+
847
+ * No need to include Methods into Text
848
+
849
+ [bc3e7bc | 2010-01-18 16:17:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
850
+
851
+ * Move persisted? into Text
852
+
853
+ [b37ead5 | 2010-01-18 12:28:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
854
+
855
+ * Fix a ton more
856
+
857
+ [50aafa3 | 2010-01-18 09:56:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
858
+
859
+ * Fix repeat_command
860
+
861
+ [5d40680 | 2010-01-18 09:53:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
862
+
863
+ * Give debugging info when action fails
864
+
865
+ [54430bd | 2010-01-18 09:52:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
866
+
867
+ * Add some to roadmap
868
+
869
+ [bffe131 | 2010-01-18 09:52:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
870
+
871
+ * Remove cruft
872
+
873
+ [f44b048 | 2010-01-18 09:52:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
874
+
875
+ * Fix methods of Views
876
+
877
+ [0100310 | 2010-01-18 09:39:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
878
+
879
+ * Fix a few control methods
880
+
881
+ [35ba37e | 2010-01-18 09:34:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
882
+
883
+ * Fix some method references
884
+
885
+ [51317b0 | 2010-01-18 09:34:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
886
+
887
+ * Shortcut to reopen keymaps so we can reload during runtime
888
+
889
+ [2a54b36 | 2010-01-18 09:18:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
890
+
891
+ * Fix Soma plugin
892
+
893
+ [16a4639 | 2010-01-18 09:16:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
894
+
895
+ * Fix git plugin
896
+
897
+ [d320dbd | 2010-01-18 09:13:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
898
+
899
+ * Fix saving
900
+
901
+ [1577b59 | 2010-01-17 18:55:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
902
+
903
+ * First stage of huge refactor
904
+
905
+ * Now we have to test/fix all issues
906
+ * All the Methods modules are independent of Text widget
907
+ * Use more functional style
908
+ * Only vim keymap works (kinda)
909
+
910
+ [9a6ec71 | 2010-01-16 15:17:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
911
+
912
+ * Cleanup
913
+
914
+ [05d1a13 | 2010-01-16 15:17:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
915
+
916
+ * Improve TilingLayout by making sure we don't focus an invisible view
917
+
918
+ [88a1cf5 | 2010-01-16 15:04:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
919
+
920
+ * Remove the old layout file
921
+
922
+ [272246e | 2010-01-16 15:04:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
923
+
924
+ * Improve and modularize the sequence transformations
925
+
926
+ [7dd47b8 | 2010-01-16 15:03:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
927
+
928
+ * Add cycling of views
929
+
930
+ [58705b8 | 2010-01-17 06:29:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
931
+
932
+ * Disable the speedup for Ex* until i find a way to make it suck less
933
+
934
+ [304be2b | 2010-01-16 09:09:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
935
+
936
+ * Comment out F1 until we actually have some help
937
+
938
+ [ee95887 | 2010-01-16 08:26:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
939
+
940
+ * Speed up completion in the faster Ex* commands
941
+
942
+ [537f2a3 | 2010-01-16 08:24:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
943
+
944
+ * Break repeat on search
945
+
946
+ [6c8e242 | 2010-01-16 06:40:06 UTC] Tadahiko Uehara <kikofx@gmail.com>
947
+
948
+ * Add buffer command for Executor
949
+
950
+ [c9a7a0c | 2010-01-16 05:52:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
951
+
952
+ * Fix views mode for view_one and view_two
953
+
954
+ [17cbbab | 2010-01-15 14:46:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
955
+
956
+ * Don't use Annoying LabelFrame if it works with Frame too
957
+
958
+ [954bdac | 2010-01-15 14:45:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
959
+
960
+ * Fix ExFFF again
961
+
962
+ [2a0bd12 | 2010-01-15 12:05:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
963
+
964
+ * Show files relative to pwd in ExFFF
965
+
966
+ [df73840 | 2010-01-15 11:53:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
967
+
968
+ * Fix the Control-Shift-Tab for X11
969
+
970
+ [e9cc13a | 2010-01-15 09:53:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
971
+
972
+ * Experiment with ways to indicate the focused view
973
+
974
+ [238ca35 | 2010-01-15 09:53:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
975
+
976
+ * Make the style sharing code reusable
977
+
978
+ [d21d8c6 | 2010-01-15 09:23:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
979
+
980
+ * Remove duplicated force_encoding
981
+
982
+ [b7292f6 | 2010-01-15 08:09:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
983
+
984
+ * Fix infinite focusing loop
985
+
986
+ [7610801 | 2010-01-15 06:45:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
987
+
988
+ * Remove plist2json task
989
+
990
+ [cd43f60 | 2010-01-15 06:44:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
991
+
992
+ * Update detect.rb
993
+
994
+ [156feb8 | 2010-01-15 06:40:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
995
+
996
+ * Make sure snippet maintains the initial indent
997
+
998
+ [6bcb29f | 2010-01-15 01:57:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
999
+
1000
+ * Fix typo
1001
+
1002
+ [1a4a25f | 2010-01-14 14:48:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
1003
+
1004
+ * Add NotebookLayout and fix a couple of things to make it work
1005
+
1006
+ [5be987b | 2010-01-14 12:49:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1007
+
1008
+ * allow both // for root and /~/ for home directories in ExPath
1009
+
1010
+ [7a7183b | 2010-01-14 12:37:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
1011
+
1012
+ * Rename the Executor::Entry subclasses to something less annoying
1013
+
1014
+ [2f8dfa3 | 2010-01-14 12:27:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1015
+
1016
+ * Adding AutoFill, not enabled by default
1017
+
1018
+ [bd7a2bd | 2010-01-14 12:24:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
1019
+
1020
+ * Don't raise when clipboard is empty
1021
+
1022
+ [80b634c | 2010-01-14 11:53:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
1023
+
1024
+ * Add some docs to the plugins
1025
+
1026
+ [fda983c | 2010-01-14 11:44:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
1027
+
1028
+ * Put the animated tiling into a plugin and split up the layout into the respective algorithm parts
1029
+
1030
+ [d11b805 | 2010-01-13 17:31:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
1031
+
1032
+ * Adding some fun by animating window movement
1033
+
1034
+ [c52f1a5 | 2010-01-13 17:25:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
1035
+
1036
+ * Fix off-by-one mistake in window tiling
1037
+
1038
+ [f6cae25 | 2010-01-13 12:32:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
1039
+
1040
+ * Make the layout a labelframe for prettier status
1041
+
1042
+ [616fcc2 | 2010-01-13 10:44:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1043
+
1044
+ * Fix describe_key
1045
+
1046
+ [4ea1a42 | 2010-01-13 10:44:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1047
+
1048
+ * Add locate command for Executor
1049
+
1050
+ [f806b8c | 2010-01-13 10:44:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1051
+
1052
+ * refactor plugin loading
1053
+
1054
+ [e7bac9f | 2010-01-13 10:43:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1055
+
1056
+ * autoload for Keymapped
1057
+
1058
+ [c4677cc | 2010-01-13 10:43:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
1059
+
1060
+ * expand git plugin
1061
+
1062
+ [df25a14 | 2010-01-13 04:11:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1063
+
1064
+ * Fix VER::plugin
1065
+
1066
+ [04a0fec | 2010-01-12 13:55:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
1067
+
1068
+ * Don't automatically load all plugins, use VER.plugin or VER.load_plugins
1069
+
1070
+ [1abbe0b | 2010-01-12 13:52:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
1071
+
1072
+ * Adding Soma plugin
1073
+
1074
+ [9604962 | 2010-01-12 13:42:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
1075
+
1076
+ * Heed the project_root when grepping
1077
+
1078
+ [76e4d9a | 2010-01-12 13:32:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
1079
+
1080
+ * cleanup
1081
+
1082
+ [63fd9e0 | 2010-01-12 13:31:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
1083
+
1084
+ * Display the path in status line relative from project_root if possible
1085
+
1086
+ [2b0bdd5 | 2010-01-12 13:30:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
1087
+
1088
+ * Adding FuzzyFileFinder to Executor
1089
+
1090
+ [c77f981 | 2010-01-12 13:30:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1091
+
1092
+ * Detect project root and repository when opening a buffer
1093
+
1094
+ [8c9bc5c | 2010-01-12 13:29:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
1095
+
1096
+ * Improve Pathname#glob
1097
+
1098
+ [8ca3735 | 2010-01-12 13:29:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
1099
+
1100
+ * Update roadmap
1101
+
1102
+ [78d76eb | 2010-01-12 12:32:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
1103
+
1104
+ * Implementation of snippets now integrated
1105
+
1106
+ [a6d8855 | 2010-01-12 11:44:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
1107
+
1108
+ * Make redo jump to the position where the modification was made
1109
+
1110
+ [e5fe754 | 2010-01-12 11:43:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
1111
+
1112
+ * Support tags for Text#insert
1113
+
1114
+ [7d06235 | 2010-01-12 11:29:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
1115
+
1116
+ * Optional interval for syntax highlighting, 100 is too heavy for my notebook
1117
+
1118
+ [39a8055 | 2010-01-12 08:48:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
1119
+
1120
+ * Make the spec pass
1121
+
1122
+ [8d6e166 | 2010-01-12 02:51:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
1123
+
1124
+ * Adding newLisp bundle
1125
+
1126
+ [4837ff3 | 2010-01-12 02:55:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1127
+
1128
+ * Spec and implementation for tm snippets, not usable yet
1129
+
1130
+ [c822d03 | 2010-01-12 02:54:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1131
+
1132
+ * Adding roadmap
1133
+
1134
+ [c1a431d | 2010-01-11 13:28:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
1135
+
1136
+ * Reset the layout default center to something useful
1137
+
1138
+ [47b6f61 | 2010-01-11 11:14:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1139
+
1140
+ * Reduce time between syntax highlights to 100ms
1141
+
1142
+ [d29a086 | 2010-01-11 11:13:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
1143
+
1144
+ * Extending the git plugin by making open_rxvt more generic
1145
+
1146
+ [1625fd2 | 2010-01-11 11:12:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
1147
+
1148
+ * Adding source reload support with Control-R
1149
+
1150
+ [19c6c7d | 2010-01-11 10:10:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
1151
+
1152
+ * Add views_control mode
1153
+
1154
+ [e5b7caf | 2010-01-10 17:07:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
1155
+
1156
+ * Possible implementation of paste_above
1157
+
1158
+ [a568abd | 2010-01-10 04:36:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1159
+
1160
+ * Update to latest tm bundles
1161
+
1162
+ [93d61b2 | 2010-01-09 17:12:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1163
+
1164
+ * Support a wider subset of snippets
1165
+
1166
+ [392bdf3 | 2010-01-09 16:36:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1167
+
1168
+ * Convert snippets to new format
1169
+
1170
+ [8fdbfad | 2010-01-09 16:36:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
1171
+
1172
+ * Improve snippet conversion to speed up lookup and reduce filesizes
1173
+
1174
+ [2084173 | 2010-01-09 16:27:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
1175
+
1176
+ * Fix cw/ce finally in a straight-forward way
1177
+
1178
+ [6993c6c | 2010-01-09 16:05:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
1179
+
1180
+ * Went to a place I couldn't and fixed an error that cannot ever occur
1181
+
1182
+ [629b0bc | 2010-01-09 14:34:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1183
+
1184
+ * Better inspect for Status and Mode
1185
+
1186
+ [54efd74 | 2010-01-09 14:34:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
1187
+
1188
+ * Give search_char_(left|right) the count argument
1189
+
1190
+ [ad1d12f | 2010-01-09 14:33:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
1191
+
1192
+ * Working draft of repeat_command for new keymap, turn it, twist it, punch it, break it, please :)
1193
+
1194
+ [5caa483 | 2010-01-09 14:09:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
1195
+
1196
+ * Fix event emit in HoverCompletion
1197
+
1198
+ [0a43cfa | 2010-01-09 14:02:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
1199
+
1200
+ * Nicer Text#inspect
1201
+
1202
+ [5b71d4b | 2010-01-09 14:02:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1203
+
1204
+ * Keep a key history and command history
1205
+
1206
+ [99e85ab | 2010-01-09 14:01:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
1207
+
1208
+ * Fix HoverCompletion
1209
+
1210
+ [92a27b5 | 2010-01-09 03:11:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
1211
+
1212
+ * Try to keep snippet markers readable
1213
+
1214
+ [7ab3533 | 2010-01-08 10:51:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
1215
+
1216
+ * Fix nested mode execute
1217
+
1218
+ [f7f45ca | 2010-01-08 10:47:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1219
+
1220
+ * Update emacs keymap to new format
1221
+
1222
+ [2a0decb | 2010-01-08 10:33:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
1223
+
1224
+ * Proof of concept git plugin
1225
+
1226
+ [9071e13 | 2010-01-08 10:32:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
1227
+
1228
+ * Resolve last issues, ready to rock the plugin world
1229
+
1230
+ [cc3e0f6 | 2010-01-08 08:45:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
1231
+
1232
+ * Make Keymap#gets work again, that should be all folks
1233
+
1234
+ [a058f2a | 2010-01-08 08:39:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
1235
+
1236
+ * Nicer status message for searching
1237
+
1238
+ [82c6647 | 2010-01-08 08:39:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
1239
+
1240
+ * cleanup
1241
+
1242
+ [b118e70 | 2010-01-08 08:38:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1243
+
1244
+ * Fix DescribeKey
1245
+
1246
+ [3730587 | 2010-01-08 08:33:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
1247
+
1248
+ * Next chapter of keymap refactor, modes should work now
1249
+
1250
+ [4067baf | 2010-01-08 07:02:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
1251
+
1252
+ * Total refactor of keymap to use a single bindtag for all widgets, expect weird behaviour until i unify the mode setting
1253
+
1254
+ [7012583 | 2010-01-07 15:47:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
1255
+
1256
+ * Add 18k LoC worth of snippets
1257
+
1258
+ [577ca83 | 2010-01-07 15:46:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
1259
+
1260
+ * Fix bug in snippet converter
1261
+
1262
+ [78e9240 | 2010-01-07 15:42:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1263
+
1264
+ * First hacky implementation that works for a couple of snippets, nothing sophisticated yet
1265
+
1266
+ [b81cb66 | 2010-01-07 15:42:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1267
+
1268
+ * Fix another case of raise
1269
+
1270
+ [d94e4dd | 2010-01-07 15:41:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1271
+
1272
+ * Allow adding of one tag on undo record insert to simplify code
1273
+
1274
+ [a788fb6 | 2010-01-07 14:05:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
1275
+
1276
+ * Add initial support for tm snippet import
1277
+
1278
+ [2623629 | 2010-01-07 09:21:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
1279
+
1280
+ * Don't do guessing on the filename extension
1281
+
1282
+ [d50a5e5 | 2010-01-07 09:20:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
1283
+
1284
+ * Change foreground of links to teal
1285
+
1286
+ [4ee2e26 | 2010-01-07 08:57:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
1287
+
1288
+ * Make search highlight less annoying
1289
+
1290
+ [43db790 | 2010-01-07 08:52:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1291
+
1292
+ * Make comment_selection operation use undo_record
1293
+
1294
+ [a1132c9 | 2010-01-06 12:32:40 UTC] Julian Langschaedel <meta.rb@gmail.com>
1295
+
1296
+ * Set line_evaluate __FILE__ to filename
1297
+
1298
+ [3de1506 | 2010-01-06 13:28:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
1299
+
1300
+ * Remove some of the output when modeline is found
1301
+
1302
+ [ec4b8b3 | 2010-01-06 13:27:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1303
+
1304
+ * Remove output on plugin loading
1305
+
1306
+ [9480d83 | 2010-01-06 13:26:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
1307
+
1308
+ * Jump to a more reasonable position on undo
1309
+
1310
+ [5eb6b4f | 2010-01-06 13:26:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1311
+
1312
+ * Make change highlight less annoying
1313
+
1314
+ [f509d4e | 2010-01-06 13:26:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
1315
+
1316
+ * Fix copying from block selection
1317
+
1318
+ [c46dce9 | 2010-01-06 13:13:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
1319
+
1320
+ * First plugin for autosave
1321
+
1322
+ [f9c3525 | 2010-01-06 13:04:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1323
+
1324
+ * Finishing touches for syntax highlight
1325
+
1326
+ [a5477f3 | 2010-01-06 12:22:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
1327
+
1328
+ * Adding some boilerplate for future support of tm-style external commands
1329
+
1330
+ [a359aec | 2010-01-06 12:22:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1331
+
1332
+ * Setting $0 so we are easier to find
1333
+
1334
+ [c2fba68 | 2010-01-06 12:21:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
1335
+
1336
+ * This might be the way we do plugins, gonna start with a git plugin
1337
+
1338
+ [7984b40 | 2010-01-06 12:20:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
1339
+
1340
+ * Finally a better way to handle highlighting with VER.when_inactive_for and tags
1341
+
1342
+ [e0b9e6d | 2010-01-06 10:46:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1343
+
1344
+ * Fix syntax highlighting
1345
+
1346
+ [10b5a7a | 2010-01-06 05:36:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
1347
+
1348
+ * use expand_path for Executor::CompletePath
1349
+
1350
+ [e5f5120 | 2010-01-06 03:57:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
1351
+
1352
+ * Adding .gitignore
1353
+
1354
+ [8a96136 | 2010-01-05 17:32:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1355
+
1356
+ * Improve theme handling, now all themes should work as actually planned
1357
+
1358
+ [b5484e1 | 2010-01-05 09:06:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
1359
+
1360
+ * Remove unused variable
1361
+
1362
+ [1adac0c | 2010-01-05 09:06:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1363
+
1364
+ * Try to determine the area we have to rehighlight by probing for tag ranges, hacky but seems to work
1365
+
1366
+ [4984886 | 2010-01-05 08:31:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1367
+
1368
+ * Make sure highlighting works over multiple lines, this should work at least on startup... not so well during modification yet
1369
+
1370
+ [fc76141 | 2010-01-05 08:29:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1371
+
1372
+ * Apply whitespace/uri highlight on startup
1373
+
1374
+ [9ba334a | 2010-01-05 07:42:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
1375
+
1376
+ * Improve Executor::Entry#subset to allow array of arrays
1377
+
1378
+ [c6dc859 | 2010-01-04 12:57:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
1379
+
1380
+ * Make sure we don't fail hard when eval does
1381
+
1382
+ [8a8d16c | 2010-01-04 12:57:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
1383
+
1384
+ * Take the opportunity to make the vim keymap look nicer
1385
+
1386
+ [30f01d3 | 2010-01-04 12:40:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1387
+
1388
+ * Handle KEYSYMS in gets_wrapper
1389
+
1390
+ [70a424e | 2010-01-04 12:28:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
1391
+
1392
+ * Convert four methods that used take: 1 to use keymap.gets, looks good so far
1393
+
1394
+ [a130b23 | 2010-01-04 12:17:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
1395
+
1396
+ * Implement Keymap#gets, which allows us to bypass normal key handling
1397
+
1398
+ [b636579 | 2010-01-04 12:05:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1399
+
1400
+ * Show method signature for :m as a weak doc substitute
1401
+
1402
+ [6878686 | 2010-01-04 12:02:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1403
+
1404
+ * A few shortcuts in Executor.
1405
+
1406
+ [1b64a92 | 2010-01-04 11:53:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
1407
+
1408
+ * Reimplement the executor treeview line_(up|down) in tcl for speed
1409
+
1410
+ [16cc590 | 2010-01-04 11:13:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
1411
+
1412
+ * Make Executor width 90%
1413
+
1414
+ [a3bd302 | 2010-01-04 11:13:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1415
+
1416
+ * Don't allow opening directories
1417
+
1418
+ [7fd1973 | 2010-01-04 10:14:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
1419
+
1420
+ * remove status_theme_select, it's useless
1421
+
1422
+ [42ff766 | 2010-01-04 10:13:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1423
+
1424
+ * Allow arguments for executor/method
1425
+
1426
+ [8a707e4 | 2010-01-04 10:12:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
1427
+
1428
+ * gsub should use undo_record
1429
+
1430
+ [9ba1587 | 2010-01-03 19:03:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
1431
+
1432
+ * Some crazy code to open the file under cursor
1433
+
1434
+ [34f8c0a | 2010-01-03 19:03:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1435
+
1436
+ * A couple of improvments for executor
1437
+
1438
+ [4f1bfef | 2010-01-03 18:03:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1439
+
1440
+ * Split Executor into its components and move out of view
1441
+
1442
+ [758bf1c | 2010-01-03 04:17:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1443
+
1444
+ * Make load_theme and load_syntax public
1445
+
1446
+ [fb5416f | 2010-01-03 04:16:42 UTC] Michael Fellinger <m.fellinger@gmail.com>
1447
+
1448
+ * Improvments to executor, more completers, fix sorting and keymap
1449
+
1450
+ [ead700d | 2010-01-03 01:59:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
1451
+
1452
+ * Extract OpenPath into Executor, add CompleteMethod
1453
+
1454
+ [19b023d | 2010-01-03 01:58:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
1455
+
1456
+ * Avoid fail in delete_trailing_whitespace if there's no trailing whitespace
1457
+
1458
+ [91d98a3 | 2010-01-03 01:58:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1459
+
1460
+ * Better message for startup
1461
+
1462
+ [08f9731 | 2010-01-02 18:16:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
1463
+
1464
+ * Refactor status_open, bind it to colon
1465
+
1466
+ [4c2962b | 2010-01-02 08:02:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
1467
+
1468
+ * Add an alternative implementation for entry+completion
1469
+
1470
+ [6027713 | 2010-01-02 04:54:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
1471
+
1472
+ * Show message about saving in global status
1473
+
1474
+ [ac68391 | 2010-01-02 03:15:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
1475
+
1476
+ * Make sure our peer has a filename too
1477
+
1478
+ [1404cd9 | 2010-01-01 16:46:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
1479
+
1480
+ * some commands to align the view around the cursor
1481
+
1482
+ [49e6f1e | 2009-12-30 02:40:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
1483
+
1484
+ * cw should behave as in vim
1485
+
1486
+ [21f41a1 | 2009-12-29 13:45:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
1487
+
1488
+ * correct options for file save popup
1489
+
1490
+ [7a84b28 | 2009-12-29 09:13:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
1491
+
1492
+ * Allow closing when list is focused
1493
+
1494
+ [5c3a4fa | 2009-12-29 09:11:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
1495
+
1496
+ * Set @pristine correctly (in almost all cases?)
1497
+
1498
+ [b4a4dad | 2009-12-29 09:11:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
1499
+
1500
+ * Add startup hooks
1501
+
1502
+ [329187e | 2009-12-29 08:20:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
1503
+
1504
+ * Add search_remove on g slash
1505
+
1506
+ [d73c82a | 2009-12-29 08:08:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
1507
+
1508
+ * Add support for peer views
1509
+
1510
+ [85b88e8 | 2009-12-29 05:01:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1511
+
1512
+ * Option for automatic chdir
1513
+
1514
+ [ce39a07 | 2009-12-29 05:00:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1515
+
1516
+ * Add chdir for g c
1517
+
1518
+ [06e3708 | 2009-12-28 10:12:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1519
+
1520
+ * cleanup and docs
1521
+
1522
+ [6936d75 | 2009-12-28 10:04:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
1523
+
1524
+ * Improve each_selection to actually yield the things we need depending on the selection mode
1525
+
1526
+ [70dbc3a | 2009-12-28 10:03:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
1527
+
1528
+ * Add commands to toggle case of characters
1529
+
1530
+ [7f7f114 | 2009-12-26 08:23:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
1531
+
1532
+ * fix edge case when indenting selected empty lines
1533
+
1534
+ [5ac89c4 | 2009-12-26 08:23:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1535
+
1536
+ * Move encoding list to appropiate location
1537
+
1538
+ [945c003 | 2009-12-26 08:23:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
1539
+
1540
+ * Improve saving
1541
+
1542
+ [e755e61 | 2009-12-24 05:05:05 UTC] Julian Langschaedel <meta.rb@gmail.com>
1543
+
1544
+ * Adjust save_atomic for sshfs
1545
+
1546
+ [85d8f71 | 2009-12-24 05:00:27 UTC] Julian Langschaedel <meta.rb@gmail.com>
1547
+
1548
+ * Add list_view movement shortcuts
1549
+
1550
+ [969df14 | 2009-12-22 15:12:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1551
+
1552
+ * Add handling for more colors in term
1553
+
1554
+ [a5bdf19 | 2009-12-22 04:36:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
1555
+
1556
+ * Add mailmap
1557
+
1558
+ [abdb181 | 2009-12-21 13:29:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
1559
+
1560
+ * Add code for statusline with same information as nano
1561
+
1562
+ [7421e6f | 2009-12-21 11:40:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
1563
+
1564
+ * Compact undo history after single record as well
1565
+
1566
+ [ebbbc1a | 2009-12-21 11:37:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1567
+
1568
+ * Jump to the position where undo happens
1569
+
1570
+ [cd8a579 | 2009-12-21 11:19:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
1571
+
1572
+ * Don't use EventMachine by default so we have no compiled dependencies
1573
+
1574
+ [0ce2ca9 | 2009-12-19 09:26:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
1575
+
1576
+ * Add experimental nano keymap
1577
+
1578
+ [226e3ee | 2009-12-16 23:51:45 UTC] Julian Langschaedel <meta.rb@gmail.com>
1579
+
1580
+ * Fix bookmarks typo
1581
+
1582
+ [6e0c697 | 2009-12-14 16:37:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
1583
+
1584
+ * Update syntax list and task
1585
+
1586
+ [f340bf7 | 2009-12-14 15:12:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
1587
+
1588
+ * Convert all syntax/preference/theme files to ruby for faster and lighter startup/runtime
1589
+
1590
+ [1046a62 | 2009-12-14 13:18:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
1591
+
1592
+ * Fix reference to Bookmark
1593
+
1594
+ [55f4403 | 2009-12-11 09:23:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1595
+
1596
+ * Fix bundle converter
1597
+
1
1598
  [4286584 | 2009-12-14 04:00:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
2
1599
 
3
1600
  * Version 2009.12.14