Version History
----------------------

1.23
====

1.  Corrected problem with toolbar buttons not being wide enough to display text properly. They do occasionally appear too large - I've no idea why this occurs (it's not in the code anywhere!)
2.  Added ability to associate files with PilotADE. So a file associated with PilotADE will load into a new instance of PilotADE if doubleclicked in File Manger/Explorer. Note though that at present, with Visual Basic for some reason, long filenames aren't displayed properly with this method. However, the file will still be saved with its long filename, even though it doesn't appear correctly on its tab, so long as it it saved to the original file. So you may be better off starting PilotADE and just loading the file to preserve its long filename.
3.  Corrected a bug in the Save As procedure which was calling a Save dialog box twice. Also told it not to give .c as the default extension.
4.  Fixed bug in Save as procedure not updating tab with new filename if file saved with a different name
5.  Drag and Drop now doesn't overwrite an open file, but adds the correct number of tabs and opens the files into these tabs. This does support multiple files (from the same directory). Note that files dropped into the editor Window, where there are already files open, will be saved into the Project Directory when saved, and not to where they originally came from. This is by design.
6.  Files can now be dropped onto a PilotADE icon and the file will be opened up into PilotADE. Doesn't support multiple files or folders (as yet).
7.  Added colour gradients to some windows. I liked it, so I did it! :)
8.  PilotADE now wordwraps automatically. I will include an option to disable this at a later date. It will not affect your compiles though - long lines will still be long lines.

IMPORTANT NOTICE: To enable drag and dropping to function correctly, please place the Msghoo32.ocx into your Windows\System directory. If PilotADE crashes on loading, it will be because this control is not in your Windows\System directory. If it is, and it still crashes, then open up a DOS window, navigate to the Windows\System directory and type:  regsvr32.exe msghoo32.ocx

This should fix it.

1.22
====

1.  Corrected printing errors where long lines wouldn't be printed properly. Would someone please inform me if there are problems printing to network printer please. I have no way of testing this here.
2.  When creating a new project, I noticed that when saving "Untitled.*" files weren't being asked to be saved into the Project Directory. So I've corrected this so that the Save as dialogue box that opens points towards the project directory.
3.  When changing to a different Project Directory, the list of previous projects wasn't being updated to reflect this in the File Menu. This has now been corrected.
4.  Corrected a bug which wasn't always adding the current project to the project list in the file menu. Well it works for me now anyway! :)


1.21
====

1.  Corrected bug involving adding other help files to main help file. The program wasn't looking for the files in the PilotADE directory properly.
