A minor issue of concern if you don't know it...
When doing a Sync Edit in the Test-Window and you select a part of a vertex e.g. "12345 " of "11.12345" and you delete or type anything instead e.g. "1", the cursor will remain there were the "5" was. When you are not aware of this behavior, and keep on typing, you are typing in another vertex.
e.g. ("^" marks the cursor position)
It seems to me that the position of the cursor is not re-calculated correctly (following the "4")
When doing a Sync Edit in the Test-Window and you select a part of a vertex e.g. "12345 " of "11.12345" and you delete or type anything instead e.g. "1", the cursor will remain there were the "5" was. When you are not aware of this behavior, and keep on typing, you are typing in another vertex.
e.g. ("^" marks the cursor position)
Code:
4 9 -15.2189 15.4138 -7.2 -17.7169 13.7447 -7.1 -17.7169 13.7447 -3 -15.2189 15.4138 -3
^
select "4138"
4 9 -15.2189 15.[b][i][color=#FF0000]4138[/color][/i][/b] -7.2 -17.7169 13.7447 -7.1 -17.7169 13.7447 -3 -15.2189 15.4138 -3
^
type "4", "4138" is deleted correctly
4 9 -15.2189 15.[b][i][color=#FF0000]4[/color][/i][/b] -7.2 -17.7169 13.7447 -7.1 -17.7169 13.7447 -3 -15.2189 15.4138 -3
^
type "5", this ends up at the cursor position
4 9 -15.2189 15.4 -7.[i][b][color=#FF0000]5[/color][/b][/i]2 -17.7169 13.7447 -7.1 -17.7169 13.7447 -3 -15.2189 15.4138 -3
^
It seems to me that the position of the cursor is not re-calculated correctly (following the "4")