Hi, thank you very much for your comments and tips.
> * If you right-click on a node in the Node-Path-bar the items in the
> contextual menu "Insert Same Element After [Ctrl-Click on
> name]"/Before/Delete are missing
I've made an extension to the xxeEditMenuItems and got the functionality
via right-click. Additionally I inserted the following binding:
<binding>
<mouseClicked button="1" modifiers="alt shift" />
<command name="insertNode"
parameter="sameElementAfter[implicitElement]"/>
</binding>
My remaining question is: This binding works on a clicked node in the
text-editor-area but does not work on the Node-Path-bar. Is it possible to
define bindings which work on the elements of this bar?
> We know that these functions are still available in the EDIT-menu
> and in the contextual menu,
> but they ask if it is possible to make
> a customisation to get them back on the top-right corner.
>
Here it is (tested it with XXE v5.8.1):
customize.xxe_gui (required name)
---
<gui xmlns="http://www.xmlmind.com/xmleditor/schema/gui"
xmlns:gui="http://www.xmlmind.com/xmleditor/schema/gui">
<toolBar name="modularDocToolBar">
<action name="editIncludingAction" />
<action name="editInclusionAction" />
</toolBar>
<layout>
<topToolBars insert="after selectToolBar">
<toolBar name="modularDocToolBar" />
</topToolBars>
</layout>
</gui>
---
The icons are back. This customisation works also on 5.8.0. Thank you very
much.
Best Regards
Peter Schulte
IT- und Geschäftsfeldstrategie Technische Architektur
Telefon: +49 251 7133-2343
Telefax: +49 251 7133-92343
eMail: [email protected]
GAD eG - IT für Banken
GAD-Straße 2-6
48163 Münster
www.gad.de
Vorstand : Anno Lederer (Vors.), Claus-Dieter Toben (stellv. Vors.), Jörg
Dreinhöfer
Aufsichtsratsvorsitzender: Jürgen Brinkmann
Sitz: Münster/Westf., Amtsgericht Münster, Genossenschafts-Register 337
Mehr zur Geschichte der genossenschaftlichen IT auf www.gad.de
<<image/jpeg>>
-- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

