Thursday, 11 October 2018

New Versions

We have now released versions 2.15 of Code Rocket DesignerCode Rocket for Visual Studio and Code Rocket for Eclipse. The latest installers can be downloaded and will upgrade your current installation.

A summary of changes for each product is given below.


Code Rocket Designer
  • Improved names used for flowchart images in HTML documentation.
  • Fixed crash when RQS= tag used on non-composite statements.
  • Fixed crash if function is defined with a base class and has a pointer return type in C++ code.
  • Improved handling of templates in C++ code.
  • Fixed bug in HTML documentation that caused line breaks to be lost in notes.
  • Fixed bug in C++ parsing where "unsigned *" was not recognised as a return type.
  • Fixed drawing issue in flowchart if switch statement contained preprocessor directives.
  • Fixed issue where uppercase extensions were not handled properly in source files.
Code Rocket for Visual Studio
  • Improved names used for flowchart images in HTML documentation.
  • Fixed crash when RQS= tag used on non-composite statements.
  • Fixed crash if function is defined with a base class and has a pointer return type in C++ code.
  • Improved handling of templates in C++ code.
  • Fixed bug in HTML documentation that caused line breaks to be lost in notes.
  • Fixed bug in C++ parsing where "unsigned *" was not recognised as a return type.
  • Fixed drawing issue in flowchart if switch statement contained preprocessor directives.
Code Rocket for Eclipse
  • Added improvements to fix potential issue that could cause an exception to be shown in certain versions of Eclipse.
  • Added support for visualising code in header files.
  • Improved names used for flowchart images in HTML documentation.
  • Fixed crash when RQS= tag used on non-composite statements.
  • Fixed crash if function is defined with a base class and has a pointer return type in C++ code.
  • Fixed some issues that could prevent functions being detected where a preprocessor directive was present prior to the selected function.
  • Improved handling of templates in C++ code.
  • Fixed bug in HTML documentation that caused line breaks to be lost in notes.
  • Fixed bug in C++ parsing where "unsigned *" was not recognised as a return type.
  • Fixed drawing issue in flowchart if switch statement contained preprocessor directives.

Friday, 23 February 2018

New Versions

We have now released versions 2.14 of Code Rocket DesignerCode Rocket for Visual Studio and Code Rocket for Eclipse. The latest installers can be downloaded and will upgrade your current installation. Alternatively, automatic software updates will be deployed to your existing installation.

A summary of changes for each product is given below.


Code Rocket Designer
  • Improved array handling in Visual Basic.
  • Fixed bug with "else if" statement not being handled properly in Visual Basic.
  • Various comment generation improvements.
Code Rocket for Visual Studio
  • Improved array handling in Visual Basic.
  • Fixed bug with "else if" statement not being handled properly in Visual Basic.
  • Various comment generation improvements.
Code Rocket for Eclipse
  • Various comment generation improvements.

Monday, 18 April 2016

New Versions

We have now released versions 2.13 of Code Rocket DesignerCode Rocket for Visual Studio and Code Rocket for Eclipse. The latest installers can be downloaded and will upgrade your current installation. Alternatively, automatic software updates will be deployed to your existing installation.

A summary of changes for each product is given below.


Code Rocket Designer

  • Added ability to edit end code for "do while" and "repeat until" statements.Added missing semicolon after enum, struct and class definitions for C/C++ code.
  • Fixed minor issue with incorrect filenames being generated for images in HTML documentation.
  • Fixed issue where some images were not being generated in HTML documentation.
  • Fixed handling of for statements terminated by a semicolon for C/C++ code.
  • Fixed issue where class name appeared in function name for certain functions in C/C++ code.
  • Fixed issue with async methods in C# code.
  • Improvements to Visual Basic comment generation.
  • Fixed issue where end code values were not being saved as part of project.
Code Rocket for Visual Studio
  • Added missing semicolon after enum, struct and class definitions for C/C++ code.
  • Fixed minor issue with incorrect filenames being generated for images in HTML documentation.
  • Fixed issue where some images were not being generated in HTML documentation.
  • Fixed handling of for statements terminated by a semicolon for C/C++ code.
  • Fixed issue where class name appeared in function name for certain functions in C/C++ code.
  • Fixed issue with async methods in C# code.
  • Improvements to Visual Basic comment generation.
Code Rocket for Eclipse
  • Added missing semicolon after enum, struct and class definitions for C/C++ code.
  • Fixed minor issue with incorrect filenames being generated for images in HTML documentation.
  • Fixed issue where some images were not being generated in HTML documentation.
  • Fixed handling of for statements terminated by a semicolon for C/C++ code.
  • Fixed issue where class name appeared in function name for certain functions in C/C++ code.

Tuesday, 14 April 2015

New Versions

We have now released versions 2.12 of Code Rocket DesignerCode Rocket for Visual Studio and Code Rocket for Eclipse. The latest installers can be downloaded and will upgrade your current installation. Alternatively, automatic software updates will be deployed to your existing installation.

A summary of changes for each product is given below.


Code Rocket Designer
  • Fixed rare crash on some systems.
  • Added ability to replace all occurances of "<Project Name>" in generated Word document with name of top level element (e.g. Solution name).
  • Added filename of current solution, project or code file to titlebar.
  • Fixed issue with new statements immediately becoming locked when dropped into the flowchart.
  • Fixed C/C++ parsing issue with composite types (e.g. type<int>) not being recognised.
  • Fixed C/C++ parsing issue with function names that include namespace name(s).
  • Fixed refactor issue when extracting elements from the flowchart into a new function and two destination functions would be created.
  • Fixed casing issue of new procedure types.
  • Added ability to edit end code for "do while" and "repeat until" statements.
Code Rocket for Visual Studio
  • Added ability to replace all occurances of "<Project Name>" in generated Word document with name of top level element (e.g. Solution name).
  • Fixed issue with new statements immediately becoming locked when dropped into the flowchart.
  • Fixed C/C++ parsing issue with composite types (e.g. type<int>) not being recognised.
  • Fixed C/C++ parsing issue with function names that include namespace name(s).
  • Added ability to edit end code for "do while" and "repeat until" statements.
  • Fixed occasional error when generating documentation for projects with unexpected file types.
Code Rocket for Eclipse
  • Added ability to replace all occurances of "<Project Name>" in generated Word document with name of top level element (e.g. Solution name).
  • Fixed issue with new statements immediately becoming locked when dropped into the flowchart.
  • Fixed C/C++ parsing issue with composite types (e.g. type<int>) not being recognised.
  • Fixed C/C++ parsing issue with function names that include namespace name(s).
  • Added ability to edit end code for "do while" and "repeat until" statements.

Tuesday, 9 December 2014

New Versions

We have now released versions 2.11 of Code Rocket DesignerCode Rocket for Visual Studio and Code Rocket for Eclipse. The latest installers can be downloaded and will upgrade your current installation. Alternatively, automatic software updates will be deployed to your existing installation.

A summary of changes for each product is given below.

Code Rocket Designer

  • Improved support for multiple statements on a single line, separated by ":" in VB code.
  • Fixed issue where "string" keyword was not being interpretted properly for C/C++ code and could produce and error.
  • Fixed issue with "truncate" feature in flowchart not working for "for" statements.
  • Improved code generation for grouped statements.
Code Rocket for Visual Studio
  • Improved support for multiple statements on a single line, separated by ":" in VB code.
  • Fixed occasional exception in some configurations of Visual Studio 2012.
  • Fixed issue where "string" keyword was not being interpretted properly for C/C++ code and could produce and error.
  • Fixed issue with "truncate" feature in flowchart not working for "for" statements.
  • Improved code generation for grouped statements.
Code Rocket for Eclipse
  • Fixed issue where "string" keyword was not being interpretted properly for C/C++ code and could produce and error.
  • Fixed issue with "truncate" feature in flowchart not working for "for" statements.
  • Improved code generation for grouped statements.

Thursday, 1 May 2014

New Versions

We have now released versions 2.10 of Code Rocket DesignerCode Rocket for Visual Studio and Code Rocket for Eclipse and version 1.04 of Documator. The latest installers can be downloaded and will upgrade your current installation. Alternatively, automatic software updates will be deployed to your existing installation.

A summary of changes for each product is given below.

Code Rocket Designer
  • Fixed issue with "volatile" and "const" keywords with C/C++ parameters.
  • Fixed issue with tabs after @param in JavaDoc markup.
  • Improved summary comments for procedures in Word documentation to be stripped of any leading * characters.
  • Line breaks are now handled properly in C/C++ function parameters.
  • Fixed issue when parsing forward declarations in C/C++ code.
  • Improved parameter list in Word documentation to use bullets.
  • Fixed issue where certain custom type names were not supported (e.g. Dictionary).
  • Fixed issue that caused abstract functions not to be terminated properly.
  • Added support for inline children of "while" and "for" statements.
  • Fixed issue that caused "Save Template" dialog to be shown occasionally when generating Word documentation.
  • Fixed issue with /** \TODO */ comments appearing as "Assignment Statement" in designs.
  • Fixed issue where comment text was incorrectly set for comments that had a combination of / and * characters. 
  • Improved the handling of comments inside switch statements.
Code Rocket for Visual Studio
  • Fixed issue with "volatile" and "const" keywords with C/C++ parameters.
  • Fixed issue with tabs after @param in JavaDoc markup.
  • Improved summary comments for procedures in Word documentation to be stripped of any leading * characters.
  • Line breaks are now handled properly in C/C++ function parameters.
  • Fixed issue when parsing forward declarations in C/C++ code.
  • Improved parameter list in Word documentation to use bullets.
  • Fixed issue that caused abstract functions not to be terminated properly.
  • Added support for inline children of "while" and "for" statements.
  • Fixed issue that caused "Save Template" dialog to be shown occasionally when generating Word documentation.
  • Fixed issue with /** \TODO */ comments appearing as "Assignment Statement" in designs.
  • Fixed issue where comment text was incorrectly set for comments that had a combination of / and * characters.
  • Improved the handling of comments inside switch statements.
Code Rocket for Eclipse
  • Fixed issue with "volatile" and "const" keywords with C/C++ parameters.
  • Fixed issue with tabs after @param in JavaDoc markup.
  • Improved summary comments for procedures in Word documentation to be stripped of any leading * characters.
  • Line breaks are now handled properly in C/C++ function parameters.
  • Fixed issue when parsing forward declarations in C/C++ code.
  • Improved parameter list in Word documentation to use bullets.
  • Fixed issue that caused abstract functions not to be terminated properly.
  • Added support for inline children of "while" and "for" statements.
  • Fixed issue that caused "Save Template" dialog to be shown occasionally when generating Word documentation.
  • Fixed issue with /** \TODO */ comments appearing as "Assignment Statement" in designs.
  • Fixed issue where comment text was incorrectly set for comments that had a combination of / and * characters
  • Improved the handling of comments inside switch statements.
Documator
  • Fixed issue with "volatile" and "const" keywords with C/C++ parameters.
  • Fixed issue with tabs after @param in JavaDoc markup.
  • Improved summary comments for procedures in Word documentation to be stripped of any leading * characters.
  • Line breaks are now handled properly in C/C++ function parameters.
  • Fixed issue when parsing forward declarations in C/C++ code.
  • Improved parameter list in Word documentation to use bullets.
  • Fixed issue that caused abstract functions not to be terminated properly.
  • Added support for inline children of "while" and "for" statements.
  • Fixed issue that caused "Save Template" dialog to be shown occasionally when generating Word documentation.
  • Fixed issue with /** \TODO */ comments appearing as "Assignment Statement" in designs.
  • Fixed issue where comment text was incorrectly set for comments that had a combination of / and * characters
  • Improved the handling of comments inside switch statements.

Friday, 17 January 2014

New Versions

We have now released versions 2.09 of Code Rocket DesignerCode Rocket for Visual Studio and Code Rocket for Eclipse and version 1.03 of Documator. The latest installers can be downloaded and will upgrade your current installation. Alternatively, automatic software updates will be deployed to your existing installation.

A summary of changes for each product is given below.

Code Rocket Designer
  • Fixed issue where .c files were not imported from Visual Studio projects.
  • Added support for multiline comments in procedural statements.
  • Comment generation improvements.
  • Added support for "@return" JavaDoc tags in HTML documentation.
Code Rocket for Visual Studio
  • Fixed issue where .c files were not imported from Visual Studio projects.
  • Added support for multiline comments in procedural statements.
  • Comment generation improvements.
  • Added support for "@return" JavaDoc tags in HTML documentation.
  • Now supports Visual Studio 2013. Note that it may be necessary to run "devenv /setup" from a Visual Studio 2013 command prompt with administrative rights.

Code Rocket for Eclipse
  • Added support for multiline comments in procedural statements.
  • Comment generation improvements.
  • Added support for "@return" JavaDoc tags in HTML documentation.
Documator
  • Fixed issue where .c files were not imported from Visual Studio projects.
  • Added support for multiline comments in procedural statements.
  • Comment generation improvements.
  • Added support for "@return" JavaDoc tags in HTML documentation.