Menu

Old Code (SVN) Commit Log


Commit Date  
[r364] by delphidabbler

Corrected bug in TRoutineList.IsEqual that was causing it to return opposite of required value in most cases.

2009-09-24 08:32:03 Tree
[r363] by delphidabbler

* Removed unused nested function from TOverviewFrame.Redisplay.
* Added some explanatory comments.

2009-09-24 01:32:52 Tree
[r362] by delphidabbler

Fixed bug where TSnipKindGrouping and TAlphaGrouping were always including whole database in groups when a selection had been made via one of the searches. Populate methods of both classes were iterating across Snippets.Routines instead of using the provided SnippetList.

2009-09-24 01:29:16 Tree
[r361] by delphidabbler

Version numbers updated to 3.4.0.159, ready for next release.

2009-09-24 00:38:10 Tree
[r360] by delphidabbler

Changed TUserDBBackup.Restore to ensure the file stream used to read the backup file is closed when the file has been read. This was causing the file to be locked open, preventing subsequent write accesses.

2009-09-24 00:29:42 Tree
[r359] by delphidabbler

* Added two new event kinds: evBeforeRoutineDelete, called just before a snippet is deleted (freed) along with a reference to the snippet being freed and evAfterRoutineDelete which is triggered immediately after the snippet is freed.
* Modified TSnippets.InternalDeleteRoutine to trigger the two new events before and after the snippet is freed.

2009-09-24 00:23:49 Tree
[r358] 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 Tree
[r357] by delphidabbler

* Revised TMainDisplayMgr.Clear method to try to avoid a "invalid cast" error that happens occasionally.
* Changed Assert statements to get class name from ClassName method rather than hard wiring class name into text.
* Made private section of TMainDisplayMgr strict.

2009-09-24 00:10:53 Tree
[r356] by delphidabbler

Added support for Delphi 2010 by adding new value / node names to represent Delphi 2010 compile result in files.

2009-09-24 00:05:46 Tree
[r355] by delphidabbler

Moved resource string containing compiler name inside TFreePascalCompiler.GetName.

2009-09-24 00:01:57 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.