Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As always, see the History section for a full list of fixes and enhancements.

Download version 0.7.0a 1a (Feb,2028, 2013)

To Do:

1) Fix endless loop problem when calculating the levels of  certain certain .txa files.

2) Document called global procedures – where they are called and by what calls them.

History:

 Feb 28, 2013 ------------------------------
- Change: TXAs are now written back into the same folder as they were read from. They are still prepended with the syllable "New_."
- Change: Reduced verbiage on "Write Categories to TXA" screen. Screen now closes automatically.
- Fix: Writing categories was not inserting "CATEGORY" for procedures not found in the ModName table. I removed the need for the table in this function.
- Change: Removed the ModName table. This means that Categories cannot be renamed at this time.
- Feature: Added the Category name to the configuration. Upon import each app will receive the Category name assigned in the configuration of Solution header. The number will come from the compile order number in the child records. The compile order number is used in an algorithm to get the Level number as such: Level = NumberOfApps - ImportOrder + 1. To change a category name a solution must be reimported and then written out.
Feb 20, 2013 - Fix: Increased the number of possible procedures in a Solution to 999 from 99.
- Fix: Increased the Category length to 60 characters.
- Fix: Import was truncating prototypes with '' in the prototype.
- Fix: Changed Procedure Browse from file load to page load.

 

Feb 20, 2013 ------------------------------
- Alert: This build will require deletion of your prior database or simply create a new install if you want to keep your old database. The point is that the database could not be upgraded without significant work.
- Feature: Added batch import capabiltiy. Now you can import an entire solution jsut to document it. File->Configuration now requires a header for the solution. The headers child records are each .txa you will import. Number them in the order they would be compiled in.
- Feature: Added multiple solutions. Now you can import and use more than one solution. The only limit will be the limit of the Topspeed database.


 Feb 17, 2013 2013 ------------------------------
- Feature: Added a browse to show the calling procedures
- Feature: Added functionality to click on a procedure name in the Called or Calling browse list to select that procedure in the main Procedure browse.
- Feature: Added functionality to double-left-click on main procedure row to save procedure name into clipboard.
- Feature: Added a field for the app name to the main procedure list.
- Feature: You can now use the program to simply document your app or multi apps. To do this:

...

- Fix: Typos: "Catagory" changed to "Category"

Sept 03, 2012 2012 ------------------------------

- Removed unneeded MEMORY driver and added dlls and exe to the zip file.

...