Synergex / CodeGen

CodeGen is a tool that Synergy/DE developers can use to generate source code and other types of content based on the meta-data stored in a Synergy Repository.
Other
16 stars 8 forks source link

CreateFile index fix #41

Closed TateChamberlain closed 7 months ago

TateChamberlain commented 7 months ago

I wanted to use CreateFile to create a file for testing ODBC, but it failed because the Repository structure had access keys and foreign keys interspersed, instead of listing all access keys before foreign keys. While fixing this issue, I found a few other areas where the program could be improved to make it more useful. Here are the changes that I made, to the best of my recollection: