Search found 140 matches

by vishwavaranasi
Mon Feb 12, 2024 5:48 pm
Forum: Common Problems
Topic: If we start Oxygen via the .bat launcher, CMD console for oxygen 24.1 not showing
Replies: 1
Views: 127

If we start Oxygen via the .bat launcher, CMD console for oxygen 24.1 not showing

Hello Team , If we start Oxygen via the .bat launcher, log messages in CMD console for oxygen 24.1 not showing , for oxygen version 24 we have seen the logs printed in CMD console but where as for version 24.1 its not showing would you please confirm is this expected behavior or some setting require...
by vishwavaranasi
Mon Feb 05, 2024 7:58 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Path of topic nodes inside the DITA MAPS manager
Replies: 1
Views: 445

Path of topic nodes inside the DITA MAPS manager

Hello Team , is there any API to get the local path of the topic nodes inside the DITA MAPS manager? for example , i see the below AuthorNode[] selectedNodes = ditaMapEditorPage.getSelectedNodes(true); and i wanted the secetedNodes -local path , for example , if i selected topic "Reload Service...
by vishwavaranasi
Thu Oct 19, 2023 8:08 am
Forum: SDK-API, Frameworks - Document Types
Topic: Dependent JMenuItem at addMenuBarCustomizer
Replies: 1
Views: 326

Dependent JMenuItem at addMenuBarCustomizer

Hello Team , here am attaching the sample plugin project with my requirements. 1 . First time MenuItem1Action enabled and MenuItem2Action is disabled. 2. user click on MenuItem1Action - This will open a Jframe with a Jtable and Menu2tem1Action enabled. 3. Now users can access Menu2tem1Action - this ...
by vishwavaranasi
Thu Aug 03, 2023 9:42 am
Forum: SDK-API, Frameworks - Document Types
Topic: When creating a new template using the DITA Maps Manager overrides custom ${UUID}
Replies: 3
Views: 692

Re: When creating a new template using the DITA Maps Manager overrides custom ${UUID}

Thanks Radu.
Oxygen Preferences->"DITA / Topics" page there is a checkbox named "Use the file name as a value for the root ID attribute".
how can we implement the same using Oxygen API's?
by vishwavaranasi
Tue Jul 18, 2023 7:07 pm
Forum: Other Issues
Topic: How to run oxygen plugin project from Eclipse in DEBUG mode
Replies: 8
Views: 1457

Re: How to run oxygen plugin project from Eclipse in DEBUG mode

Hi Radu , our plugin is comprised of 3 projects project 1 - db operations where we have dependency of ojdbc project 2 - middle layer project ( is dependent on project 1) project 3 - oxygen plugin project ( is dependent of project 2) in out myplugin/plugin.xml we have specified as <runtime> <!-- libr...
by vishwavaranasi
Thu Jul 06, 2023 2:18 pm
Forum: Other Issues
Topic: How to run oxygen plugin project from Eclipse in DEBUG mode
Replies: 8
Views: 1457

Re: How to run oxygen plugin project from Eclipse in DEBUG mode

sorry , there was some space in the VM args it was showing the error. the error is not showing now , and the oxygen opened from eclipse but the plugin is not showing in the oxygen. plugin.xml <?xml version="1.0" encoding="UTF-8"?> <!-- The plugin.dtd file is located in the OXYGEN...
by vishwavaranasi
Thu Jul 06, 2023 9:49 am
Forum: Other Issues
Topic: How to run oxygen plugin project from Eclipse in DEBUG mode
Replies: 8
Views: 1457

Re: How to run oxygen plugin project from Eclipse in DEBUG mode

Hi Radu , we are getting back to work on this to debug plugin from eclipse.
our eclipse showing the classpath TAB as below, we dont see Dependencies TAB as you showed
image.png
image.png (43.62 KiB) Viewed 1023 times
would you please suggest how to proceed.
by vishwavaranasi
Mon Jun 05, 2023 7:59 pm
Forum: SDK-API, Frameworks - Document Types
Topic: JMenuItem at pluginWorkspaceAccess.addMenuBarCustomizer
Replies: 8
Views: 1542

Re: JMenuItem at pluginWorkspaceAccess.addMenuBarCustomizer

Thanks Radu , its worked for me. we have another requirement where , We want MenuItem1Action.setEnabled(false); when the local file opened inside the oxygen main editor are read-only files and MenuItem1Action.setEnabled(true); when the local file opened inside the oxygen main editor are writable. Th...
by vishwavaranasi
Sun May 14, 2023 9:34 am
Forum: SDK-API, Frameworks - Document Types
Topic: JMenuItem at pluginWorkspaceAccess.addMenuBarCustomizer
Replies: 8
Views: 1542

Re: JMenuItem at pluginWorkspaceAccess.addMenuBarCustomizer

Hello Team , would you please help us when you get a chance.

Thanks,
vishwa
by vishwavaranasi
Sat May 13, 2023 11:29 am
Forum: Other Issues
Topic: How to run oxygen plugin project from Eclipse in DEBUG mode
Replies: 8
Views: 1457

Re: How to run oxygen plugin project from Eclipse in DEBUG mode

Hi Radu , I have tried the debug plugin from Eclipse , When i run the Run Configration with VM args , it is trying to open oxygen 24 , but while starting got the below error
image.png
image.png (43.79 KiB) Viewed 1190 times
is this something am missing here?
by vishwavaranasi
Fri May 12, 2023 6:18 pm
Forum: SDK-API, Frameworks - Document Types
Topic: JMenuItem at pluginWorkspaceAccess.addMenuBarCustomizer
Replies: 8
Views: 1542

Re: JMenuItem at pluginWorkspaceAccess.addMenuBarCustomizer

Hi Radu , here am attaching the sample plugin project with my requirements. 1 . First time MenuItem1Action is disabled. 2.  user click on MenuItem2Action - this will open a Jframe. 3.  Now users can access MenuItem1Action. 4. Now the user closes the Jframe opened at step 2. 5. Now the expected behav...
by vishwavaranasi
Thu May 11, 2023 11:28 am
Forum: SDK-API, Frameworks - Document Types
Topic: JMenuItem at pluginWorkspaceAccess.addMenuBarCustomizer
Replies: 8
Views: 1542

Re: JMenuItem at pluginWorkspaceAccess.addMenuBarCustomizer

Thanks Radu , we have requirement as below image.png at the plugin start - > Menu Item 1 should be disabled. and when i open a Menu Item 2 - this will open some JFRAME , once this JFRAME opened the Menu Item1 should be enabled. and when I close the JFRAME , and go back to my custom Menu , then the M...
by vishwavaranasi
Tue May 09, 2023 10:12 am
Forum: SDK-API, Frameworks - Document Types
Topic: JMenuItem at pluginWorkspaceAccess.addMenuBarCustomizer
Replies: 8
Views: 1542

JMenuItem at pluginWorkspaceAccess.addMenuBarCustomizer

Hello Team , I have a menu item defined as JMenuItem Item1= new JMenuItem("Item1 Selection"); and Action as final Action selectionSourceAction = createShowSelectionAction(pluginWorkspaceAccess); Item1 .setAction(createShowSelectionAction); private AbstractAction createShowSelectionAction( ...
by vishwavaranasi
Wed May 03, 2023 3:23 pm
Forum: SDK-API, Frameworks - Document Types
Topic: API for reload a editor
Replies: 6
Views: 1470

Re: API for reload a editor

Thanks Radu. ActionsProvider actionsProvider = ((StandalonePluginWorkspace)PluginWorkspaceProvider.getPluginWorkspace()).getActionsProvider(); Map<String, Object> globalActions = actionsProvider.getGlobalActions(); AbstractAction reloadAction = (AbstractAction)globalActions.get("File/Reload&quo...
by vishwavaranasi
Wed May 03, 2023 11:22 am
Forum: SDK-API, Frameworks - Document Types
Topic: API for reload a editor
Replies: 6
Views: 1470

Re: API for reload a editor

Hello Cosmin , I wanted to invoke this File Reload outside of method public void applicationStarted(StandalonePluginWorkspace pluginWorkspaceAccess) so here , how can i get the object for pluginWorkspaceAccess to call as below ActionsProvider actionsProvider = pluginWorkspaceAccess.getActionsProvide...
by vishwavaranasi
Fri Mar 31, 2023 9:49 am
Forum: SDK-API, Frameworks - Document Types
Topic: API for reload a editor
Replies: 6
Views: 1470

Re: API for reload a editor

Thanks Cosmin , am trying something like this /** try to reload editor*/ AuthorActionsProvider actionsProvider = (AuthorActionsProvider) pluginWorkspaceAccess.getActionsProvider(); Map<String, Object> authorCommonActions = actionsProvider.getAuthorCommonActions(); Object reloadEditorAction = authorC...
by vishwavaranasi
Wed Mar 15, 2023 6:30 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Support multiple profiling attribute values
Replies: 11
Views: 1236

Re: Support multiple profiling attribute values

Thanks a ton Radu.
We are evaluating the options you have provided us , we will get back as soon as if we have any more questions.
by vishwavaranasi
Tue Mar 14, 2023 5:56 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Support multiple profiling attribute values
Replies: 11
Views: 1236

Re: Support multiple profiling attribute values

Hi Radu , for considering subject scheme map option , since we have lot of pubs already , all those pub root maps has to be edited to include the <topicref href="test.ditamap" format="ditamap" type="subjectScheme"/> so we are thinking instead of the change for everyone ...
by vishwavaranasi
Tue Mar 14, 2023 8:45 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Support multiple profiling attribute values
Replies: 11
Views: 1236

Re: Support multiple profiling attribute values

Thanks Radu , We have tried defining Creating and Editing Profiling Attributes using Windows -preferences by selecting our custom DITA framework. image.png we were looking our .framework file whether this new Profiling Attributes got saved or not , but it looks these newly added ones are not saved t...
by vishwavaranasi
Mon Mar 13, 2023 5:59 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Support multiple profiling attribute values
Replies: 11
Views: 1236

Re: Support multiple profiling attribute values

We are expecting something that from standard DITA as below
image.png
image.png (5.38 KiB) Viewed 1169 times
should work for our custom profile attributes.
by vishwavaranasi
Mon Mar 13, 2023 5:52 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Support multiple profiling attribute values
Replies: 11
Views: 1236

Re: Support multiple profiling attribute values

Thanks Radu , we did changed the .mod file , but inside a topic when i try to add profiling attributes , the value drop down is empty
image.png
image.png (16.55 KiB) Viewed 1171 times
manually when we write like this , it's not giving errors so far
<p condition-audience="administrator user"></p>
by vishwavaranasi
Mon Mar 13, 2023 12:28 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Support multiple profiling attribute values
Replies: 11
Views: 1236

Re: Support multiple profiling attribute values

Thanks Radu , we really wanted to know how can we define the multiple values We have our .ditval <!-- Audience --> <prop action="include" att="condition-audience" val="administrator"/> <prop action="include" att="condition-audience" val="api_man...
by vishwavaranasi
Thu Feb 23, 2023 1:53 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Workspace access to Map Manager and validation console?
Replies: 28
Views: 4038

Re: Workspace access to Map Manager and validation console?

Thanks Adrian , we will think about this and will get back you.
by vishwavaranasi
Thu Feb 23, 2023 1:52 pm
Forum: SDK-API, Frameworks - Document Types
Topic: API for reload a editor
Replies: 6
Views: 1470

API for reload a editor

Hello Team , is there any API in oxygenxml for reload a editor?
we know manually we can use the option from File ->Reload(F5)

Thanks,
Vishwa
by vishwavaranasi
Mon Feb 20, 2023 2:34 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Workspace access to Map Manager and validation console?
Replies: 28
Views: 4038

Re: Workspace access to Map Manager and validation console?

is that Oxygen 25.0 available bundled with only java 17?
by vishwavaranasi
Fri Feb 17, 2023 9:34 am
Forum: SDK-API, Frameworks - Document Types
Topic: Workspace access to Map Manager and validation console?
Replies: 28
Views: 4038

Re: Workspace access to Map Manager and validation console?

just asking another question
would it possible to check the validations problems even in case of file not opened inside a editor?

Thanks,
vishwa
by vishwavaranasi
Wed Jan 18, 2023 1:27 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Workspace access to Map Manager and validation console?
Replies: 28
Views: 4038

Re: Workspace access to Map Manager and validation console?

is that possible to call this method getNumberOfErrorsFromAllOpenedDocuments() outside of CustomWorkspaceAccessPluginExtension implements WorkspaceAccessPluginExtension
by vishwavaranasi
Tue Jan 17, 2023 9:03 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Workspace access to Map Manager and validation console?
Replies: 28
Views: 4038

Re: Workspace access to Map Manager and validation console?

Thanks Radu, I am trying the below code and getting confused how can my method returns the problem list with SeverityAs error or fatal error. here not able to declare the correct place for List<DocumentPositionedInfo> validationProblemsWithErrorSeverity=new ArrayList<DocumentPositionedInfo>(); as i ...