Menu

/trunk/Src/USnippets.pas Commit Log


Commit Date  
[r889] (86.4 kB) by delphidabbler

Corrected copyright date range to be in line with date of last revision.

2010-09-16 12:58:22 View
Download
[r824] (86.4 kB) by delphidabbler

Deleted redundant units from uses clauses.

2010-06-18 00:08:42 View
Download
[r822] (86.4 kB) by delphidabbler

* Revised TRoutineList and TCategoryList to use Delphi's TObjectList<> object instead of project's TObjectListEx to implement list of snippets and categories respectively.
* Removed TRoutineList's and TCategoryList's private TEnumerator class. We now use enumerator provided by TObjectList<>.

2010-06-17 23:47:17 View
Download
[r736] (90.0 kB) by delphidabbler

Fixed memory leaks.

2010-04-01 01:08:59 View
Download
[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
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.