ver 2009.10.14

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 (188) hide show
  1. data/CHANGELOG +1404 -0
  2. data/MANIFEST +187 -0
  3. data/Rakefile +30 -0
  4. data/TODO +169 -0
  5. data/bin/ver +19 -0
  6. data/config/detect.rb +109 -0
  7. data/config/keymap/vim.rb +239 -0
  8. data/config/rc.rb +0 -0
  9. data/config/scratch +3 -0
  10. data/config/syntax/ANTLR.json +275 -0
  11. data/config/syntax/ASP VB.net.json +228 -0
  12. data/config/syntax/ASP.json +135 -0
  13. data/config/syntax/ActionScript.json +168 -0
  14. data/config/syntax/Ada.json +108 -0
  15. data/config/syntax/Apache.json +342 -0
  16. data/config/syntax/AppleScript.json +721 -0
  17. data/config/syntax/Bibtex.json +253 -0
  18. data/config/syntax/Blog (HTML).json +47 -0
  19. data/config/syntax/Blog (Markdown).json +50 -0
  20. data/config/syntax/Blog (Text).json +45 -0
  21. data/config/syntax/Blog (Textile).json +45 -0
  22. data/config/syntax/Bulletin Board.json +428 -0
  23. data/config/syntax/C++.json +323 -0
  24. data/config/syntax/C.json +694 -0
  25. data/config/syntax/CSS.json +346 -0
  26. data/config/syntax/DOT.json +79 -0
  27. data/config/syntax/Diff.json +136 -0
  28. data/config/syntax/Dylan.json +104 -0
  29. data/config/syntax/Eiffel.json +128 -0
  30. data/config/syntax/Erlang.json +1636 -0
  31. data/config/syntax/F-Script.json +137 -0
  32. data/config/syntax/FXScript.json +260 -0
  33. data/config/syntax/Gri.json +141 -0
  34. data/config/syntax/HTML (Mason).json +207 -0
  35. data/config/syntax/HTML (Rails).json +52 -0
  36. data/config/syntax/HTML (Tcl).json +42 -0
  37. data/config/syntax/HTML for ASP.net.json +736 -0
  38. data/config/syntax/HTML-ASP.json +45 -0
  39. data/config/syntax/HTML.json +614 -0
  40. data/config/syntax/Haskell.json +407 -0
  41. data/config/syntax/Inform.json +80 -0
  42. data/config/syntax/Ini.json +91 -0
  43. data/config/syntax/Io.json +142 -0
  44. data/config/syntax/Java.json +745 -0
  45. data/config/syntax/JavaProperties.json +42 -0
  46. data/config/syntax/JavaScript.json +446 -0
  47. data/config/syntax/LaTeX Beamer.json +65 -0
  48. data/config/syntax/LaTeX Log.json +88 -0
  49. data/config/syntax/LaTeX.json +962 -0
  50. data/config/syntax/Lighttpd.json +93 -0
  51. data/config/syntax/Lisp.json +101 -0
  52. data/config/syntax/Literate Haskell.json +55 -0
  53. data/config/syntax/Logtalk.json +289 -0
  54. data/config/syntax/Lua.json +146 -0
  55. data/config/syntax/M.json +744 -0
  56. data/config/syntax/MEL.json +161 -0
  57. data/config/syntax/MIPS.json +114 -0
  58. data/config/syntax/Mail.json +224 -0
  59. data/config/syntax/Makefile.json +66 -0
  60. data/config/syntax/Markdown.json +644 -0
  61. data/config/syntax/Modula-3.json +80 -0
  62. data/config/syntax/Movable Type.json +348 -0
  63. data/config/syntax/OCaml.json +1391 -0
  64. data/config/syntax/Objective-C++.json +21 -0
  65. data/config/syntax/OpenGL.json +24 -0
  66. data/config/syntax/PHP.json +2184 -0
  67. data/config/syntax/Pascal.json +128 -0
  68. data/config/syntax/Perl.json +2091 -0
  69. data/config/syntax/Plain text.json +49 -0
  70. data/config/syntax/Processing.json +188 -0
  71. data/config/syntax/Quake3 Config.json +54 -0
  72. data/config/syntax/R.json +157 -0
  73. data/config/syntax/Rez.json +137 -0
  74. data/config/syntax/Ruby on Rails.json +170 -0
  75. data/config/syntax/Ruby.json +1753 -0
  76. data/config/syntax/SQL (Rails).json +31 -0
  77. data/config/syntax/SQL.json +435 -0
  78. data/config/syntax/SWIG.json +96 -0
  79. data/config/syntax/Scheme.json +359 -0
  80. data/config/syntax/Shell-Unix-Generic.json +1198 -0
  81. data/config/syntax/Slate.json +265 -0
  82. data/config/syntax/Smarty.json +110 -0
  83. data/config/syntax/Standard ML.json +322 -0
  84. data/config/syntax/Subversion commit message.json +62 -0
  85. data/config/syntax/Tcl.json +278 -0
  86. data/config/syntax/TeX Math.json +83 -0
  87. data/config/syntax/TeX.json +157 -0
  88. data/config/syntax/Textile.json +273 -0
  89. data/config/syntax/Twiki.json +436 -0
  90. data/config/syntax/Vectorscript.json +97 -0
  91. data/config/syntax/XML strict.json +148 -0
  92. data/config/syntax/XML.json +301 -0
  93. data/config/syntax/XSL.json +96 -0
  94. data/config/syntax/YAML.json +293 -0
  95. data/config/syntax/iCalendar.json +51 -0
  96. data/config/syntax/reStructuredText.json +403 -0
  97. data/config/theme/Active4D.json +260 -0
  98. data/config/theme/All Hallow's Eve.json +171 -0
  99. data/config/theme/Amy.json +359 -0
  100. data/config/theme/BBEdit.json +269 -0
  101. data/config/theme/Bespin.json +322 -0
  102. data/config/theme/Blackboard.json +215 -0
  103. data/config/theme/BoysAndGirls01.json +156 -0
  104. data/config/theme/Brilliance Black.json +1695 -0
  105. data/config/theme/Brilliance Dull.json +1451 -0
  106. data/config/theme/Classic Modified.json +288 -0
  107. data/config/theme/Cobalt.json +345 -0
  108. data/config/theme/Cool Glow.json +215 -0
  109. data/config/theme/Dawn.json +258 -0
  110. data/config/theme/Eiffel.json +270 -0
  111. data/config/theme/Espresso Libre.json +247 -0
  112. data/config/theme/Fluidvision.json +272 -0
  113. data/config/theme/IDLE.json +159 -0
  114. data/config/theme/LAZY.json +178 -0
  115. data/config/theme/Mac Classic.json +277 -0
  116. data/config/theme/MagicWB (Amiga).json +231 -0
  117. data/config/theme/Merbivore Soft.json +181 -0
  118. data/config/theme/Merbivore.json +181 -0
  119. data/config/theme/Monokai.json +177 -0
  120. data/config/theme/Notepad2.json +166 -0
  121. data/config/theme/Pastels on Dark.json +437 -0
  122. data/config/theme/RubyBlue.json +226 -0
  123. data/config/theme/Sin City 2.json +361 -0
  124. data/config/theme/Slate.json +270 -0
  125. data/config/theme/Slush & Poppies.json +232 -0
  126. data/config/theme/SpaceCadet.json +143 -0
  127. data/config/theme/Sunburst.json +415 -0
  128. data/config/theme/Twilight BG FG.json +633 -0
  129. data/config/theme/Twilight.json +321 -0
  130. data/config/theme/Whys Poignant.json +119 -0
  131. data/config/theme/Zenburnesque.json +237 -0
  132. data/config/theme/barf.json +155 -0
  133. data/config/theme/fake.json +418 -0
  134. data/config/theme/happydeluxe.json +114 -0
  135. data/config/theme/iLife 05.json +393 -0
  136. data/config/theme/iPlastic.json +177 -0
  137. data/config/theme/mintBlue Dark.json +414 -0
  138. data/config/theme/mintBlue.json +415 -0
  139. data/config/theme/monoindustrial.json +276 -0
  140. data/config/theme/starlight.json +67 -0
  141. data/config/tutorial +74 -0
  142. data/config/welcome +115 -0
  143. data/help/index.verh +14 -0
  144. data/lib/ver.rb +156 -0
  145. data/lib/ver/entry.rb +97 -0
  146. data/lib/ver/keymap.rb +96 -0
  147. data/lib/ver/layout.rb +107 -0
  148. data/lib/ver/methods.rb +19 -0
  149. data/lib/ver/methods/completion.rb +116 -0
  150. data/lib/ver/methods/control.rb +340 -0
  151. data/lib/ver/methods/insert.rb +6 -0
  152. data/lib/ver/methods/move.rb +65 -0
  153. data/lib/ver/methods/search.rb +33 -0
  154. data/lib/ver/methods/select.rb +145 -0
  155. data/lib/ver/methods/views.rb +21 -0
  156. data/lib/ver/mode.rb +160 -0
  157. data/lib/ver/options.rb +207 -0
  158. data/lib/ver/plist.rb +106 -0
  159. data/lib/ver/status.rb +67 -0
  160. data/lib/ver/syntax.rb +68 -0
  161. data/lib/ver/syntax/detector.rb +53 -0
  162. data/lib/ver/syntax/processor.rb +48 -0
  163. data/lib/ver/text.rb +374 -0
  164. data/lib/ver/textpow.rb +357 -0
  165. data/lib/ver/theme.rb +162 -0
  166. data/lib/ver/vendor/fuzzy_file_finder.rb +340 -0
  167. data/lib/ver/view.rb +163 -0
  168. data/lib/ver/view/entry.rb +28 -0
  169. data/lib/ver/view/list.rb +137 -0
  170. data/lib/ver/view/list/buffer.rb +27 -0
  171. data/lib/ver/view/list/fuzzy_file_finder.rb +44 -0
  172. data/lib/ver/view/list/syntax.rb +13 -0
  173. data/lib/ver/view/list/theme.rb +13 -0
  174. data/spec/keymap.rb +224 -0
  175. data/tasks/bacon.rake +49 -0
  176. data/tasks/changelog.rake +18 -0
  177. data/tasks/gem.rake +22 -0
  178. data/tasks/gem_installer.rake +76 -0
  179. data/tasks/grancher.rake +12 -0
  180. data/tasks/install_dependencies.rake +6 -0
  181. data/tasks/manifest.rake +4 -0
  182. data/tasks/plist2json.rake +35 -0
  183. data/tasks/rcov.rake +18 -0
  184. data/tasks/release.rake +12 -0
  185. data/tasks/reversion.rake +8 -0
  186. data/tasks/syntax_list.rake +31 -0
  187. data/ver.gemspec +29 -0
  188. metadata +241 -0
data/CHANGELOG ADDED
@@ -0,0 +1,1404 @@
1
+ [f683f92 | 2009-10-14 08:11:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
2
+
3
+ * Fix colors for list
4
+
5
+ [349777e | 2009-10-13 23:27:25 UTC] Julian Langschaedel <meta.rb@gmail.com>
6
+
7
+ * Add buffer_switch - rename old to window_switch
8
+
9
+ [1a94949 | 2009-10-12 21:37:23 UTC] Julian Langschaedel <meta.rb@gmail.com>
10
+
11
+ * Add Alt-key alternative - Control-m
12
+
13
+ [9b4177a | 2009-10-12 21:09:02 UTC] Julian Langschaedel <meta.rb@gmail.com>
14
+
15
+ * use popen3 instead of popen2e - revert in future
16
+
17
+ [571c916 | 2009-10-12 17:12:43 UTC] Julian Langschaedel <meta.rb@gmail.com>
18
+
19
+ * Fix List::Buffer Pathname#to_s
20
+
21
+ [d4a022f | 2009-10-12 16:31:00 UTC] Julian Langschaedel <meta.rb@gmail.com>
22
+
23
+ * Fix Text#short_filename error on file_lopen_popup
24
+
25
+ [cbc2056 | 2009-10-12 16:10:20 UTC] Julian Langschaedel <meta.rb@gmail.com>
26
+
27
+ * Fix themes cursive TkFont
28
+
29
+ [ac8d1f5 | 2009-10-13 21:28:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
30
+
31
+ * (un)comment selections via %w[comma c] and %w[comma u]
32
+
33
+ [12d9e59 | 2009-10-13 21:09:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
34
+
35
+ * More improvements to the list view, better colors, shorter paths, and proper font
36
+
37
+ [812ea94 | 2009-10-13 20:35:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
38
+
39
+ * Don't make the FuzzyFileFinder background black
40
+
41
+ [99a8ca6 | 2009-10-13 20:31:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
42
+
43
+ * Scroll the view to the selected entry
44
+
45
+ [6f472f9 | 2009-10-13 20:29:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
46
+
47
+ * Cast .to_s before attempting string manipulation in list view
48
+
49
+ [6ab545b | 2009-10-13 20:28:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
50
+
51
+ * Make sure the list view has a selection to start with
52
+
53
+ [98ad0b2 | 2009-10-13 20:26:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
54
+
55
+ * Shrink Detector
56
+
57
+ [5136b45 | 2009-10-13 20:24:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
58
+
59
+ * Fix some more syntax definitions
60
+
61
+ [a4b42bf | 2009-10-13 20:13:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
62
+
63
+ * Better way of detecting syntax, now also respects shebang and is configurable
64
+
65
+ [47fdcf0 | 2009-10-13 20:11:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
66
+
67
+ * Fix R syntax
68
+
69
+ [5adbb2d | 2009-10-12 15:23:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
70
+
71
+ * require tk before anything else
72
+
73
+ [288475f | 2009-10-12 01:15:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
74
+
75
+ * User Up/Down to select in list views
76
+
77
+ [ec812a8 | 2009-10-12 01:03:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
78
+
79
+ * Speed up highlighting by caching and avoiding roundtrips through
80
+
81
+
82
+
83
+ [36a2a8c | 2009-10-11 23:40:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
84
+
85
+ * Show used syntax when possible
86
+
87
+ [736cd17 | 2009-10-11 23:40:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
88
+
89
+ * Generate better syntax list
90
+
91
+ [a4099ef | 2009-10-11 23:39:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
92
+
93
+ * Speed up perceived startup time by delaying highlighting
94
+
95
+ [fddcaea | 2009-10-11 23:15:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
96
+
97
+ * minor
98
+
99
+ [ad9b521 | 2009-10-11 23:08:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
100
+
101
+ * Add JavaScript matcher for syntax
102
+
103
+ [bbb8480 | 2009-10-11 23:08:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
104
+
105
+ * Improve title setting by using an event
106
+
107
+ [887c7a0 | 2009-10-11 22:42:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
108
+
109
+ * Fix opening empty view
110
+
111
+ [2d8cf5c | 2009-10-11 22:39:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
112
+
113
+ * Refactor the ListView naming madness
114
+
115
+ [e583aef | 2009-10-11 22:14:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
116
+
117
+ * Fix indent_selection
118
+
119
+ [50bc509 | 2009-10-11 20:37:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
120
+
121
+ * Fix regexp syntax error in C++
122
+
123
+ [ce27221 | 2009-10-11 09:23:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
124
+
125
+ * minor
126
+
127
+ [8570c77 | 2009-10-11 09:23:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
128
+
129
+ * shorter filenames for status and title
130
+
131
+ [426acb0 | 2009-10-11 08:39:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
132
+
133
+ * Fix blackouts of FuzzyFileFinder
134
+
135
+ [d294ee6 | 2009-10-11 20:37:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
136
+
137
+ * New gemspec
138
+
139
+ [363a1aa | 2009-10-11 20:15:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
140
+
141
+ * Make a common option for the font to use
142
+
143
+ [f3f6cfe | 2009-10-11 20:06:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
144
+
145
+ * Implement status styling properly, Tk fail :(
146
+
147
+ [f9cddd6 | 2009-10-11 18:47:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
148
+
149
+ * Only apply mode color to status bar of that view, hope that's the way to do it
150
+
151
+ [6bb854b | 2009-10-11 16:35:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
152
+
153
+ * Status bar reflects color of current mode
154
+
155
+ [388d4cf | 2009-10-10 19:27:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
156
+
157
+ * Add completion prototype, not all that neat yet, just to get a taste
158
+
159
+ [5d7ae9c | 2009-10-10 16:27:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
160
+
161
+ * Set window title when opening file
162
+
163
+ [68ec8e4 | 2009-10-10 15:53:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
164
+
165
+ * Fix insert_indented_newline_below
166
+
167
+ [54f8543 | 2009-10-10 15:40:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
168
+
169
+ * Fix typo
170
+
171
+ [50f40f0 | 2009-10-10 12:19:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
172
+
173
+ * Fix a couple of bugs
174
+
175
+ [dd8cea9 | 2009-10-10 11:10:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
176
+
177
+ * Rename list_theme_select to theme_switch
178
+
179
+ [c637198 | 2009-10-10 11:09:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
180
+
181
+ * Refactor ThemeListView and BufferListView to use same code as SyntaxListView
182
+
183
+ [f9070aa | 2009-10-10 11:09:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
184
+
185
+ * Fix forgotten rename
186
+
187
+ [e19ea46 | 2009-10-10 11:08:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
188
+
189
+ * Add capability to switch syntax with Control-y
190
+
191
+ [dfabaaa | 2009-10-10 10:42:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
192
+
193
+ * Fix buffer list
194
+
195
+ [6ad8056 | 2009-10-10 10:32:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
196
+
197
+ * Try using Tkfont.create_copy
198
+
199
+ [6f5e422 | 2009-10-10 10:30:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
200
+
201
+ * Refactor to make keymaps more flexible and add some binds for the ListView
202
+
203
+ [1c9d880 | 2009-10-10 09:30:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
204
+
205
+ * rescue FuzzyFileFinder::TooManyEntries
206
+
207
+ [3f5c4ae | 2009-10-10 09:15:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
208
+
209
+ * Fix bug in fuzzy file view
210
+
211
+ [b5bb409 | 2009-10-10 09:12:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
212
+
213
+ * Simplify ListView subclasses
214
+
215
+ [1afac5f | 2009-10-09 10:13:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
216
+
217
+ * Double-click in list view executes action for item
218
+
219
+ [e9daa7d | 2009-10-09 09:40:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
220
+
221
+ * Fix tag_all_matching to take 0.0 into account
222
+
223
+ [4e08c7f | 2009-10-09 09:30:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
224
+
225
+ * Make sure VER doesn't cause any output in ruby -w, Tk is still a nasty girl
226
+
227
+ [c5196c0 | 2009-10-09 09:11:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
228
+
229
+ * Adding VER::find_in_loadpath as shortcut
230
+
231
+ [f9144ef | 2009-10-09 09:04:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
232
+
233
+ * Fix selection pipe, don't chomp the newline
234
+
235
+ [bb5a749 | 2009-10-09 09:03:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
236
+
237
+ * Restructure to make config in $HOME possible
238
+
239
+ [99bb9d8 | 2009-10-08 10:22:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
240
+
241
+ * Select themes from list via Control-t
242
+
243
+ [6a85785 | 2009-10-08 10:14:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
244
+
245
+ * Fix fatal error
246
+
247
+ [d884b7a | 2009-10-08 09:47:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
248
+
249
+ * Ability to change theme via Alt-t
250
+
251
+ [7488594 | 2009-10-08 09:12:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
252
+
253
+ * Improve status a bit so Escape/Control-c can abort and Control-q quits
254
+
255
+ [63d51d3 | 2009-10-08 09:01:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
256
+
257
+ * select_line mode should include the last eol
258
+
259
+ [27ce3ea | 2009-10-08 09:00:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
260
+
261
+ * Refactor delete_selection
262
+
263
+ [de14d96 | 2009-10-08 08:53:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
264
+
265
+ * Make sure the select_char mode selects the char under the cursor as well
266
+
267
+ [68d8dff | 2009-10-08 08:53:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
268
+
269
+ * Fix annoying cursor positioning when deleting selections
270
+
271
+ [28e5979 | 2009-10-08 08:41:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
272
+
273
+ * Don't extend the Layout with the strategy to keep things clear
274
+
275
+ [817ba60 | 2009-10-08 08:31:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
276
+
277
+ * Changing focus between views works now
278
+
279
+ [e559752 | 2009-10-08 08:25:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
280
+
281
+ * Handling of views, you can now open/close some
282
+
283
+ [2239692 | 2009-10-08 08:05:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
284
+
285
+ * Well begun is half done -- Aristotle
286
+
287
+ [c38205d | 2009-10-08 07:50:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
288
+
289
+ * Add copyright to Textpow and clean up a little
290
+
291
+ [d23db21 | 2009-10-08 07:31:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
292
+
293
+ * Open welcome page when no arguments are given
294
+
295
+ [70c528a | 2009-10-08 07:27:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
296
+
297
+ * Line breaks are made at word boundaries
298
+
299
+ [bd507e8 | 2009-10-08 07:08:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
300
+
301
+ * Fix location of fuzzy_file_finder
302
+
303
+ [c6483a2 | 2009-10-08 07:04:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
304
+
305
+ * Make startup appear faster
306
+
307
+ [0335ffe | 2009-10-08 06:49:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
308
+
309
+ * Cleanup
310
+
311
+ [db72012 | 2009-10-08 06:48:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
312
+
313
+ * Move open_path directly into Text
314
+
315
+ [5240806 | 2009-10-07 21:21:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
316
+
317
+ * Adding BufferListView, switch buffers with Alt-b
318
+
319
+ [72c4b85 | 2009-10-07 21:21:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
320
+
321
+ * A bit of cleanup
322
+
323
+ [e8cacc2 | 2009-10-07 20:36:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
324
+
325
+ * Refactor the stuff around the fuzzy file finder view into a class, now things are getting intersting
326
+
327
+ [39919fd | 2009-10-07 14:50:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
328
+
329
+ * Add some of the mapped methods to the status line, go left/right and delete chars, yay!
330
+
331
+ [1e4389c | 2009-10-07 10:58:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
332
+
333
+ * Output missing maps in status line instead of console
334
+
335
+ [9bb14a8 | 2009-10-07 10:57:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
336
+
337
+ * Update welcome a bit
338
+
339
+ [238c040 | 2009-10-07 10:49:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
340
+
341
+ * Simple replace_char via r
342
+
343
+ [fba14d4 | 2009-10-07 10:49:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
344
+
345
+ * Map status_evaluate to Alt-x
346
+
347
+ [5481422 | 2009-10-07 10:42:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
348
+
349
+ * Add the FuzzyFileFinder, duh
350
+
351
+ [adccc80 | 2009-10-07 10:42:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
352
+
353
+ * Fix bug that prevented numbers in readline
354
+
355
+ [085a6d0 | 2009-10-07 10:36:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
356
+
357
+ * adding first experimental open_file_fuzzy using the good old FuzzyFileFinder
358
+
359
+ [cfce15f | 2009-10-07 10:00:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
360
+
361
+ * Add some more alias keys for deletion of selection
362
+
363
+ [2a4b9d3 | 2009-10-07 09:56:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
364
+
365
+ * Create common map for status and insert mode, now special chars work for both
366
+
367
+ [90218f6 | 2009-10-07 09:51:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
368
+
369
+ * sort keymap definition by method name
370
+
371
+ [11018b1 | 2009-10-07 09:49:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
372
+
373
+ * Add ability to pipe selection
374
+
375
+ [4b3a70a | 2009-10-07 09:48:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
376
+
377
+ * Move search methods into own mode
378
+
379
+ [0a322e0 | 2009-10-07 09:43:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
380
+
381
+ * Create a full map of special ASCII chars from the tk keysym table
382
+
383
+ [40cd414 | 2009-10-07 08:54:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
384
+
385
+ * Move methods for select mode into separate file
386
+
387
+ [46ef765 | 2009-10-06 12:27:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
388
+
389
+ * Fix the stdlib definition of Text#delete, need to file a bug
390
+
391
+ [5e928c3 | 2009-10-06 12:17:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
392
+
393
+ * Really clear selection
394
+
395
+ [a37bdf7 | 2009-10-06 12:14:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
396
+
397
+ * Inform yourself about memory leak
398
+
399
+ [22d22f3 | 2009-10-06 12:13:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
400
+
401
+ * Display status ask errors in status
402
+
403
+ [11dc9d2 | 2009-10-06 12:13:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
404
+
405
+ * Move meta paste methods into Text directly
406
+
407
+ [fdf6037 | 2009-10-06 12:12:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
408
+
409
+ * Support (un)indenting selections
410
+
411
+ [e288528 | 2009-10-06 11:23:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
412
+
413
+ * Put search methods into own module
414
+
415
+ [303a8f2 | 2009-10-06 11:22:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
416
+
417
+ * Add capability to delete selection
418
+
419
+ [488f2c0 | 2009-10-06 11:22:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
420
+
421
+ * Fix reference to mark_set
422
+
423
+ [625a843 | 2009-10-06 10:58:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
424
+
425
+ * Fix total fail when creating an empty file
426
+
427
+ [3ca3698 | 2009-10-06 10:57:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
428
+
429
+ * Better handling of errors during saving
430
+
431
+ [f611e6b | 2009-10-06 10:35:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
432
+
433
+ * Automatically copy deleted text
434
+
435
+ [5f9c38d | 2009-10-06 10:35:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
436
+
437
+ * Improve selection copy behaviour
438
+
439
+ [35768c2 | 2009-10-06 10:25:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
440
+
441
+ * Nicer evaluation
442
+
443
+ [e53f058 | 2009-10-06 09:43:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
444
+
445
+ * Fix insert_indented_newline_below when on empty line
446
+
447
+ [9d92bd0 | 2009-10-06 09:33:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
448
+
449
+ * Fix reference to filename
450
+
451
+ [ce5eede | 2009-10-06 09:33:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
452
+
453
+ * Highlight openend files immediately
454
+
455
+ [cd30072 | 2009-10-06 09:25:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
456
+
457
+ * Preserve permissions when saving a file
458
+
459
+ [031d05b | 2009-10-06 09:05:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
460
+
461
+ * Fix typo in executable
462
+
463
+ [f76defc | 2009-10-05 09:42:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
464
+
465
+ * Allow tagging via symbol, fixes issue with search
466
+
467
+ [f8fa167 | 2009-10-05 09:41:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
468
+
469
+ * Add functionality for (un)indent via < and >
470
+
471
+ [7b8c499 | 2009-10-05 09:25:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
472
+
473
+ * Improve performance of tag_all_matching by avoiding tag deletion
474
+
475
+ [efc7ff5 | 2009-10-05 09:09:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
476
+
477
+ * highlight trailing whitespace
478
+
479
+ [75a45a5 | 2009-10-05 08:39:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
480
+
481
+ * Meds for ADD of highlighting thread
482
+
483
+ [d04e0cf | 2009-10-05 08:35:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
484
+
485
+ * Handle race condition caused by threaded highlighting
486
+
487
+ [35876c7 | 2009-10-05 08:34:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
488
+
489
+ * Faster and more precise tag raising
490
+
491
+ [60cc77f | 2009-10-05 08:33:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
492
+
493
+ * Adding join_lines mapped to J
494
+
495
+ [3ab2122 | 2009-10-05 07:58:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
496
+
497
+ * do highlighting in a worker thread that tries to do highlighting only when the editor is idle
498
+
499
+ [f70df65 | 2009-10-05 07:23:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
500
+
501
+ * Reduce console output
502
+
503
+ [57b589e | 2009-10-05 07:12:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
504
+
505
+ * double fork around VER.run unless -f is passed
506
+
507
+ [4b28a8c | 2009-10-05 07:08:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
508
+
509
+ * Fix behaviour of insert_indented_newline_(above|below)
510
+
511
+ [abc3240 | 2009-10-05 06:59:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
512
+
513
+ * Map some more special characters in insert mode
514
+
515
+ [1191f9c | 2009-10-05 06:45:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
516
+
517
+ * Map C to delete_to_eol_then_insert
518
+
519
+ [6fb7c29 | 2009-10-05 06:38:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
520
+
521
+ * Add capability to give argument from keymap, simplifies insert mode hack
522
+
523
+ [bf52bdd | 2009-10-05 06:30:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
524
+
525
+ * Allow insertion of slash
526
+
527
+ [01ba1a0 | 2009-10-05 06:28:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
528
+
529
+ * Fix typo that prevented opening files from popup
530
+
531
+ [f5d68b8 | 2009-10-04 07:29:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
532
+
533
+ * Clarify with comment
534
+
535
+ [9e04e41 | 2009-10-04 07:29:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
536
+
537
+ * Remove unused property of Processor
538
+
539
+ [5708415 | 2009-10-04 07:28:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
540
+
541
+ * Make a tabstop equal to two characters
542
+
543
+ [d2f8ab2 | 2009-10-04 07:28:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
544
+
545
+ * Handle more things via events
546
+
547
+ [3679788 | 2009-10-04 07:27:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
548
+
549
+ * Major speedup of highlighting by avoiding recreation of theme tags
550
+
551
+ [b4270ba | 2009-10-04 07:26:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
552
+
553
+ * Silly indentation fix
554
+
555
+ [217bcec | 2009-10-04 07:26:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
556
+
557
+ * Enter control mode on Control-c
558
+
559
+ [4021ba7 | 2009-10-03 06:27:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
560
+
561
+ * Remove debugging output
562
+
563
+ [07d5734 | 2009-10-03 06:26:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
564
+
565
+ * Hackfix for braceleft/braceright
566
+
567
+ [94fa4a9 | 2009-10-03 06:26:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
568
+
569
+ * Improve visual mode, enable copy&paste of selections
570
+
571
+ [33d214f | 2009-10-03 05:27:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
572
+
573
+ * Delete word left and right with dw and db
574
+
575
+ [15b8caa | 2009-10-03 05:24:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
576
+
577
+ * Fix searching
578
+
579
+ [9f6d1b6 | 2009-09-30 14:22:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
580
+
581
+ * Open non-existing files
582
+
583
+ [4041c0c | 2009-09-27 09:59:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
584
+
585
+ * Refactor selection methods
586
+
587
+ [c9ae5b8 | 2009-09-27 09:33:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
588
+
589
+ * Fixing selection and recursive mapping
590
+
591
+ [77fe618 | 2009-09-27 08:56:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
592
+
593
+ * Remove some debugging statements
594
+
595
+ [6f2be11 | 2009-09-27 08:40:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
596
+
597
+ * Some improvements for input mode
598
+
599
+ [1ffcbbf | 2009-09-27 07:59:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
600
+
601
+ * implement deletion to eol via D
602
+
603
+ [d96b35c | 2009-09-27 07:56:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
604
+
605
+ * Hook up undo/redo maps
606
+
607
+ [51a3bcf | 2009-09-27 07:54:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
608
+
609
+ * Implement delete_line
610
+
611
+ [140a952 | 2009-09-27 07:54:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
612
+
613
+ * Fix handling of missing keys so insert mode works nicely now
614
+
615
+ [92b60a7 | 2009-09-27 07:30:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
616
+
617
+ * Make numeric arguments work
618
+
619
+ [72fb7b2 | 2009-09-27 06:56:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
620
+
621
+ * Huge refactor
622
+
623
+ [4a84850 | 2009-09-20 16:22:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
624
+
625
+ * Some optimizations for Textpow
626
+
627
+ [206b4f4 | 2009-09-08 14:26:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
628
+
629
+ * Default to Plain text syntax
630
+
631
+ [0808554 | 2009-09-08 14:26:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
632
+
633
+ * map A and I
634
+
635
+ [a5159ee | 2009-09-08 14:26:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
636
+
637
+ * Fix keymap again
638
+
639
+ [833e85f | 2009-09-08 14:10:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
640
+
641
+ * Search word under cursor
642
+
643
+ [1ae50f0 | 2009-09-08 14:10:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
644
+
645
+ * Remove some more debugging statements
646
+
647
+ [363b060 | 2009-09-08 13:12:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
648
+
649
+ * Remove debugging statement
650
+
651
+ [b44d003 | 2009-09-08 13:11:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
652
+
653
+ * make numeric arguments work better
654
+
655
+ [0198815 | 2009-09-08 12:24:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
656
+
657
+ * make highlighting a little bit smarter, still too dumb
658
+
659
+ [064b5f5 | 2009-09-04 13:48:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
660
+
661
+ * A few more changes
662
+
663
+ [d042078 | 2009-09-03 15:42:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
664
+
665
+ * Remove original tk bindings
666
+
667
+ [2643910 | 2009-09-03 15:42:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
668
+
669
+ * Keep track of views, modularize view setup
670
+
671
+ [4cd086e | 2009-09-03 14:48:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
672
+
673
+ * Remove unused constants
674
+
675
+ [3adc06a | 2009-09-03 14:41:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
676
+
677
+ * Fix leading zero handling in keymap, simplify map naming
678
+
679
+ [6dd3cc6 | 2009-09-03 13:12:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
680
+
681
+ * Fix path to default theme
682
+
683
+ [34033aa | 2009-09-02 15:57:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
684
+
685
+ * Fix arugments in keymap
686
+
687
+ [37f9da6 | 2009-09-02 12:54:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
688
+
689
+ * Nicer Control-s
690
+
691
+ [8c74a7b | 2009-09-02 12:25:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
692
+
693
+ * A bit of cleanup, raise on thread exceptions
694
+
695
+ [1ff61f1 | 2009-09-02 12:25:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
696
+
697
+ * Improve handling of Syntax and refactor theme, can use original textmate themes now
698
+
699
+ [85924ee | 2009-09-02 10:35:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
700
+
701
+ * Improve highlighting by manipulating tag priorities, and give nicer information
702
+
703
+ [b742946 | 2009-09-02 10:34:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
704
+
705
+ * Task syntax_list generates a file that can be used to determine right syntax for given file ext
706
+
707
+ [15a6494 | 2009-08-31 16:31:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
708
+
709
+ * Indent newline
710
+
711
+ [7f0b7a6 | 2009-08-31 14:04:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
712
+
713
+ * smart evaluation
714
+
715
+ [948830a | 2009-08-31 14:04:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
716
+
717
+ * remove some debugging output
718
+
719
+ [55ec048 | 2009-08-31 11:04:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
720
+
721
+ * Tons of improvements, this is getting usable
722
+
723
+ [3538ecf | 2009-08-29 07:31:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
724
+
725
+ * Some cleanup
726
+
727
+ [ff224ca | 2009-08-27 15:49:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
728
+
729
+ * First experimental copy_selection
730
+
731
+ [b6a6f2c | 2009-08-27 15:39:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
732
+
733
+ * simplify numeric and further argument handling
734
+
735
+ [e140eb8 | 2009-08-27 11:04:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
736
+
737
+ * Try slightly different approach for keymap
738
+
739
+ [83630a3 | 2009-08-24 11:00:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
740
+
741
+ * Hack for 1.8
742
+
743
+ [6d2a591 | 2009-08-23 19:58:57 UTC] lian <meta.rb@gmail.com>
744
+
745
+ * fix broken-pipe error when xclip not installed
746
+
747
+ check for xclip-binary and executable state on initialize,
748
+ run open3-pipe only when @exec is true.
749
+
750
+ [778e45d | 2009-08-20 04:48:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
751
+
752
+ * Allow opening multiple views
753
+
754
+ [b0a00ed | 2009-08-19 06:39:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
755
+
756
+ * Some cleanup
757
+
758
+ [cb0bda5 | 2009-08-19 02:59:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
759
+
760
+ * improve theme
761
+
762
+ [6c3316a | 2009-08-19 02:58:45 UTC] Michael Fellinger <m.fellinger@gmail.com>
763
+
764
+ * Support saving files
765
+
766
+ [db70073 | 2009-08-18 10:03:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
767
+
768
+ * First version with Tk
769
+
770
+ [bdfc4f1 | 2009-08-18 07:30:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
771
+
772
+ * A few final fixes
773
+
774
+ [945296b | 2009-08-03 15:40:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
775
+
776
+ * Clearer definition of undo/redo map
777
+
778
+ [6274bef | 2009-07-31 14:20:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
779
+
780
+ * Highlight trailing whitespace
781
+
782
+ [562eaa5 | 2009-07-28 11:29:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
783
+
784
+ * Fix strange bug in FuzzyFileFinder for 1.9.2, wonder what is calling #to_str and who defines it
785
+
786
+ [ce813bd | 2009-07-28 11:01:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
787
+
788
+ * Another fix for searching
789
+
790
+ [147b6fe | 2009-07-28 11:01:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
791
+
792
+ * Improve input by doing stupid auto-indentation
793
+
794
+ [5695e4e | 2009-07-28 03:43:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
795
+
796
+ * Make sure searches are always highlighted
797
+
798
+ [2dc2ffd | 2009-07-28 03:43:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
799
+
800
+ * Improve redraw speed
801
+
802
+ [9ccc383 | 2009-07-28 03:42:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
803
+
804
+ * Improve search_next, should wrap around when it hits end
805
+
806
+ [03e237a | 2009-07-28 03:42:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
807
+
808
+ * Remove cruft
809
+
810
+ [d3961e0 | 2009-07-28 03:41:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
811
+
812
+ * Put more keybinding actions into methods
813
+
814
+ [df1b554 | 2009-07-21 02:58:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
815
+
816
+ * Handle resize key
817
+
818
+ [b1be307 | 2009-07-21 02:23:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
819
+
820
+ * Split Theme and Murphy into two files.
821
+
822
+ [9278784 | 2009-07-21 02:22:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
823
+
824
+ * Reorder keyboard keys, easier this way
825
+
826
+ [f84a5a0 | 2009-07-21 02:22:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
827
+
828
+ * Don't mess up the buffer when textpow complains
829
+
830
+ [01a4c2a | 2009-07-21 02:22:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
831
+
832
+ * Improve Processor, handle nested highlighting
833
+
834
+ [a7b7ba9 | 2009-07-21 01:57:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
835
+
836
+ * Make up/down/left/right keys work again
837
+
838
+ [b055db6 | 2009-07-20 09:50:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
839
+
840
+ * Proper syntax highlighting using textmate bundles
841
+
842
+ [3ae7320 | 2009-07-19 06:57:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
843
+
844
+ * Screen F keys
845
+
846
+ [6e451ab | 2009-07-19 02:05:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
847
+
848
+ * Adding mod-keys to keyboard again
849
+
850
+ [d6f7a24 | 2009-07-19 01:35:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
851
+
852
+ * adding open_new_file
853
+
854
+ [e9da555 | 2009-07-19 01:35:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
855
+
856
+ * Fix some bugs
857
+
858
+ [a97d953 | 2009-07-19 01:34:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
859
+
860
+ * eval_current_line and eval_selection
861
+
862
+ [70ac8e9 | 2009-07-18 10:39:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
863
+
864
+ * Fix esc handling, refactor keyboard
865
+
866
+ [492c50f | 2009-07-15 18:13:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
867
+
868
+ * Add mvwaddnstr
869
+
870
+ [f40bfce | 2009-07-15 18:11:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
871
+
872
+ * Remove useless debugging output
873
+
874
+ [fd3f427 | 2009-07-15 18:11:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
875
+
876
+ * Make completion a bit less annoying
877
+
878
+ [c67ae3e | 2009-07-15 17:24:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
879
+
880
+ * Fix completion, should display nicely now
881
+
882
+ [eb9304b | 2009-07-15 16:28:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
883
+
884
+ * Properly handle error when FuzzyFileFinder has too many entries
885
+
886
+ [fc1d847 | 2009-07-15 16:17:17 UTC] Michael Fellinger <m.fellinger@gmail.com>
887
+
888
+ * Solve remaining issues with displaying ask/small
889
+
890
+ [bf26760 | 2009-07-15 15:55:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
891
+
892
+ * Use Panel to determine whether a window is visible
893
+
894
+ [98a0c47 | 2009-07-15 13:44:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
895
+
896
+ * Add some todo items
897
+
898
+ [e595fc6 | 2009-07-15 11:34:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
899
+
900
+ * Restore original behaviour of MemoryBuffer#[]=
901
+
902
+ [5dd77be | 2009-07-15 11:20:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
903
+
904
+ * Automatically recalculate completions in ask/small when a key is pressed
905
+
906
+ [314ae7a | 2009-07-15 11:13:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
907
+
908
+ * Improvments around the ask views
909
+
910
+ [be82d49 | 2009-07-15 10:40:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
911
+
912
+ * Improve undo/redo, compact! behaves now
913
+
914
+ [bb79a6e | 2009-07-15 08:06:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
915
+
916
+ * Implemented undo/redo with memory-efficient compaction
917
+
918
+ [fb48cc2 | 2009-07-13 07:18:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
919
+
920
+ * Make sure that weird combo starting with esc doesn't start vicious cycle, to be replaced by proper key-name tree
921
+
922
+ [d205c82 | 2009-07-13 07:16:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
923
+
924
+ * Fix remaining clipboard issues
925
+
926
+ [9b18076 | 2009-07-13 07:03:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
927
+
928
+ * Better Cursor#up and Cursor#down
929
+
930
+ [cfb808d | 2009-07-13 06:54:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
931
+
932
+ * Adding Window#wresize
933
+
934
+ [a223ee9 | 2009-07-13 06:51:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
935
+
936
+ * Fix startup glitch
937
+
938
+ [f86f63c | 2009-07-13 06:51:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
939
+
940
+ * Proper AskDoc, browse and search any methods in VER
941
+
942
+ [669d0c9 | 2009-07-13 03:43:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
943
+
944
+ * Adding xclip clipboard, refactor clipboard
945
+
946
+ [9d1aa66 | 2009-07-13 03:41:32 UTC] Michael Fellinger <m.fellinger@gmail.com>
947
+
948
+ * Fix selection highlighting
949
+
950
+ [878d4fb | 2009-07-12 08:57:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
951
+
952
+ * First method browser
953
+
954
+ [c0c257f | 2009-07-12 08:03:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
955
+
956
+ * All control keys are now captured by VER, ncurses call order matters in the setup
957
+
958
+ [2569096 | 2009-07-12 07:56:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
959
+
960
+ * EM enabled VER
961
+
962
+ [4cba482 | 2009-07-12 07:31:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
963
+
964
+ * Snapshot with ffi-ncurses
965
+
966
+ [b1e2289 | 2009-07-09 12:55:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
967
+
968
+ * Remove ver19
969
+
970
+ [b1079f7 | 2009-04-28 14:23:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
971
+
972
+ * Fix wrong reference in View::refresh
973
+
974
+ [870fd3b | 2009-04-28 14:23:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
975
+
976
+ * Add search_word, mapped on *
977
+
978
+ [5131641 | 2009-04-28 11:49:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
979
+
980
+ * Small fix
981
+
982
+ [05c5604 | 2009-04-28 10:27:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
983
+
984
+ * Allow symlinks to bin/ver to work
985
+
986
+ [2c4cdab | 2009-03-29 15:59:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
987
+
988
+ * Adding ! to filter a single line
989
+
990
+ [5d9ea4d | 2009-03-29 15:47:22 UTC] Michael Fellinger <m.fellinger@gmail.com>
991
+
992
+ * Abstract previous buffer handling
993
+
994
+ [3b55452 | 2009-03-29 15:42:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
995
+
996
+ * Now one can switch to previously active buffer with C-^
997
+
998
+ [90ff17c | 2009-03-29 15:42:38 UTC] Michael Fellinger <m.fellinger@gmail.com>
999
+
1000
+ * Mapping C-^
1001
+
1002
+ [2b08eb7 | 2009-03-29 15:32:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
1003
+
1004
+ * Rakefile and some tasks
1005
+
1006
+ [69633e1 | 2009-03-29 15:32:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
1007
+
1008
+ * Finally a gemspec
1009
+
1010
+ [7f3fd99 | 2009-03-29 15:31:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
1011
+
1012
+ * Fix d and c
1013
+
1014
+ [95af90e | 2009-03-29 15:16:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
1015
+
1016
+ * We don't need Cursor#rearrange anymore, it cannot have inconsistent state
1017
+
1018
+ [47aef31 | 2009-03-29 15:12:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
1019
+
1020
+ * Setting @pos and @mark won't change the Struct, we have to use super
1021
+
1022
+ [3a22fea | 2008-11-25 12:09:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
1023
+
1024
+ * better cursor boundary
1025
+
1026
+ [b05dab5 | 2008-11-16 03:28:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
1027
+
1028
+ * Minor refactor
1029
+
1030
+ [6b3c10d | 2008-11-15 10:09:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
1031
+
1032
+ * Remove haml syntax
1033
+
1034
+ [2ef93b9 | 2008-11-15 16:02:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
1035
+
1036
+ * Fix deletion in ask
1037
+
1038
+ [e7bf5ad | 2008-11-14 16:26:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1039
+
1040
+ * Put deletes into clipboard, fix paste_after
1041
+
1042
+ [f4d80a0 | 2008-11-14 16:02:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
1043
+
1044
+ * Remove debugging output
1045
+
1046
+ [ac7a674 | 2008-11-14 16:02:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
1047
+
1048
+ * Don't show empty strings in word completion and default to empty
1049
+
1050
+ [8fa8f77 | 2008-11-14 16:02:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
1051
+
1052
+ * Pick first completion on open and display a bit nicer
1053
+
1054
+ [4940de2 | 2008-11-14 16:01:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
1055
+
1056
+ * Improve filename completion
1057
+
1058
+ [a9920b0 | 2008-11-14 16:00:52 UTC] Michael Fellinger <m.fellinger@gmail.com>
1059
+
1060
+ * Fail gracefully if cursor position is out of range
1061
+
1062
+ [64095af | 2008-11-14 16:00:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
1063
+
1064
+ * Leave completion on left|right
1065
+
1066
+ [324d231 | 2008-11-14 15:32:24 UTC] Michael Fellinger <m.fellinger@gmail.com>
1067
+
1068
+ * Improve completion and large ask buffer, nice scrolling and less fallout
1069
+
1070
+ [86af103 | 2008-11-13 16:50:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
1071
+
1072
+ * Fix syntax name if no syntax matches
1073
+
1074
+ [5274e58 | 2008-11-13 16:49:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
1075
+
1076
+ * Fix I
1077
+
1078
+ [eaac21e | 2008-11-13 16:49:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
1079
+
1080
+ * Add file/word/line/spelling completion
1081
+
1082
+ [3128885 | 2008-11-13 02:58:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
1083
+
1084
+ * Add completion, [C-x C-w] and [C-x C-l] for now
1085
+
1086
+ [843e091 | 2008-11-13 02:57:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
1087
+
1088
+ * New syntax highlighting system, still disabled by default
1089
+
1090
+ [bfb1b98 | 2008-11-12 11:28:41 UTC] Michael Fellinger <m.fellinger@gmail.com>
1091
+
1092
+ * Allow for any fixnum to be color, gives support for 256 colors
1093
+
1094
+ [246ca2c | 2008-11-12 11:27:59 UTC] Michael Fellinger <m.fellinger@gmail.com>
1095
+
1096
+ * Don't dup buffer, add scan method
1097
+
1098
+ [21248f8 | 2008-11-12 11:27:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1099
+
1100
+ * fix some mappings
1101
+
1102
+ [b5f2a04 | 2008-11-12 10:22:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
1103
+
1104
+ * fix C-x, ruby eval should work again
1105
+
1106
+ [214b510 | 2008-11-10 13:09:34 UTC] Michael Fellinger <m.fellinger@gmail.com>
1107
+
1108
+ * add bin/ver19 which defaults to ruby19
1109
+
1110
+ [f748a16 | 2008-11-10 13:09:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
1111
+
1112
+ * remove unused method
1113
+
1114
+ [f22afc4 | 2008-11-10 13:08:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
1115
+
1116
+ * Back to 1.9 compatibility
1117
+
1118
+ [b2d916d | 2008-11-10 13:08:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1119
+
1120
+ * assume unix line endings if buffer is empty
1121
+
1122
+ [3366beb | 2008-11-10 13:07:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1123
+
1124
+ * Allow external filter for selections
1125
+
1126
+ [9fb04aa | 2008-11-10 10:30:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
1127
+
1128
+ * easy count prefix via count_map: 10j, 200b, 20%, 42g, 7up, ...
1129
+
1130
+ [5197bd6 | 2008-11-10 05:20:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1131
+
1132
+ * Show percentage within buffer in status line
1133
+
1134
+ [94bd1f9 | 2008-11-10 05:18:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1135
+
1136
+ * 1% to 100% jump to percentage relative to total line count within buffer
1137
+
1138
+ [58dbf60 | 2008-11-10 05:15:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1139
+
1140
+ * Improve guess_eol by taking most common eol characters
1141
+
1142
+ [c1c66bb | 2008-11-10 05:14:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
1143
+
1144
+ * C-right and C-left equal W and B, home and end equal 0 and $
1145
+
1146
+ [402e186 | 2008-11-10 05:13:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
1147
+
1148
+ * fix M-(up|down|left|right) (urxvt, konsole, gnome-terminal, xterm)
1149
+
1150
+ [593035e | 2008-11-10 05:04:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
1151
+
1152
+ * Keyboard should handle C-(left|right|up|down) (konsole)
1153
+
1154
+ [8fac158 | 2008-11-10 05:01:51 UTC] Michael Fellinger <m.fellinger@gmail.com>
1155
+
1156
+ * Keyboard should handle C-(left|right|up|down) (urxvt)
1157
+
1158
+ [9703d17 | 2008-11-09 14:28:44 UTC] Michael Fellinger <m.fellinger@gmail.com>
1159
+
1160
+ * Handle dos, mac, and unix end-of-line characters
1161
+
1162
+ [d7e1d90 | 2008-11-09 04:36:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
1163
+
1164
+ * Better status_line
1165
+
1166
+ [0eb122a | 2008-11-09 04:36:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
1167
+
1168
+ * Refactor syntax highlighting again
1169
+
1170
+ [a6986da | 2008-11-09 04:35:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1171
+
1172
+ * More functionality for selection, toggle case, fix weird behaviour
1173
+
1174
+ [1435c22 | 2008-11-09 04:33:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1175
+
1176
+ * Update welcome
1177
+
1178
+ [1ed743b | 2008-11-09 04:33:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
1179
+
1180
+ * Extend functionality of bin/ver
1181
+
1182
+ [7889f69 | 2008-11-07 04:00:06 UTC] Michael Fellinger <m.fellinger@gmail.com>
1183
+
1184
+ * Remove cruft, thanks flay
1185
+
1186
+ [26c2ebd | 2008-11-06 15:45:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
1187
+
1188
+ * update welcome
1189
+
1190
+ [e6b1f4b | 2008-11-06 07:37:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
1191
+
1192
+ * Fix info line, add block selection, cutting and pasting
1193
+
1194
+ [b5a5b1a | 2008-11-06 04:24:48 UTC] Michael Fellinger <m.fellinger@gmail.com>
1195
+
1196
+ * Add x and X mapping
1197
+
1198
+ [db84853 | 2008-11-06 04:15:25 UTC] Michael Fellinger <m.fellinger@gmail.com>
1199
+
1200
+ * Update search highlight positions when buffer changes
1201
+
1202
+ [cc19bcf | 2008-11-06 04:15:02 UTC] Michael Fellinger <m.fellinger@gmail.com>
1203
+
1204
+ * A shouldn't jump to next line
1205
+
1206
+ [a081677 | 2008-11-06 04:04:37 UTC] Michael Fellinger <m.fellinger@gmail.com>
1207
+
1208
+ * update welcome
1209
+
1210
+ [7d74e3b | 2008-11-06 04:04:18 UTC] Michael Fellinger <m.fellinger@gmail.com>
1211
+
1212
+ * Fix ambigous mapping for buffer jump
1213
+
1214
+ [d9b0675 | 2008-11-05 23:36:29 UTC] Michael Fellinger <m.fellinger@gmail.com>
1215
+
1216
+ * Remember to doupdate
1217
+
1218
+ [578eb4d | 2008-11-04 15:27:46 UTC] Michael Fellinger <m.fellinger@gmail.com>
1219
+
1220
+ * Fixes and improvments, also add AskChoice
1221
+
1222
+ * When a buffer is closed via C-w, ask if it has changed
1223
+ * When last buffer is closed, open scratch buffer
1224
+ * Improve selection and linewise selection
1225
+ * Improve cut
1226
+ * Improve diakonos keymap
1227
+ * Improve drawing speed by doing less cursor movements
1228
+ * Unify info and status view
1229
+ * Change status line color depending on mode
1230
+
1231
+ [5d59fa9 | 2008-11-04 12:47:31 UTC] Michael Fellinger <m.fellinger@gmail.com>
1232
+
1233
+ * Default receiver for key block is view.methods
1234
+
1235
+ [2fcbef3 | 2008-11-04 12:47:05 UTC] Michael Fellinger <m.fellinger@gmail.com>
1236
+
1237
+ * Improve linewise selection
1238
+
1239
+ [eec716c | 2008-11-04 12:01:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1240
+
1241
+ * add some diakonos, fix some issues
1242
+
1243
+ [3466c0f | 2008-11-03 14:06:30 UTC] Michael Fellinger <m.fellinger@gmail.com>
1244
+
1245
+ * Great refactor for new keymapping
1246
+
1247
+ [92b4836 | 2008-11-02 03:44:43 UTC] Michael Fellinger <m.fellinger@gmail.com>
1248
+
1249
+ * First step in keymap refactor
1250
+
1251
+ [0a7ea9d | 2008-11-01 04:48:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
1252
+
1253
+ * Make bin/ver nicer
1254
+
1255
+ [388e9ac | 2008-11-01 04:44:09 UTC] Michael Fellinger <m.fellinger@gmail.com>
1256
+
1257
+ * fix M-x for buffer selection by name
1258
+
1259
+ [14420d1 | 2008-11-01 04:43:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
1260
+
1261
+ * Fix and unify the large ask buffers
1262
+
1263
+ [d24e155 | 2008-10-31 09:17:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1264
+
1265
+ * count columns in statusline correct
1266
+
1267
+ [a573f51 | 2008-10-31 09:14:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
1268
+
1269
+ * remove debugging output
1270
+
1271
+ [70b1aff | 2008-10-31 09:14:20 UTC] Michael Fellinger <m.fellinger@gmail.com>
1272
+
1273
+ * cursor has color, ruby highlighting reduced, selection separate from cursor
1274
+
1275
+ [67b0ffb | 2008-10-30 13:30:03 UTC] Michael Fellinger <m.fellinger@gmail.com>
1276
+
1277
+ * remove ver.rb in main dir, messes up requires
1278
+
1279
+ [b9527fa | 2008-10-30 12:30:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
1280
+
1281
+ * minor update to welcome file
1282
+
1283
+ [8d5d268 | 2008-10-30 12:29:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
1284
+
1285
+ * Select syntax based on filename and show in status
1286
+
1287
+ [3b8b2d9 | 2008-10-30 12:08:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
1288
+
1289
+ * Add syntax highlighting
1290
+
1291
+ [8ca698e | 2008-10-30 11:04:14 UTC] Michael Fellinger <m.fellinger@gmail.com>
1292
+
1293
+ * let there be commandline options and VER::VERSION
1294
+
1295
+ [91e8f49 | 2008-10-30 10:57:55 UTC] Michael Fellinger <m.fellinger@gmail.com>
1296
+
1297
+ * delete_*_then_insert methods and maps
1298
+
1299
+ [6504e01 | 2008-10-30 10:51:10 UTC] Michael Fellinger <m.fellinger@gmail.com>
1300
+
1301
+ * avoid crashes, improve deleting and replacing
1302
+
1303
+ [0a237eb | 2008-10-30 08:00:50 UTC] Michael Fellinger <m.fellinger@gmail.com>
1304
+
1305
+ * make rows and cols start at 1
1306
+
1307
+ [0ceeded | 2008-10-30 07:38:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
1308
+
1309
+ * fix loadpath if ver isn't found
1310
+
1311
+ [f261e80 | 2008-10-30 07:32:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
1312
+
1313
+ * lots of fixes and features
1314
+
1315
+ [464d82b | 2008-10-25 03:38:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1316
+
1317
+ * fight regression
1318
+
1319
+ [c991bd2 | 2008-10-25 03:31:00 UTC] Michael Fellinger <m.fellinger@gmail.com>
1320
+
1321
+ * Major refactor again...
1322
+
1323
+ [2e4e3ea | 2008-10-22 13:49:15 UTC] Michael Fellinger <m.fellinger@gmail.com>
1324
+
1325
+ * add index/rindex to Cursor again
1326
+
1327
+ [fe6fad8 | 2008-10-22 13:49:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1328
+
1329
+ * word_left, word_right, chunk_left, chunk_right
1330
+
1331
+ [910ad65 | 2008-10-22 12:15:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
1332
+
1333
+ * use String#each_line for ruby 1.9
1334
+
1335
+ [c2190af | 2008-10-21 18:03:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
1336
+
1337
+ * Redraw after buffer switch
1338
+
1339
+ [972e715 | 2008-10-21 17:47:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
1340
+
1341
+ * don't downcase function keys
1342
+
1343
+ [225a825 | 2008-10-21 17:30:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
1344
+
1345
+ * steal some weird keycodes from diakonos
1346
+
1347
+ [a5f13d6 | 2008-10-21 16:42:21 UTC] Michael Fellinger <m.fellinger@gmail.com>
1348
+
1349
+ * only execute command if we got one
1350
+
1351
+ [66bf20c | 2008-10-21 16:16:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
1352
+
1353
+ * C-m now works again
1354
+
1355
+ [f8e3fbe | 2008-10-21 16:16:39 UTC] Michael Fellinger <m.fellinger@gmail.com>
1356
+
1357
+ * there is only one mode per view
1358
+
1359
+ [59cb3a8 | 2008-10-21 16:16:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
1360
+
1361
+ * remove mention of ver/action
1362
+
1363
+ [f4d48e1 | 2008-10-21 16:10:56 UTC] Michael Fellinger <m.fellinger@gmail.com>
1364
+
1365
+ * Another great achievment
1366
+
1367
+ * improved searching, try hitting /
1368
+ * jump between search results using n or N
1369
+ * buffer handling nicer
1370
+ * selection should work now, using v or V
1371
+ * display much faster and general speedup
1372
+
1373
+ [9121007 | 2008-10-21 07:34:04 UTC] Michael Fellinger <m.fellinger@gmail.com>
1374
+
1375
+ * Deselect on control mode
1376
+
1377
+ [43508cb | 2008-10-21 06:57:23 UTC] Michael Fellinger <m.fellinger@gmail.com>
1378
+
1379
+ * Snapshot since just about everything seems to work
1380
+
1381
+ [7a097dd | 2008-10-20 00:51:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
1382
+
1383
+ * Fix cursor spec
1384
+
1385
+ [2dd64f6 | 2008-10-19 23:46:12 UTC] Michael Fellinger <m.fellinger@gmail.com>
1386
+
1387
+ * Update keymap
1388
+
1389
+ [f320043 | 2008-10-19 16:25:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
1390
+
1391
+ * Snapshot after great accomplishments
1392
+
1393
+ [134f537 | 2008-10-18 13:27:26 UTC] Michael Fellinger <m.fellinger@gmail.com>
1394
+
1395
+ * Snapshot
1396
+
1397
+ [290075e | 2008-10-16 08:55:13 UTC] Michael Fellinger <m.fellinger@gmail.com>
1398
+
1399
+ * Improve keyhandling and keymappings
1400
+
1401
+ [2a7ea3f | 2008-10-15 15:23:19 UTC] Michael Fellinger <m.fellinger@gmail.com>
1402
+
1403
+ * This message is sponsored by VER!
1404
+