-
Notifications
You must be signed in to change notification settings - Fork 51
Programming IDE apps
Andrey Hihlovskiy edited this page May 8, 2014
·
1 revision
Definition: IDE application is an OSGi-based Java application, based on Equinox launcher and set of Eclipse IDE plugins.
IDE application has rich GUI, including global menu and preferences dialog. The programmer can further extend IDE application with own views, menus, toolbars etc.etc.
In this tutorial we will learn how to create IDE app from scratch, using Wuff. The resulting IDE app shows Eclipse IDE window with visual elements.