Changes between Initial Version and Version 1 of GnowsisInEclipse


Ignore:
Timestamp:
05/12/06 18:58:21 (18 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GnowsisInEclipse

    v1 v1  
     1= Gnowsis in Eclipse = 
     2Sooner or later (probably September 2006) we will move the gnowsis gui to '''Eclipse RCP'''. The big advantage of that is that we have a nice gui and a community that knows how to make frameworks. 
     3 
     4 * [http://www.eclipse.org/articles/Article-RCP-1/tutorial1.html Eclipse RCP tutorial] 
     5 
     6== Setting up the application == 
     7The application can be set up similar to what dbin.org did or the Hayloft/Haystack people do. 
     8 
     9== Selection and Data model in the background == 
     10The eclipse selection model could be combined with the known GnoGno components from GnognoComp. 
     11 
     12== Actions == 
     13Eclipse actions are a big opportunity for us. 
     14If we manage to transfer as much as possible from [http://download.eclipse.org/eclipse/downloads/documentation/2.0/html/plugins/org.eclipse.platform.doc.isv/reference/api/org/eclipse/jface/action/Action.html Action] or [http://download.eclipse.org/eclipse/downloads/documentation/2.0/html/plugins/org.eclipse.platform.doc.isv/reference/api/org/eclipse/ui/IWorkbenchWindowActionDelegate.html IWorkbenchWindowActionDelegate] we can save much time. 
     15 
     16Also, this would allow us to have plugins that have new actions for resources (what we always wanted). 
     17 
     18== Views and Editors == 
     19yes, views. oh boy, views. Heiko Maus always wanted to have views.