2007.07.16 Eclipse links
- EclipsePedia: Platform Command Framework: new way of doing things in Eclipse 3.3 (via)
- Eclipse articles at OnJava
- Eclipse Plugins Exposed, Part 1: A First Glimpse
- Eclipse Plugins Exposed, Part 2: Simple GUI Elements (both from 2005, but a gentle introduction)
- Eclipse RCP: A Platform for Building Platforms 2006, Eclipse as a rich client.
- Tonny Madsen: Working with the menus extension point. Intro to new menus system in 3.3
-
[news.eclipse.platform.rcp] EditorParts, doSave(), commands, and key bindings. Long thread on using built-in save actions and the like. Quick and dirty way from
IEditorActionDelegate.run(IAction action)
is something likeform.getEditorSite().getPage().saveEditor(form, false)
, where you'd store / update form viaIEditorActionDelegate.setActiveEditor()
.
{2007.07.16 22:07}