0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Define insertRowAbove in terms of insertRowBelow More... over 10 years ago
Extract complex condition as function. More... over 10 years ago
Use the more flexible moveCursor interface. More... over 10 years ago
Refactor moveToNext and moveToLast. More... over 10 years ago
More robust moveCursor method. More... over 10 years ago
Rename NullArgument to NoArgument. More... over 10 years ago
Add yank and put to README More... over 10 years ago
Add the Y command (Yank line) More... over 10 years ago
Correct cursor position after putting text. More... over 10 years ago
Fix w and W motion bug. More... over 10 years ago
Line yanking. More... over 11 years ago
README tweaks. More... over 11 years ago
DemoRenderer object. More... over 11 years ago
Update README with more text objects. More... over 11 years ago
Use search commands as motions. More... over 11 years ago
Render command line text. More... over 11 years ago
Tidy up renderer tests. More... over 11 years ago
Extract rendering code into a Renderer object. More... over 11 years ago
Delegate to the superclass properly. More... over 11 years ago
Command line args are just args now. More... over 11 years ago
Split Operation.keyPress into shorter methods. More... over 11 years ago
Add backward search to the README. More... over 11 years ago
Improve descriptions of search commands. More... over 11 years ago
Don't store line search state globally. More... over 11 years ago
Backward search. More... over 11 years ago
Search should wrap to start/end of document. More... over 11 years ago
Add search commands to README. More... over 11 years ago
Repeat searches with n and N. More... over 11 years ago
Extract a method to search & move. More... over 11 years ago
Search for nth match. More... over 11 years ago