I also found a display issue in 15.20.0.1016 (on Win 7 pro 64 bit) that is strange, but does not fit to other reported bugs yet.
If I let run a simple macro that also deletes lines, these lines do not disappear after macro has finished.
Sometimes they go away after setting the document active by mouse click or key pressed (e.g. escape).
Sometimes they stay toughly and you need to reload the file or restart UE.
I post it here and wait for a "yes, same problem on my PC" confirmation then I will post to IDM.
Example:
Open UE with a new file
Create 3 lines by 1 <Enter> 2 <Enter> 3 <Enter>
Let run this macro I call "toList" (I know it is not optimal)
There should be ONE line like (1, 2, 3, )
but we see:
P.S. Wanted to download Hotfix 1017, but received Chinese version (who finds the Cancel button???), then English version ... but I need German one.
If I let run a simple macro that also deletes lines, these lines do not disappear after macro has finished.
Sometimes they go away after setting the document active by mouse click or key pressed (e.g. escape).
Sometimes they stay toughly and you need to reload the file or restart UE.
I post it here and wait for a "yes, same problem on my PC" confirmation then I will post to IDM.
Example:
Open UE with a new file
Create 3 lines by 1 <Enter> 2 <Enter> 3 <Enter>
Let run this macro I call "toList" (I know it is not optimal)
Code: Select all
InsertMode
ColumnModeOff
HexOff
SelectAll
StartSelect
Find "^p"
Replace All ", "
EndSelect
Key HOME
Key END
")"
Key HOME
"("
Key HOME
StartSelect
Key END
EndSelect
but we see:
Thank you, Bego(1, 2, 3, )
2
3
P.S. Wanted to download Hotfix 1017, but received Chinese version (who finds the Cancel button???), then English version ... but I need German one.
Normally using all newest english version incl. each hotfix. Win 10 64 bit