Tobi,
The place to start looking is
the org.eclipse.mylyn.tasks.ui.taskEditorExtensions extension point.  It
contains some documentation, and provides a means for extending the task
editor.

Mylyn WikiText provides several implementations of the extension point in
the org.eclipse.mylyn.wikitext.tasks.ui plug-in, which you can either reuse
directly or use as an example for your own implementation.
 The org.eclipse.mylyn.tasks.ui.taskEditorExtensions extension point
provides a means to associate existing extensions with your connector kind
to default the setting for users of your connector.
 /org.eclipse.mylyn.wikitext.tasks.ui/plugin.xml provides examples of how
this is done for trac, bugzilla, etc.

If Mylyn WikiText doesn't have support for a markup language that you want
to use, the WikiText framework provides a means to add new markup languages.
 This makes it really easy to extend the task editor with new markup
languages.  You can find out more about how to do that by looking at the
Mylyn WikiText Developer Guide.  See
http://wiki.eclipse.org/index.php/Mylyn/FAQ#WikiText for more details.

I hope that helps,

David

2009/4/16 Tobias Schröder <[email protected]>

> Hi there,
>
> I try to implement a wiki editor for Sven Kryzak's redmine-mylyn-connector
> (see sf.net). I tried the Trac connector's wiki implementation, but don't
> understand how to use it. What do I have to do to use the implemented wiki
> stuff in an EditorPage/Editor?
>
> I can't find any information about the wiki capabilities.
>
> Can you help me please
>
> Greetings and best regards
>
> Tobi
> _______________________________________________
> mylyn-integrators mailing list
> [email protected]
> https://dev.eclipse.org/mailman/listinfo/mylyn-integrators
>
_______________________________________________
mylyn-integrators mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/mylyn-integrators

Reply via email to