Martin Kolar?k wrote:
>  
> 1. I did not find menu item Edit/PI

The message file created by localize should contain the following items
(though not in this order):

edit_menu=_Edit

pi_menu=Processi_ng Instruction
insertPIBefore=Insert Processing Instruction _Before
insertPI=_Insert Processing Instruction
insertPIAfter=Insert Processing Instruction _After
editPITarget=_Change Processing Instruction Target...



> 2. underscores used in text are not displayed in menu -- is it implemented?

'_' is used to specify button and menu item mnemonics. With XXE, this
character cannot be used in the label of a button, check box, menu item,
etc.



> 3. I have problems (myself :-) with smooth access to menu. The years I am
> using Win32 platform I learned the menu bar of (most) Win32 apps have the
> following order: File/Edit/Search/View/.../Options/Window/Help. XXE uses
> File/Select/Edit/Search/.../Window/Options/Help. So if I switch between XXE
> and other apps I always check. I do not know habits of Unix world (I am
> using Linux purely through command line), but in Win32 probably the most of
> users will have the same difficulties as me. I would not want to constrain
> you to do such changes, so please take this as a hint to your thinking.

The order in XXE is ``a logical order'':
[1] you open the document.
[2] you select an object.
[3] you apply an edit command to the selected object.
etc.

Reply via email to