Search found 11 matches

by jakubsimek
Wed May 12, 2021 6:08 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Custom image icons in a workspace access plugin
Replies: 3
Views: 1252

Re: Custom image icons in a workspace access plugin

Hi Radu, A part of my beginner problems seems to be that the "resources" directory ("src/main/resources") does not land in the "JAR" at all. I thought that this is handled by Maven correctly by default. Or do I have to tell this Maven explicitly somehow in the pom.xml f...
by jakubsimek
Wed May 12, 2021 1:12 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Custom image icons in a workspace access plugin
Replies: 3
Views: 1252

Custom image icons in a workspace access plugin

Dear list, May I ask for help with the way how to include custom image icons for a toolbar in a standalone workspace access plugin extension? Unfortunately I cannot find any documentation to the "ro.sync.ui.Icons.getIcon(String iconKey)" mentioned in another post here ([https://www.oxygenx...
by jakubsimek
Mon Jan 11, 2021 9:01 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Showing javadocs to Oxygen SDK-API in an IDE
Replies: 3
Views: 1514

Re: Showing javadocs to Oxygen SDK-API in an IDE

It works perfectly, thank your very much for the hint!
Jakub
by jakubsimek
Sat Jan 09, 2021 11:29 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Showing javadocs to Oxygen SDK-API in an IDE
Replies: 3
Views: 1514

Showing javadocs to Oxygen SDK-API in an IDE

Hi, Is there a way of integrating the Javadocs of the Oxygen SDK-API to be shown in an IDE like Eclipse or IntelliJ? I watched a Youtube video from one of your presentations ("Workshop: oXygen Plugins Development presented by Alex Jitianu at oXygen Users Meetup", https://youtu.be/23YSwgxyX...
by jakubsimek
Fri Nov 06, 2020 11:03 am
Forum: SDK-API, Frameworks - Document Types
Topic: Manipulating XML in text mode
Replies: 4
Views: 1664

Re: Manipulating XML in text mode

OK, thank you very much for explaining this.
Best,
Jakub
by jakubsimek
Fri Nov 06, 2020 9:36 am
Forum: SDK-API, Frameworks - Document Types
Topic: Manipulating XML in text mode
Replies: 4
Views: 1664

Re: Manipulating XML in text mode

Hi Radu,

Thanks a lot for this explanation. May I ask back about the evaluateXPath() method on WSXMLTextEditorPage? What kind of objects are being returned by this method if I e.g. address element nodes by the XPath expression?

Best,
Jakub
by jakubsimek
Fri Nov 06, 2020 12:04 am
Forum: SDK-API, Frameworks - Document Types
Topic: Manipulating XML in text mode
Replies: 4
Views: 1664

Manipulating XML in text mode

Hi, I am trying to figure out how I could write a plugin action for the text mode which would manipulate some elements or attributes. As far as I can see, the sample plugins in the SDK only demonstrate string manipulation for the text mode (e.g. capitalizing). The "TextDocumentController" ...
by jakubsimek
Mon Oct 14, 2019 3:16 pm
Forum: Feature Request
Topic: Enabling formatting from command line
Replies: 4
Views: 2147

Enabling formatting from command line

Hi, Would it please be possible to provide the wonderfully configurable formatting features (with options like "preserve empty lines", "sort attributes" etc. which are available in oXygen) for command line scripting? The background of my question is the need of including such spe...
by jakubsimek
Wed Oct 09, 2019 11:50 am
Forum: TEI
Topic: Attribute value suggestions in default TEI framework
Replies: 3
Views: 2727

Re: Attribute value suggestions in default TEI framework

Dear Radu,

There indeed has been a change in the recommended attribute values between TEI version 3.5 and 3.6, so this explains my question.

Thanks and best wishes,
Jakub
by jakubsimek
Tue Oct 08, 2019 3:05 pm
Forum: TEI
Topic: Attribute value suggestions in default TEI framework
Replies: 3
Views: 2727

Attribute value suggestions in default TEI framework

Hi, I am wondering about the suggestions I get through the content completion in Oxygen (when working on a regular TEI-All file and using the built-in TEI framework) for some attribute values. When stating @unit on a <gap> element, the content completion suggests "chars" and "lines&qu...
by jakubsimek
Fri Oct 04, 2019 11:44 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Customizing Text Editing Mode with a Framework
Replies: 1
Views: 1194

Customizing Text Editing Mode with a Framework

Hi,

Is it in any way possible to customize the Text editing mode with a framework similarly as the Author mode, by configuring actions, menus, toolbars etc.?

Best wishes,
Jakub