|
GenWise Studio IDE
new features
 | Support for Windows Vista, including the 64-bit version |
 | Speed improvements for single core & AMD systems |
 | Support for activation through a proxy server. |
 | The GenWise Oracle Provider can now correctly handle Oracle 10G. |
 | Manual refresh added to the Template Tree on project item configuration pages. |
 | Clear All and Select All options added to the DataSource configuration dialog. |
 | Keyboard shortcuts added to the Project Explorer: Ctrl+D opens the WebForm Designer, Ctrl+G generates a single project item, Ctrl+S opens the Source Editor. |
 | Duplication of project items. |
 | Copy & paste of templates and Template Controls. |
 | Improved handling and recovery of orphaned User Codeblocks. |
fixed
 | Several usability improvements for the standard template configuration user interface. |
 | Duplicate validation messages in dialog and on tree. |
 | Improved stability of the WebForm Designer, which would sometimes hang because of new or deleted templates. |
 | Some User Codeblocks were not correctly persisted. |
 | When creating a relationship from a Datastore Diagram, the list of related entity fields was not correctly filled in the Relation configuration page. |
Database Repository
fixed
 | Bug when adding a new column to an empty table. |
Source Editor
new features
 | CodeBlock tree is shown automatically when there are orphaned CodeBlocks. |
 | Improved code completion through better information collection. |
fixed
 | Indention problems with <% .. %> tags. |
 | Incorrect XML/Aspx source code could freeze GenWise Studio. |
 | Exceptions when adding or removing templates with the Source Editor opened. |
 | Clear Source Code action from the CodeBlock Tree tool window did not update the Source Editor correctly. |
 | Several cases where new custom code was not recognized by the code completion system. |
 | Not all assemblies were available for code completion in ASP.NET projects. |
 | The Find/Replace dialog didn't work correctly with multiple instances of the Source Editor opened. |
 | Show/Hide template comments did not work correctly. |
 | Code templates could only be added from the CodeBlock Tree tool window, not directly from the Source Editor. |
NHibernate Templates
new features
 | Database provider for InterSys Caché added. |
 | Improved handling for cascade configuration (which generates cascade attributes in the NHibernate mappings). Previously, the cascade value was treated as a fixed value. From version 1.0.8 on it is auto-calculated, based on the table's characteristics. See also: Cascading updates and the BO Model Check. |
 | Improved, more atomic way of defining Audit Columns. This can now be configured per Table Template instead of only at project level. |
 | User Codeblock added to the Audit Column source code. |
fixed
 | The default Session Scope setting for Factory Classes has been changed to SessionFactory scope. This fixes problems with Calculated Properties (which do a fetch), where opened transactions were being reset. |
 | Issues when switching off XML Configuration. |
 | Binary columns now accepted as keys, including primary keys. |
 | Audit Columns are now generated with correct naming convention. |
IMPORTANT: Manual action required to keep Cascade settings linked to the global Table Template settings.
The inheritance link from Cascade settings to the global setting will be lost when opening BO-Layer projects in GenWise Studio 1.0.8, if these projects were created in earlier versions of GenWise Studio. As a result, the Cascade settings in all Table Templates will be treated as custom values.
By default, the GenWise template system can’t handle changing a template option from non-global to global. The change of the Cascade setting to auto-calculation in version 1.0.8 causes the inheritance link to the global Cascade setting to be broken.
To re-link all individual Cascade settings to the global Table Template settings, you need to manually go through all Child Relationships and Parent Relationships in the project, and reset them to be auto-calculated.

ASP.NET Templates
new features
 | Go To Column command added to DataBound Control Templates. |
 | Control designer added for the ASP.NET 2.0 Repeater Control. |
fixed
 | Custom code in the automatically generated <propertyX>_date and <propertyX>_time for datetime columns wasn't persisted. |
 | Duplication of an item with a DataSource created an incorrect copy of the DataSource. |
 | After removal of the Actions Template group from the Template Tree of a page, it was not possible to re-add this. |
 | Improved message when Clean Output Folder fails because of locked files. |
|