Community
Participate
Working Groups
This is to track the progress of the implementation of the WikiTextSourceEditor for the Rich Editor Soc Project.
Created attachment 174562 [details] Attaching the Editor Initial Implementation This editor is the default editor for *.textile. It is using @org.eclipse.mylyn.wikitext.ui.editor.WikiTextSourceEditor@ as the base class and launched using Activator which extends AbstractUiPlugin.
Created attachment 174563 [details] mylyn/context/zip
Added my mentor Mr. Green to the cc list.
Created attachment 175183 [details] Altered the DocumentProvider used in the Application Since we are using the WikiTextSourceEditor to implement the source editor, we need to use a DocumentProvider which implements AbstractWikiTextDocumentProvider. I have added a new class which implements this abstract class and configured the editor to use the new DocumentProvider.
Created attachment 175184 [details] mylyn/context/zip
Harshana, it looks like you forgot to include Java source code in your patch.
Closed as part of backlog clean-up. Please re-open if you'd like to see this revisited, perhaps with a contribution.