|
GenWise Studio IDE Topic updated 25-8-2007 |
|
This section of the GenWise product documentation describes all major parts of the Integrated Development Environment (IDE) provided by GenWise Studio.
Complete IDE built around a code generator GenWise is designed to be a tool that you can rely on for the complete course of a project. To make this possible GenWise Studio provides a complete IDE (Integrated Development Environment) built around our template-based code generator. GenWise Studio has many features that you may be accustomed to from other modern IDE's, such as:
A special feature of GenWise is the way in which you can add your own custom code to project items, and maintain that through generation cycles. To allow this, the Source Editor has been made aware of the distinction between template-based code and custom code. Nearly all code generating templates in GenWise provide User Codeblocks where custom code can be inserted. The source editor distinguishes template code from User Codeblocks visually using background colors, and keeps the template code read-only.
|