Menu

/trunk/Src/USnippets.pas Commit Log


Commit Date  
[r366] (90.0 kB) by delphidabbler

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

2009-09-24 08:54:48 View
Download
[r364] (89.7 kB) 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 View
Download
[r359] (89.7 kB) 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 View
Download
[r335] (89.5 kB) by delphidabbler

Added new TCategoryInfo record that fully describes a category. Has Assign and Init methods.

2009-09-20 20:46:47 View
Download
[r321] (88.6 kB) by delphidabbler

* Added support for adding, renaming and deleting user defined categories. Required substantial changes to USnippets unit.
* Modified Snippet change event information object to provide information about category changes as well as snippet changes.

2009-09-20 12:40:25 View
Download
[r317] (79.2 kB) by delphidabbler

* Changed TSnippets.UpdateRoutine to ignore case when checking if a snippet's name has changed. Snippet names are not case sensitive.
* Modified TRoutineData.Assign to permit Extra property to be nil before calling the method.
* Removed unnecessary call to Init from TRoutineEditData.Assign.

2009-09-18 03:36:46 View
Download
[r290] (79.1 kB) by delphidabbler

Modified to use TObjectListEx from ULists unit instead of the VCL's TObjectList.

2009-09-12 20:01:04 View
Download
[r286] (79.1 kB) by delphidabbler

Corrected error in TSnippets.RemoveChangeEventHandler: code was *adding* the event handler rather than removing it.

2009-09-12 17:49:04 View
Download
[r226] (79.1 kB) by delphidabbler

Removed unused units from uses clauses.

2009-08-19 11:26:20 View
Download
[r223] (79.2 kB) by delphidabbler

Modified code that loads databases in line with changes to TSnippetsIOFactory.

2009-08-19 10:54:34 View
Download
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.