
Hello, Syd Bauman wrote:
What do you mean always default to 'a'? Meta-E opens the Tag dialog with a combo box that contains all the valid tag names that can be inserted at cursor location. The valid tag names are extracted from the schema associated with the edited document.
He means exactly that -- since he is using XHTML, 'a' happens to be the first valid tag name.
Now I understand. We will make the tag inserted by the previous Surround operation the default item selected in the combo box of the Tag dialog invoked by Ctrl-E. For example if the previous Surround operation inserted <link> when Ctrl-E is pressed the "link" item will be selected by default in the combo box. If the dropdown list of the combo does not contain "link" the first item of the list will be selected.
I don't think FJ was requesting the clipboard be cleared, I think he was complaining about it. (I could be wrong -- it's still early morning for my brain :-)
In that case I did not understand correctly the request. In version 9.1 the clipboard is cleared only when there is no selection in the editor panel and the cursor is placed on an empty line. This happens because when there is no selection the Copy action copies the current line. Starting with version 9.2 the Copy action will copy the current line to the clipboard only when the option "Cut/Copy whole line when nothing is selected" will be selected. By default the option will not be selected so by default the Copy action will not modify the clipboard when there is no selection in the editor panel. Regards, Sorin