Cay Horstmann wrote: > I am using XXE for editing XHTML 1.0 Strict documents. > > When I insert an element such a pre or ul, the entire element is > selected. I find that quite inconvenient. When I then paste material > into the element, the paste command is deactivated, and I have to > remember to hit Ctrl+Down. > > I would much prefer if after the insertion, the #text was selected.
We strongly disagree with you. We'll not implement that. All commands are designed to show you what they have done. In the case of the Insert command, it shows you the newly created pre or ul. Note that * the caret is positioned at the right place: inside the newly created pre or ul; * the fact that the pre or ul is selected does not prevent you from typing text right away. (Typing text inside a newly created element is by far what users most commonly do.) > Is there a way of doing that? Sorry but the only way to do this would be to specialize the Insert command which is written in Java[tm]. See http://www.xmlmind.com/xmleditor/_distrib/doc/api/com/xmlmind/xmledit/command/Insert.html

