#4911
Yutaka Emura
Keymaster

We are not adding new features any more before the version 7 release. You can write a macro doing exactly this, and assign that macro to your favorite keyboard and a toolbar button. Here is the macro:


document.selection.SelectWord();
document.selection.ChangeCase(eeCaseUpperCase);
document.selection.Collapse();