Search found 157 matches

by mu258770
Wed Feb 18, 2015 10:13 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA menu customization
Replies: 14
Views: 7034

Re: DITA menu customization

<t>Hi Radu,<br/> <br/> Thank you for the solution provided! It worked for us <br/> <br/> I have two more queries :<br/> <br/> 1. After removing Review related coolbar icons, the coolbar looks to be a little odd. The place where we removed the items became white. Can we change this and make it better...
by mu258770
Mon Feb 16, 2015 9:10 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA menu customization
Replies: 14
Views: 7034

Re: DITA menu customization

Hi Alex,

Thank you for the response!

Please let us know how we can remove or hide "review" related toolbar icons from oXygen eclipse.

Regards,
Shabeer
by mu258770
Wed Jan 28, 2015 9:55 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Creating dialog boxes in eclipse oxygen plug-in
Replies: 15
Views: 14102

Re: Creating dialog boxes in eclipse oxygen plug-in

<r>Hi Alex,<br/> <br/> Thank you for the reply!<br/> <br/> I have some other queries which are listed below,<br/> <br/> 1) Could you pls let us know how to remove the current Node <CODE><s>[code]</s>     AuthorNode currentNode = authorAccess.getDocumentController().getNodeAtOffset(caretOffset);<br/>...
by mu258770
Wed Jan 21, 2015 10:06 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: XML menu customization
Replies: 25
Views: 16473

Re: XML menu customization

Hi Alex, Now we are using the same code which you provided to print the context menu IDs in the console (using system.out). . Are you saying that yo've checked the MANIFEST.MF and it has a dependency on the com.oxygenxml.author plugin? Yes, it is there in Manifest.mf. Please see the manifest I am us...
by mu258770
Tue Jan 20, 2015 4:15 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA menu customization
Replies: 14
Views: 7034

DITA menu customization

<t>Hi Team,<br/> <br/> We know that in oXygen eclipse, we can customize DITA menu by using Document type association and by changing dita.framework file.<br/> <br/> But there are some items in the DITA menu which cannot be removed using this method. They are Refresh, Tag display mode, Profiling/cond...
by mu258770
Tue Jan 20, 2015 4:01 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: XML menu customization
Replies: 25
Views: 16473

Re: XML menu customization

<r>Hi Alex,<br/> <br/> We have done the setup for context menu customization of oxygen eclipse. Now we are able to run the application as eclipse application, but we are not getting the required result.<br/> <br/> Please find the below steps we have followed :<br/> <br/> 1. In oxygen-sample-eclipse-...
by mu258770
Thu Jan 15, 2015 3:51 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customizing oxygen eclipse
Replies: 21
Views: 8355

Re: Customizing oxygen eclipse

<t>Hi Alex,<br/> <br/> Thank you for the offline reply!<br/> <br/> Now, by using the code provided, I am able to list all the IDs required to a file. So now I could remove Custom validation option using the description "Custom Validation" and I could remove validate list from toolbar . <br/> <br/> A...
by mu258770
Thu Jan 15, 2015 9:24 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customizing oxygen eclipse
Replies: 21
Views: 8355

Re: Customizing oxygen eclipse

Hi Alex, Could you test with an version 16.1 Author plugin and tell me if it works? I have tested the code in author 16.1 and it worked! But I need this to work in 16.0. Please let me know what changes I can do to make it work in AUTHOR 16.0. Have you tried to log the ID, definitionID and text of al...
by mu258770
Wed Jan 14, 2015 12:53 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customizing oxygen eclipse
Replies: 21
Views: 8355

Re: Customizing oxygen eclipse

Hi Alex, Thanks for the quick response again! My eclipse version is 4.3 and Oxygen is Oxygen author 16.0. Can you tell me if in your case customizeActionsContributedToDocumentToolbar() is being called at all? Were you able to filter any other toolbar actions? I am able to remove other XML toolbar en...
by mu258770
Tue Jan 13, 2015 2:21 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customizing oxygen eclipse
Replies: 21
Views: 8355

Re: Customizing oxygen eclipse

<t>Hi Alex,<br/> <br/> I have tried the method you have suggested, but was unsuccessful.<br/> <br/> I have one other query,<br/> In XML menu, I am able to remove Validate cached option from the XML menu bar using the ID "com.oxygenxml.editor.validate.cached", but I am not able to remove the same fro...
by mu258770
Mon Jan 12, 2015 9:23 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customizing oxygen eclipse
Replies: 21
Views: 8355

Re: Customizing oxygen eclipse

Hi Alex,

This one also not working

Please suggest me some other way.

Regards,
Shabeer
by mu258770
Fri Jan 09, 2015 9:44 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customizing oxygen eclipse
Replies: 21
Views: 8355

Re: Customizing oxygen eclipse

Hi Alex, I have tried using getText() method for removing the specified item, but I am not able to. Please see the below code I have used:         if (iAction != null && "Validate/Custom_validation".equals(iAction.getText())) {              iterator.remove();            } I have al...
by mu258770
Thu Jan 08, 2015 4:04 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customizing oxygen eclipse
Replies: 21
Views: 8355

Re: Customizing oxygen eclipse

Hi Alex, Thanks for your reply! I have one more query regarding XML menu customization in eclipse. We have removed all unwanted sub-menu items and toolbar items of XML menu from the oxygen eclipse using the plugin except the validation one which contains "XSV, Saxon- EE, MSXML-4.0, MSXML.NET, L...
by mu258770
Thu Jan 08, 2015 10:21 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customizing oxygen eclipse
Replies: 21
Views: 8355

Customizing oxygen eclipse

<t>Hi Alex,<br/> <br/> We have customized XML menu in oxygen eclipse by creating a plugin, taking oxygen-sample-eclipse-plugin as base. In this we have used an extension point and an implementation class. <br/> <br/> My query is, taking this as base can we customize the eclipse containing oxygen by ...
by mu258770
Wed Jan 07, 2015 1:23 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Modify Link Action
Replies: 0
Views: 3353

Modify Link Action

<t>Hi Alex,<br/> <br/> We are working in one more functionality as "Modify inserted Link" in oxygen eclipse. What is required is if user select a link and by selecting "Modify Link" option from menu or toolbar, he should get the link in the proper text box and he should be able to edit it. This is s...
by mu258770
Tue Jan 06, 2015 2:31 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Creating dialog boxes in eclipse oxygen plug-in
Replies: 15
Views: 14102

Re: Creating dialog boxes in eclipse oxygen plug-in

<t>Hi Alex,<br/> <br/> We have tried the mentioned method, but getting error.<br/> <br/> First of all, we have not configured jface in our eclipse. So while importing Dialog, we get jface error. <br/> <br/> The other error is in the function call "setShellStyle(style);". Please let us know whether t...
by mu258770
Wed Dec 31, 2014 10:26 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Creating dialog boxes in eclipse oxygen plug-in
Replies: 15
Views: 14102

Re: Creating dialog boxes in eclipse oxygen plug-in

<r>Hi ALEX,<br/> <br/> As I mentioned early, when I have used APPLICATION_MODEL, when dialogue box is opened all actions on the application are blocked, but <B><s>[b]</s>blinking is not happening!!!!<e>[/b]</e></B><br/> <br/> Any way I have placed the code below:<br/> <CODE><s>[code]</s>  public voi...
by mu258770
Tue Dec 30, 2014 2:42 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Creating dialog boxes in eclipse oxygen plug-in
Replies: 15
Views: 14102

Re: Creating dialog boxes in eclipse oxygen plug-in

<r>Hi Alex,<br/> <br/> Thank you for the response!<br/> <br/> I have some points to add for both queries.<br/> <br/> Query 1:<br/> <br/> We have already tried with SWT.APPLICATION MODAL. But it didn't work as we expected.<br/> Using this we can able to block user interaction in the editor behind it,...
by mu258770
Fri Dec 26, 2014 12:42 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Creating dialog boxes in eclipse oxygen plug-in
Replies: 15
Views: 14102

Re: Creating dialog boxes in eclipse oxygen plug-in

<t>Hi Alex,<br/> <br/> With your help we are able to develop our own action and able to include the same in DITA menu.<br/> <br/> For some more improvements to the action which we developed, we need some more help,<br/> <br/> We have two queries,<br/> <br/> 1. If we open 'Web Link' dialog and try to...
by mu258770
Wed Dec 24, 2014 9:52 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: XML menu customization
Replies: 25
Views: 16473

Re: XML menu customization

<t>Hi Alex,<br/> <br/> The solution you have provided has worked now . <br/> <br/> Thanks a million for the support provided by you!<br/> <br/> With your help, [quote]we could customize XML menu in oxygen eclipse and also we could create our own action in DITA menu.[/quote]<br/> <br/> We got the bes...
by mu258770
Fri Dec 19, 2014 5:25 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: XML menu customization
Replies: 25
Views: 16473

Re: XML menu customization

Hi Alex,

I have sent the jar file to the mentioned mail id.

Please check the same and let me know what's going wrong there and please reply back to this mail chain only.

Many thanks in advance!

Regards,
Shabeer
by mu258770
Fri Dec 19, 2014 3:46 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: XML menu customization
Replies: 25
Views: 16473

Re: XML menu customization

<r>Hi Alex,<br/> <br/> I have taken care all the comments (except eclipse version)which you have mentioned. But result is still the same.<br/> <br/> In the package I have below files,<br/> <br/> CustomActionBarContributorCustomizer.java (the code which you have shared)<br/> SamplePlugin.java (existi...
by mu258770
Thu Dec 18, 2014 2:50 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: XML menu customization
Replies: 25
Views: 16473

Re: XML menu customization

<t>Hi Alex,<br/> <br/> I have taken care of all the points mentioned. But still the result is same <br/> <br/> Please tell me whether any of the below points causing me the problem<br/> <br/> 1. The eclipse version I am doing the plugin creation is 4.4 (eclipse Luna). But the eclipse which contains ...
by mu258770
Wed Dec 17, 2014 4:57 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: XML menu customization
Replies: 25
Views: 16473

Re: XML menu customization

<t>Hi Alex,<br/> <br/> Thank you for the reply!<br/> <br/> I have followed all the steps in creating this plugin and placing it in the oxygen eclipse. But still its not working .<br/> <br/> Steps followed by me in creating plugin:<br/> <br/> <br/> 1. In eclipse I used the sample packages provided by...
by mu258770
Tue Dec 16, 2014 4:52 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: XML menu customization
Replies: 25
Views: 16473

Re: XML menu customization

<t>HI Alex,<br/> <br/> I have used your code to customize the XML menu in oxygen eclipse, but it is having no effect.<br/> <br/> Please let me know how I can remove submenus of XML menu using below code. Let me know where to add all these details in the CustomActionBarContributorCustomizer.java file...
by mu258770
Tue Dec 16, 2014 10:20 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Creating dialog boxes in eclipse oxygen plug-in
Replies: 15
Views: 14102

Re: Creating dialog boxes in eclipse oxygen plug-in

<r>Hi Alex,<br/> <br/> The last question was not meant dialog box creation. Its for XML menu customization in oxygen eclipse.<br/> <br/> I was replying to the post with the title XML Menu customization<br/> <URL url="http://www.oxygenxml.com/forum/post31940.html#p31940">http://www.oxygenxml.com/foru...
by mu258770
Tue Dec 16, 2014 9:50 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Creating dialog boxes in eclipse oxygen plug-in
Replies: 15
Views: 14102

Re: Creating dialog boxes in eclipse oxygen plug-in

<t>Hi Alex,<br/> <br/> Now we have setup everything in our maven based eclipse development for customizing XML menu in oxygen eclipse.<br/> <br/> We have added CustomActionBarContributorCustomizer.java file in oxygen sample eclipse plugin file. We need to know how we integrate the customization in o...
by mu258770
Thu Dec 11, 2014 5:51 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Creating dialog boxes in eclipse oxygen plug-in
Replies: 15
Views: 14102

Re: Creating dialog boxes in eclipse oxygen plug-in

<r>Hi Alex,<br/> <br/> Presently we are just trying to get some dialog on the screen while performing the operation which we created. <br/> <br/> We have used Display.getDefault().asyncExec() function also, but it is causing not to display anything in the output.(Now the error message also disappear...
by mu258770
Wed Dec 10, 2014 4:45 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Creating dialog boxes in eclipse oxygen plug-in
Replies: 15
Views: 14102

Re: Creating dialog boxes in eclipse oxygen plug-in

<t>Hi Alex,<br/> <br/> Thank you for the reply!<br/> <br/> Now with your help I could move a little further on my task. I am able to see the created class file in invoke operation window now.<br/> <br/> Now I added the created action in my DITA menu.<br/> <br/> But I am getting error while opening t...
by mu258770
Wed Dec 10, 2014 12:24 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Creating dialog boxes in eclipse oxygen plug-in
Replies: 15
Views: 14102

Re: Creating dialog boxes in eclipse oxygen plug-in

Hi team, I have tried both alternatives which you mentioned for creating jar file, but the result is same. I have tried one more thing that I placed insertImageOperation.java(the swing sample file which you provided) and my java files in the jar. In invoke operation dialogue, it took only insertImag...