Menu

/trunk/Src/USnippets.pas Commit Log


Commit Date  
[r1066] (83.1 kB) by delphidabbler

* Changed TRoutineList to use TSortedObjectList<T> to maintain the list instead of using TList<T> and managing sorting explicitly in TRoutineList.
* Made TRoutineList.CompareIDs into a class method.

2010-11-26 02:00:55 View
Download
[r1055] (84.3 kB) by delphidabbler

Updated with changes merged from new-backend branch r709 and r1051 (r1051 used to resolve conflict due to renaming of FmUserDBEditDlg unit as FmSnippetsEditorDlg):
* Renamed TRoutineData, TRoutineReferences and TRoutineEditData as TSnippetData, TSnippetReferences and TSnippetEditData respectively.

2010-11-25 01:15:33 View
Download
[r1053] (84.3 kB) by delphidabbler

Updated with changes merged from new-backend branch r707:
* Moved TCategoryInfo from USnippets unit to UReservedCategories.

2010-11-25 01:03:56 View
Download
[r1052] (85.3 kB) by delphidabbler

Updated with changes merged from new-backend branch r706:
* Moved TRoutineInfo and TRoutineInfoList from USnippets unit to UCodeImportExport.

2010-11-25 01:01:21 View
Download
[r1028] (86.4 kB) by delphidabbler

* Moved all units directly concerned with supporting installed compilers into the new "Compilers" namespace. Some units were further renamed.
* Revised using units to use the new names.

2010-11-18 18:56:34 View
Download
[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
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.