Commit | Date | |
---|---|---|
[r659]
(57.0 kB)
by
delphidabbler
Changed visibility of TMainForm.InitForm method from strict private to strict protected: had hint that was lower visibility than ancestor class. |
2010-03-19 11:23:04 |
View
Download |
[r657]
(57.0 kB)
by
delphidabbler
* Removed all code that is excluded from Delphi 2009 / 2010 by conditionally defined symbols. |
2010-03-19 11:17:16 |
View
Download |
[r625]
(59.3 kB)
by
delphidabbler
Moved code that handles application level exceptions from UExceptions into FmMain since the code is mainly concerned with UI matters. |
2010-02-14 01:31:21 |
View
Download |
2010-02-08 20:00:48 |
View
Download |
|
[r589]
(58.9 kB)
by
delphidabbler
Replaced explicit command line check for '-localhost' from main form and replaced by calls to new TWebInfo.UsingLocalHost method and TWebInfo.LocalHost public constant. |
2010-01-19 10:49:03 |
View
Download |
[r575]
(59.0 kB)
by
delphidabbler
* Moved setting of default main form splitter position from main form file to TWindowSettings. |
2010-01-16 09:56:13 |
View
Download |
[r539]
(59.2 kB)
by
delphidabbler
Added [localhost] to main form caption if CodeSnip is accessing online web services via localhost for test purposes. |
2009-12-31 13:49:38 |
View
Download |
[r516]
(59.0 kB)
by
delphidabbler
Made overview pane treeview expansion state persistent when user database is changed by adding, deleting or updating a snippet: |
2009-11-09 00:46:20 |
View
Download |
[r367]
(59.0 kB)
by
delphidabbler
Made further changes to TMainForm.SnippetsChangeHandler: |
2009-09-24 08:58:01 |
View
Download |
[r358]
(59.1 kB)
by
delphidabbler
Added handler for Snippets' evBeforeRoutineDelete event to TMainForm.SnippetsChangeHandler that clears history list and overview pane. This is to try to overcome the "invalid cast" error due to dangling references to deleted routines. This event is called before the actual snippet object is freed, so references to the snippet are valid here. |
2009-09-24 00:18:41 |
View
Download |