Example - RCP Text Editor

Introduction

The RCP Text Editor Example shows how to create a text editor for an RCP application.

Features demonstrated by the example RCP text editor

Classes

package org.eclipse.ui.examples.rcp.texteditor

package org.eclipse.ui.examples.rcp.texteditor.actions

package org.eclipse.ui.examples.rcp.texteditor.editors

package org.eclipse.ui.examples.rcp.texteditor.editors.xml

This package is copied as is from the example editor available from eclipse. The only thing that was changed are to let XMLEditor and XMLDocumentProvider inherit from SimpleEditor and SimpleDocumentProvider, respectively.

plugin.xml

The plugin.xml manifest adds the application, the perspective, the two editors and the open action.