Commit | Date | |
---|---|---|
[r2441]
(17.9 kB)
by
delphidabbler
Fixed bug #3568515 (http://bit.ly/Oy2Q7g): Duplicating a snippet with a display name causes crash. |
2012-09-17 19:01:35 |
View
Download |
[r2337]
(17.9 kB)
by
delphidabbler
Changed units which have no specific namespace from MPL v1.1 to MPL v2.0. |
2012-08-27 21:08:06 |
View
Download |
[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 |