Re: [oXygen-user] Update element on save?

2018-04-12 Thread Tobias Fischer | pagina GmbH

Hi Radu,

however, I bet David want's to use it in text mode...

It's really a pitty that so many of your plugin API's are only available 
in Author Mode.

There's so many power users who could need those API's also in text mode!

Best,
Tobias



Oxygen XML Editor Support (Radu Coravu) 
12. April 2018 um 10:14via Postbox 


Hi David,

You would need to implement an Oxygen plugin for this.
Maybe you can take a look at this plugin:

https://github.com/oxygenxml/ExecuteAuthorActionsOnSaveHook

When content is saved in the Author visual editing mode, the plugin 
can invoke a previously defined Author action.
So you do not need to modify the plugin's Java code, just the action 
ID which should get called on save.


Regards,
Radu

Radu Coravu
 XML Editor
http://www.oxygenxml.com


___
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user
David Levy 
11. April 2018 um 18:07via Postbox 



The current discussion "When a  is inserted, it should contain a 
 element" prompts me to ask what I'm sure is a trivial question.


I am using Oxygen to edit XML in text mode.

I would like an XML element  to be updated automatically 
on save.


I am aware of the of the ${date(pattern)} editor variable, but don't 
know how to trigger an action on the save event or indeed what type of 
code can be run once the event is detected.


The online example 
 
seemed to be in a DITA context and require the Plugins SDK, neither of 
which I'm familiar with.


With thanks,

David Levy



___
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user


___
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user


Re: [oXygen-user] New Git plugin for Oxygen

2017-08-22 Thread Tobias Fischer | pagina GmbH

Great work, guys! Really love it! :-)
Especially the diffing with oXygen Diff Tools!

Cheers,
Tobias

Tobias Fischer
Senior Software Engineer
(XML/EPUB/PrintCSS)

Telefon: +49 (0)7071 9876-44 · Fax: -22
Mail: tobias.fisc...@pagina.gmbh

pagina GmbH - Publikationstechnologien
Herrenberger Straße 51 | D-72070 Tübingen
www.pagina.gmbh | www.parsx.de

Handelsregister Stuttgart - HRB 380249
Geschäftsführer: Tobias Ott

Am 22.08.2017 um 10:36 schrieb Alex Jitianu:

Hello everyone,

Those of you that are using Git might be interested to know that there 
is a new Git plugin for Oxygen [1]. If you want to give it a try, it 
can be quickly installed through Oxygen's add-on support [2][2.1]. In 
the beginning we focused on the essential functionality, the 
operations that are performed often, like committing, pulling changes 
etc. Another cool feature is the use of Oxygen's Diff tool [3] to 
highlight the changes. Moreover, if the file is in conflict (has been 
modified both by you and another), Oxygen's Three Way Diff [4] will 
show a comparison between the local change, the remote change, and the 
original base revision.


Please let us know if you have any suggestions about how to make it 
better or what other functionality is worth adding.



[1] https://github.com/oxygenxml/Oxygen-Git-Plugin#git-support-plugin
[2] 
https://www.oxygenxml.com/doc/versions/19.0/ug-editor/topics/installing-and-updating-add-ons.html
[2.1] 
https://raw.githubusercontent.com/oxygenxml/Oxygen-Git-Plugin/master/build/addon.xml
[3] 
https://www.oxygenxml.com/doc/versions/19.0/ug-editor/topics/file-comparison-x-tools.html
[4] 
https://www.oxygenxml.com/doc/versions/19.0/ug-editor/topics/file-comparison-x-tools.html#file-comparison__threeway_comparisons


Best regards,
Alex


___
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user


Re: [oXygen-user] Search for Characters in Unicode *range*

2016-06-24 Thread Tobias Fischer | pagina GmbH

Hi Andreas,

sure, this can be done with basic regex query:|[\u00D8-\u00F6]|
||

|And for your example: [\u0100-\u1F9FF] Unfortunately, oXygen 18 seems to 
have a bug with this query (precisely: with 5 digit hex codes) as it 
also matches characters below \u0100 (which is the following of \u00FF). 
However, you can also work with negation: [^\u-\u00FF] And this 
seems to work fine :) Regards, Tobias |


Tobias Fischer
XML- und E-Book-Entwicklung

Telefon: +49 (0)7071 9876-44 · Fax: -22
Mail: tobias.fisc...@pagina-tuebingen.de

pagina GmbH - Publikationstechnologien
Herrenberger Straße 51 | D-72070 Tübingen
www.pagina-online.de | www.parsx.de

Handelsregister Stuttgart - HRB 380249
Geschäftsführer: Tobias Ott

Am 24.06.2016 um 09:50 schrieb Andreas Wagner:

Dear all,

In order to make sure that we have caught all special characters in an 
externally transcribed TEI/XML file, I would like to seach for all 
characters above Unicode Codepoint 0x00ff. Can this be done in the 
Regular Expression Find box? (I found the search for single unicode 
codepoints with \u, \x etc., but can't figure out if this can be used 
to search for characters (not) in codepoint ranges.


Thanks for any suggestion,

Andreas





___
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user


Re: [oXygen-user] Zoom by mouse scrolling in v18

2016-05-12 Thread Tobias Fischer | pagina GmbH

Hi Alex,

thanks for planning to bring back the option!

Please note that in the XPath/XQuery builder the zoom by mouse scrolling 
was the only option to increase the font size because CTRL + "+" 
wouldn't work there... Please keep this in mind when re-implementing the 
feature or add CTRL + "+/0/-" support also to the XPath/XQuery builder.


Best regards,
Tobias

Am 11.05.2016 um 09:45 schrieb oXygen XML Editor Support - Alex Jitianu:

Hello,

We removed the zoom by mouse scrolling because it had some issues when 
used on Windows laptops or on Macs. On these systems the JVM 
incorrectly reported a "zoom"-triggering event when you pressed 
"CTRL"/"META" *after* you've finished a scroll. The result was a very 
annoying and unexpected zoom. We though that because there is also the 
CTRL + "+"  shortcut, people wont miss it too much. I guess we were 
wrong, weren't we ? :)


In the next 18 build we'll publish an option so that you'll be able to 
enable or disable this support as you please.

Best regards,
Alex
--
Alex Jitianu
  XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com  
On 5/10/2016 7:25 PM, Christophe Marchand wrote:

+1 That's the most interesting feature when showing Oxygen in public
Christophe

Le 10/05/2016 17:33, Pierre Attar a écrit :

+1 It should be very interesting to keep this feature.

Pierre

Le 10/05/2016 16:15, Nico Kutscherauer a écrit :

Hi group,

I installed oXygen version 18 last weekend and noticed that the 
zooming behavior is different now:


In version 17 I can zoom by mouse scrolling, when I press CTRL in 
the same time. In version 18 this doesn't work any more.


The other ways to zoom (CTRL + "+" or by menu: Document -> Font 
Size -> Increase Editor Font) still works.


I compared the entries of the "Increase Editor Font" in the 
Shortcut list of both versions. They seems to be equal.


I have a colleague, who also installed the version 18 and is also 
not be able to zoom anymore by using the mouse. She is using 
Windows 10, I have Win 7.


What can I do to restore this nice little functionality?

Thanks, for any help!
Best Regards
Nico

___

Nico Kutscherauer
XML Developer

data2type GmbH
Wieblinger Weg 92a
69123 Heidelberg
Tel.: +49-(0)6221-73 912 65
Fax: +49-(0)6221-73 912 66

www.data2type.de 

Company's head office: Heidelberg
Commercial Register court: AG Mannheim HRB 715195
CEO: Manuel Montero Pineda
___




___
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user