Updates

 Documentation

 Support & Training

 Community
  Online Forum
  Newsgroups
Release Notes for CodeCharge Studio CCS 2.3.2

Type Area

Type Area  New Feature or Corrected Issue 
 Change  General Deprecated the Charset and Code Page properties.
During the process of finalizing encoding-specific changes the Charset and Code Page properties were deprecated.
They can continue to be used, however we advise to set them to blank (empty) value, and use the META declarations and File Encoding instead. For more details
refer to:
http://docs.codecharge.com/studio/html/Components/Properties/charset.html
http://docs.codecharge.com/studio/html/Components/Properties/sessionCodePage.html

 Change  IDE/GUI Turned off the JavaScript when displaying pages in Preview mode

 Change  General Finalized encoding-specific product changes.
The encoding handling was revised and improved:
- Response encoding is now set automatically based on the META charset declaration within the page. The 'Charset' property was deprecated.
- Code Page is now set automatically based on the File Encoding. The 'Code Page' property was deprecated.
- Added 'Default HTML Encoding' project setting, which will be used to create the default META charset declaration when creating new pages.
- Resolved various encoding issues.

 Feature  IDE/GUI Added new Project Setting: "Default HTML Encoding"
The new "Default HTML Encoding" project setting can now be used to insert the default META charset definition into the HTML when creating new pages. It is recommended that it is set to the same value as File Encoding.

 Issue  IDE/GUI CCS occasionally crashed when using "Replace In Files" dialog

 Issue  IDE/GUI Fixed various memory leaks accumulating during code generation.
Note: Not all memory leaks could be resolved. The memory used by Windows caching feature may also appear as false memory leaks.

 Issue  IDE/GUI Ambiguous column names in Application Builder when joining tables.
The issue was related to joining tables with key columns having the same name.

 Issue  IDE/GUI Project Explorer crashed when deleting folders with sub-folders or pages having the same name

 Issue  IDE/GUI Last step of Application Builder results in JavaScript errors.
The issue was related to adding date type fields in Details/Search tab in Application Builder step 6 of 9.

 Issue  IDE/GUI Synchronization error after changing a Theme from "No Theme". Sorter component could not be found.

 Issue  General The Calendar was shown using wrong charset when File Encoding didn't match page encoding

 Issue  IDE/GUI Alignment was set incorrectly via TD tag properties window.
The Align value "center" was mistakenly replaced with "middle" and "middle" replaced with "center".

 Issue  PHP Pages in subfolders were not shown when creating a site diagram.

 Issue  IDE/GUI Resolved JavaScript errors occurring when changing a color in Color Picker dialog

 Issue  IDE/GUI Resolved JavaScript error occurring when clicking Refresh in the Review Data dialog

 Issue  IDE/GUI Changed activation machnism for better support of docking stations.
Activation Key textbox was replaced with a combo containing the list of previously entered activation keys.