Thank you for these suggestions, which certainly all make sense. We'll
have to carefully think about each one before changing things in XXE.
(When a user request cannot be questioned, like Melvyn's:
``Tooltips ought to mention shortcut keys where these exist (e.g.
instead of "Convert [wrap]" make the tip "Convert [wrap] (Ctrl+T)".
You've done this for New, Open, and Save but it would be nice if it were
done across the application.''
the answer is generally: you'll have it in next release.)
Kevin Yank wrote:
>
> Our team has certainly run into this issue as well. Is there some reason
> XXE's editor couldn't be changed to give explicit focus to a preceding or
> following empty element when using the left or right arrow key to move out
> of the start or end text node, respectively? I'm unable to think of a case
> where this behaviour would be unexpected/unwanted. In fact, I've been
> tempted to modify the editor actions for these keystrokes myself.
>
>>> * Please add ".xml" to file names when saving.
>
> Perhaps this should be an option for add-on configurations to set? So, for
> example, we could set a preference for automatically adding the ".xml"
> extension to our custom configuration for DocBook.
>
Yves Forkl wrote:
>> Ctrl+Tab is used to insert tab characters ('\t') in elements having
>> xml:space="preserve" (e.g. a pre or a programlisting). (This, because
>> Tab always moves the caret to the following text node.)
>
> I would like to second Melvyn's wish for Ctrl-Tab and Ctrl-Shift-Tab
> allowing to switch between open tabs.
>
> Sacrificing general availability of Ctrl-Tab for the exceptional
> insertion of a tab character in a particular context like the one
> mentioned above might not be necessary: This could better be realized
> with a generic "exceptional insertion" command bound to a single key
> that is pressed before the character to insert - very much the way
> Ctrl-q (quoted-insert) works in an editor that I'm sure you know about,
> Hussein. ;-)
Markus Redeker wrote:
> Ctrl-PgUp and Ctrl-PgDn, as Mozilla Firefox does it, may be a good
> compromize. And it is that what I would prefer...