| Commit | Date | |
|---|---|---|
| 2009-06-10 07:31:02 | Tree | |
|
[r2839]
by
david_costanzo
Add a VS_VERSION_INFORMATION section to logorc.rc in order to embed version information into fmslogo.exe. This will improve bug reporting and, at the very least, make Watson reporting useful. |
2009-06-10 07:04:10 | Tree |
| 2009-06-09 04:46:25 | Tree | |
|
[r2837]
by
david_costanzo
Refactor the makefile to make it easier to add additional C++ files. This was done to make it easier to statically link Scintilla into fmslogo.exe. |
2009-06-08 06:17:46 | Tree |
|
[r2836]
by
david_costanzo
Fix a weirdness where selecting either "Yes" and "No" in response to "Do you want to run this example" would open the files in the editor. This caused a significant amount of confusion for at least one user. |
2009-06-05 05:35:58 | Tree |
|
[r2835]
by
david_costanzo
Refactoring: Make Editor private, now that it is not accessed outside of the class. |
2009-06-02 15:09:33 | Tree |
|
[r2834]
by
david_costanzo
Refactoring: Remove some unused parameters from TRichEditWithPopup's constructor. |
2009-06-02 14:58:18 | Tree |
|
[r2833]
by
david_costanzo
Refactoring: Centralize the logic for re-openeing the editor after an error is detected. This was primarily done to put all of the editor-specific logic in one location to make it easier to switch to a Scinilla-based editor. |
2009-06-02 14:41:15 | Tree |
|
[r2832]
by
david_costanzo
Refactoring: Merge TEditWindow and TMyFileWindow, since they were never used separately and TEditWindow didn't provide enough coheasion to warrent its own class. The main motivation was to make it easier to change the editor to use Scintilla, but this also cut 2KB off of the compiled executable. |
2009-06-02 06:28:20 | Tree |
| 2009-05-25 21:10:40 | Tree |