Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » Using wikitext plugin in my plugin
Using wikitext plugin in my plugin [message #601990] Wed, 25 August 2010 09:07 Go to next message
No real name is currently offline No real nameFriend
Messages: 4
Registered: August 2010
Junior Member
Hi,

I am making my first plugin for eclipse and the plugin will have to use the wikitext plugin. I guess that wikitext will have to be given as a dependency. Which plugin part will I need to give? Here is basically what I am going to be doing:

I want to be able to edit the confluence wiki that we have in eclipse with the wikitext plugin. This will envolve accessing the confluence server, requesting a page from it and saving it locally. I want to be able to do this from eclipse and then have it open the confluence file using the wikitext plugin so I can edit the text in its view.

Any tips on how to integrate or use or even interact with the wikitext plugin in this way would be greatly appreciated.
Re: Using wikitext plugin in my plugin [message #602023 is a reply to message #601990] Thu, 26 August 2010 19:55 Go to previous message
David Green is currently offline David GreenFriend
Messages: 136
Registered: July 2009
Senior Member
Mar,

Sounds like a great integration. I recommend that you have the Mylyn
WikiText SDK installed so that you have access to sources and API
documentation within Eclipse.

You'll need the following dependencies in your plug-in:

org.eclipse.mylyn.wikitext.core
org.eclipse.mylyn.wikitext.ui
org.eclipse.mylyn.wikitext.confluence.core
org.eclipse.mylyn.wikitext.confluence.ui

That should do it. If your plug-in is working with files in the
workspace, you should be able to use the default WikiText file editor
providing that your files have the *.confluence file extension. If
you'd rather embed the WikiText editor I recommend that you take a look
at this class: org.eclipse.mylyn.wikitext.ui.editor.WikiTextSourceEditor

Good luck with your integration, and please let us know how it goes!

David

On 8/25/2010 2:07 AM, mar_coyne@yahoo.ie wrote:
> Hi,
>
> I am making my first plugin for eclipse and the plugin will have to use
> the wikitext plugin. I guess that wikitext will have to be given as a
> dependency. Which plugin part will I need to give? Here is basically
> what I am going to be doing:
>
> I want to be able to edit the confluence wiki that we have in eclipse
> with the wikitext plugin. This will envolve accessing the confluence
> server, requesting a page from it and saving it locally. I want to be
> able to do this from eclipse and then have it open the confluence file
> using the wikitext plugin so I can edit the text in its view.
>
> Any tips on how to integrate or use or even interact with the wikitext
> plugin in this way would be greatly appreciated.
Previous Topic:How Mylyn Monitor
Next Topic:mylyn and redmine
Goto Forum:
  


Current Time: Tue Apr 23 10:34:55 GMT 2024

Powered by FUDForum. Page generated in 0.03563 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top