additional keyboard shotcut

Are you missing a feature? Request its implementation here.
stsuboi
Posts: 1
Joined: Tue Feb 04, 2003 7:58 am

additional keyboard shotcut

Post by stsuboi »

Hi,

I am using oXygen XML Editor from the other day instead of emacs.
I like excellent code-insight function and light-weight running.

I propose increasing the function of shortcut valiation,
especially cursor moving.

For example,
(underline is cursor position)

1. jump to end of tag.
from <sample attr="..._"></sample>
to <sample attr="...">_</sample>

2. omit end-tag.
from <sample attr="...">_</sample> or <sample attr="..._"></sample>
to <sample attr="..."/>_

3. junp to next start-tag.
from <sample attr="..._">...</sample><sample2>...
to <sample attr="...">...</sample>_<sample2>... or
<sample attr="...">...</sample><sample2>_...

if this function is realized, I am not using cursor key, maybe.
--------------
Sougo TSUBOI
sougo.tsuboi@toshiba.co.jp
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Dear Sougo,

Thanks for your suggestions. I added them in our TODO list and hopefully they will get into the next version we will release in March.

Best Regards,
George
Post Reply