text editor for plugin.xml [message #54916] |
Thu, 29 May 2003 16:40 |
Eclipse User |
|
|
|
Hi,
I am writing an editor similar to the plugin.xml editor. I am displaying
by data using a org.eclipse.jface.Viewers.TreeViewer and a
org.eclipse.jface.Viewers.ListViewer. Synchronization between these views
is not a problem. I also want to display the same data in the text form
which is in xml. So I added another tab "Source" which is a
org.eclipse.jface.Viewers.text.TextViewer. I want to synchronize this view
with the other viewers similar to plugin.xml (If a change is made in
Runtime view, the change is immediately seen in the Source view even if
the file is not saved).
Can anyone please suggest a way to do this or point me in the right
direction?
Thanks
-Kiran
|
|
|
Powered by
FUDForum. Page generated in 0.02471 seconds