Menu

Old Code (SVN) Commit Log


Commit Date  
[r296] by delphidabbler

Added new USnipKindListAdapter unit that implements a class designed for use with GUI controls that adapts a list of snippet kinds by providing an alternative interface to the list, sorted by the snippet kind's display text.

2009-09-13 22:49:51 Tree
[r295] by delphidabbler

Modified so that list of categories on first tab is now sorted by description. Uses new TCategoryListAdapter class to populate the category list and provide information about selected category.

2009-09-13 16:04:12 Tree
[r294] by delphidabbler

Added new UCategoryListAdapter unit that implements a class designed for use with GUI controls that adapts a list of snippet categories by providing an alternative interface to the list, sorted by description.

2009-09-13 16:01:28 Tree
[r293] by delphidabbler

Moved FloatToInt routine from URTFBuilder.pas into UUtils.pas.

2009-09-12 20:25:36 Tree
[r292] by delphidabbler

Replaced use of TList in TRTFColourTable with TIntegerList to maintain list of colours.

2009-09-12 20:16:12 Tree
[r291] by delphidabbler

Commented the TAlphaGrouping.LetterCompare method.

2009-09-12 20:06:47 Tree
[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
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.