Menu

/branches/v4-dev/Src/UInitialLetter.pas Commit Log


Commit Date  
[r1439] (3.2 kB) by delphidabbler

* Added new StrCompareText routine to UStrUtils.
* Replaced all calls to AnsiCompareText with StrCompareText.

2011-05-20 20:31:30 View
Download
[r1099] (3.2 kB) by delphidabbler

* Fixed error in TAlphaListPageHTML.BuildRoutineList where snippets with names that started with lower case letters were not being added to the snippets list. This fixes bug #3120962.
* Added Equals operator overloads to TInitialLetter to enable two records or one record and one Char to be compared for equality, ignoring case.
* Modified TAlphaListPageHTML.BuildRoutineList to compare the initial letter of snippet names with the initial letter record of the view using the new Equals operator overload noted above.

2010-11-28 12:57:38 View
Download
[r1088] (2.3 kB) by delphidabbler

Removed now redundant TInitialLetterList class.

2010-11-27 22:35:08 View
Download
[r1086] (4.0 kB) by delphidabbler

* Renamed UAlphabet unit as UInitialLetter and completely rewrote and simplified it.
* Modified units using UInitialLetter unit as necessary re changes.
* Modified TAlphaGroupItem and TAlphaGrouping to accept any upper case Unicode character instead of just "A".."Z" and "_". Uses natural sorting so, for example "Ö" sorts between "O" and "P". Now scans all snippets to build list of initial letters.

2010-11-27 21:51:43 View
Download
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.