Undo ENTER
Posted: Mon Mar 03, 2014 8:54 am
Windows 7 x64
PB 5.21 x64
If you press ENTER halfway through a line (usually accidentally) then try to undo with Ctrl+Z it doesn't undo correctly.
Before:
pos=FindString(uri, "//")
(place cursor for example after the = symbol and press ENTER)
During:
pos=
FindString(uri, "//")
(undo this accidental ENTER by pressing CTRL+Z)
After:
pos=
FindString(uri, "//")
Cursor returns to previous line (after the = symbol) but the "FindString" part doesn't move back to where it was.
PB 5.21 x64
If you press ENTER halfway through a line (usually accidentally) then try to undo with Ctrl+Z it doesn't undo correctly.
Before:
pos=FindString(uri, "//")
(place cursor for example after the = symbol and press ENTER)
During:
pos=
FindString(uri, "//")
(undo this accidental ENTER by pressing CTRL+Z)
After:
pos=
FindString(uri, "//")
Cursor returns to previous line (after the = symbol) but the "FindString" part doesn't move back to where it was.