Menu

Old Code (SVN) Commit Log


Commit Date  
[r828] by delphidabbler

Merged trunk changes 796-799 and 801-826 into the revised-webservices branch

2010-06-19 00:18:34 Tree
[r827] by delphidabbler

CodeSnip version 3.6.2

2010-06-18 19:17:58 Tree
[r826] by delphidabbler

Noted changes for release 3.6.2.

2010-06-18 19:09:07 Tree
[r825] by delphidabbler

* Revised TSortedObjectDictionary and TSortedObjectList to use Delphi's TObjectList<> class to maintain lists instead of TObjectListEx.
* Modified enumerators of TSortedObjectDictionary and TSortedObjectList to use TEnumerator<TObject> rather than locally defined TObjectListEnum.
* Removed now redundant TObjectListEx and TObjectListEnum classes.

2010-06-18 00:26:12 Tree
[r824] by delphidabbler

Deleted redundant units from uses clauses.

2010-06-18 00:08:42 Tree
[r823] by delphidabbler

Revised TMultiCastEvents to use Delphi's TObjectList<> object instead of project's TObjectListEx to implement list of event handlers.

2010-06-18 00:01:17 Tree
[r822] 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 Tree
[r821] by delphidabbler

Completely rewrote TViewItemList as a class that descends from TList<TViewItem> and simply overrides constructor. The class formerly owned and used a TObjectListEx instance to maintain list and exposed relevant properties.

2010-06-16 01:06:57 Tree
[r820] by delphidabbler

* Revised TConstAndTypeList to use Delphi's TObjectList<> object instead of project's TObjectListEx to implement list of constant and type snippets.
* Removed TConstAndTypeList's private TEnumerator class. We now use enumerator provided by TObjectList<>.
* Replaced various calls to FreeAndNil with direct call to objects' Free methods.

2010-06-16 00:58:31 Tree
[r819] by delphidabbler

* Revised TSnippetIDList to use Delphi's TList<> object instead of project's TObjectListEx to implement snippet id list.
* Removed TSnippetIDList.TSnippetIDWrapper class. This had been used to wrap TSnippetID record in an object for inclusion in a TObjectListEx. The class is no longer needed because TList<> can directly handle TSnippetID records.
* Replaced call to FreeAndNil with direct call to object's Free method.

2010-06-16 00:52:24 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.