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