Menu

Old Code (SVN) Commit Log


Commit Date  
[r290] by delphidabbler

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

2009-09-12 20:01:04 Tree
[r289] by delphidabbler

Reimplemented tree view building code to use TGrouping and TGroupItem classes and descendant classes to group snippets as required before creating the required tree views.

2009-09-12 19:52:03 Tree
[r288] by delphidabbler

Added new classes:
* TObjectListEnum - enumerator for various object lists
* TObjectListEx - an enhanced TObjectList with new enumerator and additional helper methods.
* TSortedObjectList - maintains a sorted list of objects using a provided TObjectCompare comparison method.
* TSortedObjectDictionary - a dictionary mapping key objects onto value objects which maintains a sorted list of keys using a provided TObjectCompare method.
Also modified TIntegerList to use TObjectListEx instead of TObjectList.

2009-09-12 19:45:51 Tree
[r287] by delphidabbler

Added new UGroups unit that defines classes that group snippets together in different ways.

2009-09-12 17:53:02 Tree
[r286] by delphidabbler

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

2009-09-12 17:49:04 Tree
[r285] by delphidabbler

Added reference to FrSelectSnippetsBase frame that now contains base class for snippet selection frame.

2009-09-12 10:09:52 Tree
[r284] by delphidabbler

Added some new to do items.

2009-09-10 15:57:07 Tree
[r283] by delphidabbler

Added new FrSelectSnippetsBase unit.

2009-09-10 15:53:08 Tree
[r282] by delphidabbler

Reimplemented TSelectSnippetsFrame and TSelectUserSnippetsFrame in terms of new abstract TSelectSnippetsBaseFrame class.

2009-09-10 15:45:36 Tree
[r281] by delphidabbler

New abstract base class for frames that display categorised snippets in a tree view where each snippet or whole category of snippets can be selected by means of check boxes. Code was derived from that formerly in FrSelectSnippets unit. Subclasses must override methods that determine which categories and snippets are displayed.

2009-09-10 15:43:17 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.