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 |
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. |
2010-06-17 23:47:17 |
View
Download |
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. |
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. |
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. |
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. |
2009-09-18 03:36:46 |
View
Download |