Menu

Old Code (SVN) Commit Log


Commit Date  
[r1093] by delphidabbler

Updated version number to 3.8.5.184

2010-11-28 02:08:09 Tree
[r1092] by delphidabbler

Updated documentation of XML file used to save user-defined snippets. Now notes that snippet names must begin with letters from English alphabet or underscore. Also notes the dXE compiler id added to support Delphi XE.

2010-11-28 01:48:00 Tree
[r1091] by delphidabbler

* Updated snippets editor help topic to mention restriction on snippet names to begin with an English letter or the underscore.
* Reformatted some bullet lists to make for easier reading.

2010-11-28 01:13:09 Tree
[r1090] by delphidabbler

Updated snippets validator to reject snippet names that do not begin with 'A'..'Z', 'a'..'z' or an underscore. This fixes bug #3120958 for new and edited snippets.

2010-11-28 01:10:32 Tree
[r1089] 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.

2010-11-28 00:39:31 Tree
[r1088] by delphidabbler

Removed now redundant TInitialLetterList class.

2010-11-27 22:35:08 Tree
[r1087] by delphidabbler

Simplified and optimised TAlphaGrouping.Populate method. Now scans list of snippets list once rather than twice.

2010-11-27 22:33:06 Tree
[r1086] 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 Tree
[r1085] by delphidabbler

Changed TCategoryListAdapter.ToStrings so that it doesn't store the category object in the TStrings.Objects[] property.This brings it into line with TSnipKindListAdapter.ToStrings which received the same change when TSnippetKindInfo was changed from an object to a record.

2010-11-27 18:44:17 Tree
[r1084] by delphidabbler

* Completely rewrote and greatly simplified USnippetKindInfo unit.
* Modified using units as necessary.
* Got rid of some more FreeAndNil calls.

2010-11-27 17:19:08 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.