Either I'm missing something, or macros are broken.
E.g.
Position cursor at L2 C7
Start record macro
delete one char
insert one char
go down one line back on space to L3 C7
stop record macro
press play macro
replaces char as expected but finishes at L4 C6, so if I want to play macro again it's one column behind which gets incrementally worse the more times the macro is played.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Try inserting one char first, then going back one position and deleting the previous character. Play a little with the order. You may find a way to do it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Either I'm missing something, or macros are broken.
E.g.
Position cursor at L2 C7
Start record macro
delete one char
insert one char
go down one line back on space to L3 C7
stop record macro
press play macro
replaces char as expected but finishes at L4 C6, so if I want to play macro again it's one column behind which gets incrementally worse the more times the macro is played.
I'll try to look into this, but don't expect results anytime soon.
In the meantime, I've found that between Backspace and Delete, one tends to be more reliable in macros than the other.
Regards.
Greg
Try inserting one char first, then going back one position and deleting the previous character. Play a little with the order. You may find a way to do it.