-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathVersionLog
60 lines (54 loc) · 1.83 KB
/
VersionLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
0.5.0
disabled bottom/top wrapping
increased latency slightly thereby reducing huge delay between key press and action on slow machines
redraw during rendering rather than right at end, gives the appearence of working being done, and lets user scan new lines while they complete, much more instant page down therefore
0.4.3
search history
highlighting improvements
class/method/module hierarchy
- ctrl-x (still needs optimisation)
buffer list - ctrl-s
major search improvements
- multiple matches per line,
speedups, ctrl-p
fixed several bugs in word skip commands
- b/B/w/W/e/E
fixed bug with cw/dw
- it would not copy previous content
numerous code cleanups
buffer management improvement
- when switching previous
position is recalled
0.4.4
crash fixes
crash case when rendering lines longer
than current display width
dd on last line of shortfile
<<, >> without selection
several major fixes to search
various nice cleanups
rvsh.bat file and a few other fixes
needed for native win32 ruby and cgywin
fix crash on creation of new file
work when the rvsh in path not symlink
edit recovery via diff log replay on startup
persistant undo/redo list storage via diff log
write out debug_log if USR1 is recieved
various minor optimisation
0.4.5
fixing ?a as first command on new file
fix pagedown/up keys
fixing various rendering problems - shortfiles and long lines
fix L to go to bottom of text rather than bottom of screen
- different for short texts
several code refactors
store difflog in +filename.edlog
several additions to highlighting
kde frontend
- slow and incomplete, but proof of concept
implement "s"
adding test casing framework
fixing "selection till end of file and delete"
adding --version parameter and setting version to 0.5.5
fix difflog creation for unnamed files
- called without parameters