generating wizards [message #870372] |
Mon, 07 May 2012 16:41  |
Eclipse User |
|
|
|
Is the feature for generating wizards still maintained? The reason I'm asking is: the help entry that was present in 1.x seems to have disappeared in 2.2.1.
Additionally, the separation into AbstractProjectCreator and AbstractPluginProjectCreator seems incomplete, the former already includes the PluginNature, ManifestBuilder, and SchemaBuilder, which are undesired for non-plugin projects.
No big deal, I'm just wondering if I'm walking in implicitly deprecated territory (it's using the deprecated(?) language xpand, so, mh ...? )
On a similar note: have any of the following been considered?
- new file wizard
- adding wizards to the toolbar
- generating a skeleton for a DSL perspective
When creating DSLs for non-programmers those convenience features may make a big difference, I'd say. All this can be done manually with acceptable amount of effort, just asking if any of this is considered as a candidate for generation.
best,
Stephan
|
|
|
|
|
Re: generating wizards [message #870432 is a reply to message #870372] |
Tue, 08 May 2012 03:27  |
Eclipse User |
|
|
|
Hello Stephan,
Stephan Herrmann wrote on Mon, 07 May 2012 22:41Additionally, the separation into AbstractProjectCreator and AbstractPluginProjectCreator seems incomplete, the former already includes the PluginNature, ManifestBuilder, and SchemaBuilder, which are undesired for non-plugin projects.
You are right, we should remove them. But for now you can just override.
Stephan Herrmann wrote on Mon, 07 May 2012 22:41No big deal, I'm just wondering if I'm walking in implicitly deprecated territory (it's using the deprecated(?) language xpand, so, mh ...? )
I've just finished migration of the XtextProjectCreator, so as you can see we are migrating from Xpand to the new Xtend, but step by step
As Christian already said patches are very welcome.
Best regards,
Dennis.
|
|
|
Powered by
FUDForum. Page generated in 0.05638 seconds