[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.pde] Re: Recreating plugin.xml editor form
|
- From: Danail Nachev <d.nachev@xxxxxxxxxx>
- Date: Fri, 21 Mar 2008 09:22:38 +0200
- Newsgroups: eclipse.pde
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.0 (Windows/20070326)
Plug-in Spy is a great tool (My english don't allow me to emphasize
enough its greatness:) It's simple two step approach:
1. Open new CheatSheet editor
2. Press Shift + Alt + F1
All the information you need to start, will be shown. In case you are
using 3.3, here is the information you need:
Plug-in: org.eclipse.pde.ui
Cheat Sheet Editor Class:
org.eclipse.pde.internal.ui.editor.cheatsheet.simple.SimpleCSEditor
Composite Cheat Sheet Editor Class:
org.eclipse.pde.internal.ui.editor.cheatsheet.comp.CompCSEditor
TOC Editor:
org.eclipse.pde.internal.ui.editor.toc.TocEditor
Danail
Philippe Sabourin wrote:
> So what would I import using this to get the CheatSheet or TOC editors?
>