Commit | Date | |
---|---|---|
[r2302]
(18.5 kB)
by
delphidabbler
Reimplemented snippet list belong to a group item as a TSortedObjectList<> of snippets, sorted on snippet display name (and database). This causes all snippets in any grouping to be ordered on display name instead of name. Fixes bug #3560958 (http://bit.ly/TX7M9V): Snippets not sorted correctly in overview pane. |
2012-08-23 15:32:56 |
View
Download |
[r2234]
(18.0 kB)
by
delphidabbler
Alphabetical grouping now groups snippets by first letter of display name, not name. Part of fix for bug #3559239 (http://bit.ly/Pm1HU4). |
2012-08-18 15:37:32 |
View
Download |
[r1869]
(18.0 kB)
by
delphidabbler
Added IsEmpty method to TSnippetList and modified code that tested TSnippetList.Count for zero to use new IsEmpty method instead. |
2012-06-09 20:57:13 |
View
Download |
[r1757]
(18.0 kB)
by
delphidabbler
Reintegrated v4-dev branch into trunk. |
2012-02-27 11:19:09 |
View
Download |
[r1064]
(18.3 kB)
by
delphidabbler
Replaced private custom enumerator of TGrouping with call to TSortedObjectList<>'s enumerator. |
2010-11-25 17:55:06 |
View
Download |
[r1060]
(19.9 kB)
by
delphidabbler
Changed to use TSortedObjectList<T> and TSortedObjectDictionary<TKey,TValue> from UContainers instead of TSortedObjectList and TSortedObjectDictionary from ULists. |
2010-11-25 16:55:41 |
View
Download |
[r1006]
(20.8 kB)
by
delphidabbler
* Moved IsHexDigit routine from UUnicodeHelper unit to UUtils. |
2010-11-15 16:33:36 |
View
Download |
[r615]
(20.8 kB)
by
delphidabbler
Updated copyright date where required on some files modified in 2010. |
2010-02-08 20:59:50 |
View
Download |
2010-02-08 20:00:48 |
View
Download |
|
[r362]
(20.7 kB)
by
delphidabbler
Fixed bug where TSnipKindGrouping and TAlphaGrouping were always including whole database in groups when a selection had been made via one of the searches. Populate methods of both classes were iterating across Snippets.Routines instead of using the provided SnippetList. |
2009-09-24 01:29:16 |
View
Download |