Issue
In the PIOE Viewer only the first letter is copied, when Ctrl + Shift + Right arrow is used to select a word and copy it.
Cause
ListEditor.java - when shift and control are both down and arrows are clicked, get the last position by invoking later as the caretUpdate is delayed.
Resolution
Fixed code in the MGR3.0 release.
UPDATED: August 11, 2017