|
Previous Top Next |
This chapter lists all releases in 2015 along with changes to classes, templates and documentation.
Releases in 2015:
Version 1.2.2441 - November 2, 2015
Version 1.2.2433 - June 29, 2015
Version 1.2.2430 - February 24, 2015
Version 1.2.2441 - November 2, 2015
Updates, features:
July 5, 2015 | Added MatchControlSize method to core class. |
September 12, 2015 | Added pDel parameter to StringToLines, allowing passing a delimiter to split the string to lines by. |
September 12, 2015 | Added pQuoteChar parameter to ParseCSVLine, allowing setting the quote char for strings. |
September 12, 2015 | Added pDel parameter to FileToLines, allowing it to parse files with End-Of-Line delimiters other than CR, LF and CR+LF. |
September 12, 2015 | Added pDel parameter to WriteQToFile, allowing setting the End-Of-Line delimiters when writing the Lines queue to file. By default CR+LF (<13,10>) is used. |
October 20, 2015 | Added LinesToFile method to StringClass. It's a wrapper for WriteQToFile. |
October 20, 2025 | Added StringToFile method to StringClass. It's a wrapper for WriteStringToFile. |
October 26, 2015 | Added SkipEOLOnLastLine property to StringClass. When using WriteQToFile or LinesToFile it will create an empty line because it added EOL at the end of the last line. If SkipEOLOnLastLine is set to True, then it does not add the EOL at the end of the last line. Original behaviour (adding an empty line) is left intact so it does not break code. |
October 28, 2015 | Added GetStringBetween method to StringClass. It extracts a string from another string by searching for a beginning and end string, optionally starting at given positions. Can be specified if it's case sensitive or not. |
October 29, 2015 | Added SetStringBetween method to StringClass. It inserts a string from another string in the same way as GetStringBetween does. |
Fixes:
July 4, 2015 | Added ADJUST attribute to all #SHEET statements in the templates to make sure they adjust (more) properly when fonts in the IDE are changed. |
August 14, 2015 | StringToLines would fail if the string contained no end-of-line characters. Fixed. |
September 12, 2015 | End-Of-Line variable in LinesToString was declared as CSTRING(4) instead of CSTRING(5). Fixed. |
October 20, 2015 | Preserve Variables template did not generate the correct code if conditions were used. Fixed. |
Version 1.2.2433 - June 29, 2015
Updates, features:
June 22, 2015 | Added pDelimterStartsLine parameter to SplitString. Allows it to split lines based on the start characters of a line, not end characters. |
June 29, 2015 | Added ParseCSVLine method to parse a line with CSV data. Also added FreeCSVFields (protected) method. |
Fixes:
March 10, 2015 | The template could cause classes to export an older version which could cause "xxx is unresolved for export" errors when compiling exporting dlls. Fixed. |
May 24, 2015 | Fixed a potential memory leak in the AddIntoParenthesis method. |
June 27, 2015 | Image Class ResizeImage method did not work correctly on reports. Fixed. |
June 27, 2015 | Image Class ResizeImage did not correctly size images when it was called multiple times for the same image control. Fixed. |
Version 1.2.2430 - February 24, 2015
Updates, features:
August 21, 2014 | Added two new template files, ITUtilExt.tpw and ITUtilUtil.tpw. The first one will be used for additional Extension templates, the second for Utility templates. |
December 3, 2014 | Added FormatDate and FormatTime to DateClass. Those take a format string, such as 'mm-dd-yyyy' and translate the passed date into the format passed in. This makes the formatting of dates much more flexible than the picture formats in Clarion. |
December 4, 2014 | Added pCaseSensitive=0 to CountFinds, FindReplace and SearchReplace. Previously those were case insensitve, but can now handle case sensitive searches. |
December 16, 2014 | Added Lesser, Greater to the Core Class and ColorToRGB and GetColorBrightness to the Utilities Class. |
Fixes:
July 16, 2014 | RemoveHTML did not remove white spaces at beginning or end of the resulting string. Fixed. |
July 16, 2014 | RemoveHTML did not remove Fixed. |
July 21, 2014 | Preserve Variable Data template could fail to generate an END statement into ThisWindow.Kill in some circumstances. Fixed. |
October 1, 2014 | Demo app for the new IDE (UtilDemoC7.app) was missing a file, UtilDemo.Version in the install. Fixed. |
December 19, 2014 | FileErrorCode() can return alphanumeric values since it returns a string. ErrorMsg always interpreted it as a LONG so results could be incorrect. Fixed. |
Releases in 2014:
Version 1.2.2427 - July 6, 2014
Version 1.2.2423 - January 27, 2014
Releases in 2013:
Version 1.2.2415 - May 14, 2013
Releases in 2012:
Version 1.2.2408 - July 5, 2012
Version 1.2.2406 - May 8, 2012
Releases in 2011:
Version 1.1.2397 - May 4, 2011
Releases in 2010:
Version 1.1.2394 - December 21, 2010
Version 1.1.2392 - December 1, 2010
Version 1.1.2390 - September 7, 2010
Version 1.1.2387 - June 6, 2010
Version 1.1.2374 - March 15, 2010
Version 1.1.2367 - February 26, 2010
Version 1.1.2359 - January 27, 2010
Version 1.1.2356 - January 26, 2010
Releases in 2009:
Version 1.1.2351 - April 15, 2009
Releases in 2008
Version 1.1.2320 - November 11, 2008
Version 1.1.2319 - September 02, 2008
Version 1.1.2316 - August 27, 2008