Conversation
|
Wow, thanks a lot. Also dialog form with many parameters - it looks great, but from the practical point of view, it is quite hard to use, you can't just save or restore previous parameters. More practical - just use one big text box, and you can save and restore the required parameters. But as you already did that, it is probably fine. But the Preview button should be added(Let me know if you need any help with that) |
|
The problem with preview functionality is that one or more classes must be created, and showing them in a single text field may be misleading. I can work on saving previous parameters. |
|
It will not be misleading. Check for example DataContractBuilder, it creates 3 classes and a developer can validate the code visually before creating classes and fix any generated parameters if the result is not as expected(or "play" with parameters). Also a typical dev use case - do not create a new class, but just modify the existing one. If you add a preview it can be easily done. Thanks for the cooperation |


Hi,
I implemented template generation for SysOperation Framework.
As requested on issue #12.