Bug 136702 - Provide code generation targeting pure-GEF (no gmf.runtime) -- Part I
Summary: Provide code generation targeting pure-GEF (no gmf.runtime) -- Part I
Status: RESOLVED FIXED
Alias: None
Product: GMF-Tooling (ARCHIVED)
Classification: Modeling
Component: Core (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Boris Blajer CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2006-04-13 14:09 EDT by Boris Blajer CLA
Modified: 2010-07-19 22:20 EDT (History)
0 users

See Also:


Attachments
Fixes the subj (870.69 KB, patch)
2006-04-13 14:33 EDT, Boris Blajer CLA
no flags Details | Diff
The UI part of the fix (15.73 KB, patch)
2006-04-13 15:34 EDT, Boris Blajer CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Blajer CLA 2006-04-13 14:09:05 EDT
In terms of this Part I, the generated editor should:
- Require no org.eclipse.gmf.runtime.* plugins except org.eclipse.gmf.runtime.notation and org.eclipse.gmf.runtime.notation.edit;
- Use the same .gmfgen as input;
- Be able to create all types of nodes, links as well as delete them;
- Display direct-editable labels;
- Provide property sheet to edit at least the semantic properties of elements;
- Support compartments and be otherwise compatible with gmfgraph.
Comment 1 Boris Blajer CLA 2006-04-13 14:33:48 EDT
Created attachment 38538 [details]
Fixes the subj
Comment 2 Boris Blajer CLA 2006-04-13 15:34:01 EDT
Created attachment 38545 [details]
The UI part of the fix

A separate plugin that provides an action to generate a pure-GEF diagram plugin from a .gmfgen file of the same format as the one used for runtime-based code generation.
Comment 3 Artem Tikhomirov CLA 2006-04-13 17:37:06 EDT
First patch, oeg.codegen.lite plug-in, reviewed and committed.
Comment 4 Artem Tikhomirov CLA 2006-04-14 10:22:35 EDT
Second patch, UI, was refactored and committed. We are going to include this functionality as part of gmf.sdk.experimental feature, which *for now* will  include codegen.ui and rest of SDK, thus, we could reuse original ExecuteTemplatesAction instead of copying it.
Comment 5 Eclipse Webmaster CLA 2010-07-19 22:20:36 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Generation was the original product and component for this bug