Search found 491 matches

by mihaela
Fri Jun 30, 2023 11:46 am
Forum: Common Problems
Topic: Unable to Delete Table Rows and Columns with Tracked Changes
Replies: 3
Views: 664

Re: Unable to Delete Table Rows and Columns with Tracked Changes

Hello, There is no similar argument for the delete column operation. The problem is that the layout of the table may become broken if the cells are deleted with track changes. What you can do is create your own delete column operation (maybe extend the default one) that turns off the track changes [...
by mihaela
Wed Jun 28, 2023 1:01 pm
Forum: Common Problems
Topic: how to override paste as xml feature.
Replies: 10
Views: 1053

Re: how to override paste as xml feature.

Hello, Thank you for the explanation and the analysis, now I understand your conclusion: because the option is set to true, the fragment is not allowed to be entered into the document (because it has an empty namespace and the result will be invalid). In this case, the AuthorDocumentFilter does not ...
by mihaela
Tue Jun 27, 2023 4:48 pm
Forum: Common Problems
Topic: how to override paste as xml feature.
Replies: 10
Views: 1053

Re: how to override paste as xml feature.

Hello, I need more details from you in order to better understand what is the problem you encountered. So, you have an AuthorDocumentFilter in your plugin and you want to update the fragment received in the insertFragment method, right? When you have the isVerifyPasteAndDNDAction option set to true ...
by mihaela
Tue Jun 27, 2023 10:10 am
Forum: Common Problems
Topic: Unable to Delete Table Rows and Columns with Tracked Changes
Replies: 3
Views: 664

Re: Unable to Delete Table Rows and Columns with Tracked Changes

Hello, Indeed, the delete row operation is not executed when the change tracking is activated. This is the default behavior and it can be changed. The DeleteRowOperation that is used when a row is deleted has an argument called changeTrackingBehavior, having the following possible values (the defaul...
by mihaela
Mon Jun 26, 2023 3:45 pm
Forum: Common Problems
Topic: how to override paste as xml feature.
Replies: 10
Views: 1053

Re: how to override paste as xml feature.

Hello, The release of Web Author version 26 is planed for October, this year. If is urgent to fix this now maybe you could add an AuthorDocumentFilter[1] and update the fragments that are inserted in the document and contain empty xmlns. Here is the documentation for this API: [1] https://www.oxygen...
by mihaela
Mon Jun 26, 2023 12:44 pm
Forum: Common Problems
Topic: how to override paste as xml feature.
Replies: 10
Views: 1053

Re: how to override paste as xml feature.

Hello, We already fixed this problem in our current development stream and the fix will be available starting with the next Web Author version, version 26. The "Paste as XML" action will also insert the xmlns attribute, according to the context were the content is inserted. In this case, I...
by mihaela
Tue Jun 13, 2023 8:06 am
Forum: Common Problems
Topic: Rename existing default actions in framework
Replies: 7
Views: 918

Re: Rename existing default actions in framework

Hello,

Great! We are glad that you managed to add the translations.

Best Regards,
Mihaela
by mihaela
Thu Jun 08, 2023 11:20 am
Forum: Common Problems
Topic: Option to Always Collapse Right-Panel on Load?
Replies: 1
Views: 502

Re: Option to Always Collapse Right-Panel on Load?

Hello, For the moment there is no API to collapse a side panel. We have an issue for this in our internal issues tracking system and I have added your vote for it. Please write us at suuport@oxygenxml.com and we will try to provide you a quick solution to use it until the API is available. Best Rega...
by mihaela
Wed Jun 07, 2023 7:41 am
Forum: Common Problems
Topic: document is not properly loading without xml declaration
Replies: 8
Views: 1018

Re: document is not properly loading without xml declaration

Hello,

This error means that your document is not associated with a document type. You have to check again the association rules from your custom framework.

Best Regards,
Mihaela
by mihaela
Tue Jun 06, 2023 4:33 pm
Forum: Common Problems
Topic: document is not properly loading without xml declaration
Replies: 8
Views: 1018

Re: document is not properly loading without xml declaration

Hello, So, to better understand your case, have you solved the error regarding the not well-formed response sent by your WebDAV server to a PROPFIND request? The "cannot load the CSS" error appears only when the document does not include the XML declaration? Or it happens in both cases? If...
by mihaela
Tue Jun 06, 2023 1:26 pm
Forum: Feature Request
Topic: Block Other Users From Deleting Comments
Replies: 10
Views: 2348

Re: Block Other Users From Deleting Comments

Hello, Indeed to implement this plugin you need to have some JAVA knowledge. We already have an issue registered in our internal issues tracking system for this feature - to block other users from deleting comments - so we plan to implement it at some point. How important is this feature for you? It...
by mihaela
Tue Jun 06, 2023 11:18 am
Forum: Common Problems
Topic: Rename existing default actions in framework
Replies: 7
Views: 918

Re: Rename existing default actions in framework

Hello, I have checked again and the translations for DITA keys action are included in the general translation of the Web Author UI, so you will be able to replace them by using the following javascript API: https://www.oxygenxml.com/maven/com/oxygenxml/oxygen-webapp/25.0.0.0/jsdoc/sync.api.Translati...
by mihaela
Mon Jun 05, 2023 7:15 am
Forum: Common Problems
Topic: Rename existing default actions in framework
Replies: 7
Views: 918

Re: Rename existing default actions in framework

Hello,

For DITA/ReuseKeys action there are two translations, one for the action name and one for the description.
Here are the values that you have to use for the two keys: DITA_KEYS_ and DITA_KEYS_DESCRIPTION_.

Best Regards,
Mihaela
by mihaela
Fri Jun 02, 2023 7:48 am
Forum: Feature Request
Topic: Block Other Users From Deleting Comments
Replies: 10
Views: 2348

Re: Block Other Users From Deleting Comments

Hello, The problem you encounter when you try to delete your reply is that you do not check the marker that you receive as a parameter on the removeMarker method (I think you use the same method as when deleting the content). You should check if the marker has the type [1] ro.sync.ecss.extensions.ap...
by mihaela
Thu Jun 01, 2023 11:51 am
Forum: Common Problems
Topic: Able to Restrict GitHub Plugin to Only List Repositories Under One Organization?
Replies: 2
Views: 512

Re: Able to Restrict GitHub Plugin to Only List Repositories Under One Organization?

Hello, For the moment there is no possibility to restrict the access to a single organization. I have added an issue in our internal issues tracking system for the problem you encounter. We will analyze more to see what is the best solution for this. We will update this thread when the fix will be a...
by mihaela
Thu Jun 01, 2023 8:01 am
Forum: Feature Request
Topic: Block Other Users From Deleting Comments
Replies: 10
Views: 2348

Re: Block Other Users From Deleting Comments

Hello, I tried your code in a plugin and it works, I cannot delete the content included in a comment added by another user. However, a small observation: it works only when I have the track changes mode on. Is this mode enabled when you test? See the shouldBlockDeletion method (you check for reviewC...
by mihaela
Wed May 31, 2023 3:01 pm
Forum: Feature Request
Topic: regarding images are loading every time while loading the editor
Replies: 18
Views: 2469

Re: regarding images are loading every time while loading the editor

Hi,

You can also check the "plugins" folder if there are some plugins manually added there.
Also, you can try a fresh installation of Web Author, add your plugin and check again to see if this happens also in this case.

Best Regards,
Mihaela
by mihaela
Wed May 31, 2023 12:26 pm
Forum: Feature Request
Topic: regarding images are loading every time while loading the editor
Replies: 18
Views: 2469

Re: regarding images are loading every time while loading the editor

Hello,

You should check the user-plugins folder to see if there are multiple versions of the content-plugin remained there.

Best regards,
Mihaela
by mihaela
Tue May 30, 2023 4:25 pm
Forum: Common Problems
Topic: Rename existing default actions in framework
Replies: 7
Views: 918

Re: Rename existing default actions in framework

Hello, You can try to add a translation file in your framework, where to add new translations for the two actions tags: https://www.oxygenxml.com/doc/versions/25.1/ug-editor/topics/localizing_frameworks.html Please let us know if this solution is not suitable for your use case. Best Regards, Mihaela
by mihaela
Tue May 23, 2023 8:58 am
Forum: Feature Request
Topic: @Mentions with Email Notification
Replies: 3
Views: 1447

Re: @Mentions with Email Notification

Hello, This feature was also requested for Web Author, see this topic (it also contains information about how it can be implemented using a plugin): https://www.oxygenxml.com/forum/feature-request-f33/topic24296.html We have the feature registered in our internal issues tracking system and I have ad...
by mihaela
Mon May 22, 2023 2:54 pm
Forum: Feature Request
Topic: How to access to the DocumentController from text editor ?
Replies: 4
Views: 676

Re: How to access to the DocumentController from text editor ?

Hello,

If you are referring to Oxygen XML Editor (not Oxygen Web Author), you can use the following API to evaluate an XPATH expression:
ro.sync.exml.workspace.api.editor.page.text.xml.WSXMLTextEditorPage.evaluateXPath(String)

Best Regards,
Mihaela
by mihaela
Wed May 17, 2023 10:23 am
Forum: Feature Request
Topic: Email Notification When Comment In Task Is Replied To
Replies: 4
Views: 1559

Re: Email Notification When Comment In Task Is Replied To

Hello,

We already have this feature registered in our internal issues tracking system and I have added your vote for it.
We will update this thread when the feature will be available.

Best Regards,
Mihaela
by mihaela
Wed May 17, 2023 10:23 am
Forum: Feature Request
Topic: @Mentions with Email Notification
Replies: 3
Views: 1447

Re: @Mentions with Email Notification

Hello,

We already have this feature registered in our internal issues tracking system and I have added your vote for it.
We will update this thread when the feature will be available.

Best Regards,
Mihaela
by mihaela
Fri May 12, 2023 8:36 am
Forum: Feature Request
Topic: How to access to user context Id from a framework ?
Replies: 3
Views: 724

Re: How to access to user context Id from a framework ?

Hi,

We are glad that the plugin helps you.
Please let us know if you need further assistance.

Best Regards,
Mihaela
by mihaela
Thu May 11, 2023 2:44 pm
Forum: Feature Request
Topic: How to access to user context Id from a framework ?
Replies: 3
Views: 724

Re: How to access to user context Id from a framework ?

Hello, There is a sample plugin in our sample plugins repository , called web-author-view-file-as-text , that contains an AuthorOperation that uses the context id from the currentURL . Please check and see if this is helpful for your use case. If not, please give us more details about what you try t...
by mihaela
Wed May 10, 2023 2:19 pm
Forum: Feature Request
Topic: Find/Open Resources/Topics In Review
Replies: 5
Views: 854

Re: Find/Open Resources/Topics In Review

Hello,

Thank you for the details.
We have added a request for this feature in our internal issues tracking system. We will update this thread when it will be available.

Best Regards,
Mihaela
by mihaela
Tue May 09, 2023 3:16 pm
Forum: Feature Request
Topic: Find/Open Resources/Topics In Review
Replies: 5
Views: 854

Re: Find/Open Resources/Topics In Review

Hello, For the moment Web Author does not include this search in files feature. Can you please tell us what CMS you use for your projects? The View Topic Contents display mode feature is helpful also for the case when you want to search for something in the entire ditamap content. Indeed, for such d...
by mihaela
Tue May 09, 2023 10:34 am
Forum: Common Problems
Topic: Correct way to create hierarchical menus in toolbar?
Replies: 3
Views: 579

Re: Correct way to create hierarchical menus in toolbar?

Hello, The group element has two attributes that refer to images: smallIconPath and largeIconPath . The first one is used in the toolbar, and the second one is in the menus. If you edit the exf in Oxygen XML Editor you can use the content completion to see the available attributes and elements. Best...
by mihaela
Mon May 08, 2023 11:45 am
Forum: Feature Request
Topic: Change the default for inserting elements.
Replies: 11
Views: 1693

Re: Change the default for inserting elements.

Hello,

Thank you for the details, we will update this thread when the fix will be available.

Best Regards,
Mihaela
by mihaela
Thu May 04, 2023 9:10 am
Forum: Common Problems
Topic: HTTP 500 on spellchecker call
Replies: 1
Views: 395

Re: HTTP 500 on spellchecker call

Hello, First of all, you should check the server logs to see what is the exception that is happening when the spellchecker is called. Here is the section from our user manual about "How to Locate the Log File": https://www.oxygenxml.com/doc/versions/25.1.0/ug-webauthor/topics/web-author-lo...