@@ -27,17 +27,20 @@ UNDO now saves reference to the sheet where the action took place.
27
27
** Fix not updating graph correctly after yanking cells with references -> Pc -> undo.
28
28
It could also segfault on ocassions as well. Added test5 and test6 for this.
29
29
Issue #568: handle '>' and '<' on mappings.
30
-
30
+ Issue #569: fix invalid read/write/segfault when deleting column.
31
+ Added test8 and test9 for this.
32
+ Fix: scroll correctly when editing cells with long strings (wider than screen)
33
+ Fix 'go' command of normal mode. Was missing as a valid command in cmds.c after rename.
34
+ Avoid reading passed maxcols maxrows when shifting left or up over last sheet column/row.
31
35
32
36
33
37
Pending to make v0.8.3 release
34
38
-------------------
35
- undo.c: add ent_ptr to added / deleted lists ordered.
36
- ents_that_depends_on_list: change to receive entr_ptr parameter
37
- + arv should have priority over scimrc.
38
- + mark should consider sheet. We should have mark A in Sheet 1, and mark B on Sheet 2.. modify tick()
39
+ Pv
40
+ todo: undo.c: add ent_ptr to added / deleted lists ordered.
41
+ todo: ents_that_depends_on_list SHOULD take ent_ptr rather than struct ent * as parameter!
42
+ + mark should consider sheet. We could have mark A in Sheet 1, and mark B on Sheet 2.. modify tick()
39
43
input: block buffer maps digraph
40
- + ents_that_depends_on_list SHOULD take ent_ptr rather than struct ent * as parameter!
41
44
+ rearrange file loading and saving functions
42
45
+ Show range detail in inputwin as A0:C3
43
46
+ Add GETENT in seval
@@ -48,12 +51,13 @@ input: block buffer maps digraph
48
51
49
52
Ideas for v0.8.4
50
53
----------------
54
+ + arv should have priority over scimrc.
55
+ + rethink overlap. it shows incorrectly if text does not fit in the current LINE
51
56
+ user customizable UI header (bar)
52
57
+ yank.c functions should receive yanklist pointer as parameter. this would
53
58
allow future use of registers to copy to and paste from.
54
59
+ registers for yanking
55
- +use yanklist for added/removed in undo?
56
-
60
+ + use yanklist for added/removed in undo?
57
61
--
58
62
Thanks to all that helped and created PR.
59
63
Thanks to all who support and use this program.
0 commit comments