Commit | Date | |
---|---|---|
[r4019]
(7.0 kB)
by
delphidabbler
Renamed IDatabase and Database function, along with internal TDatabase class and PvtDatabase varibale by placing underscore in front of their names. This is to flag the items as "legacy" and to avoid name clashes with new database code being developed. |
2013-11-29 01:49:18 |
View
Download |
[r3985]
(7.0 kB)
by
delphidabbler
Removed assertions that test for nil snippet after calls to Database.Lookup: this method now raises an exception when the lookup fails (see revision 3984). |
2013-11-27 23:46:29 |
View
Download |
[r3970]
(7.1 kB)
by
delphidabbler
Changed IQuery.GetCatSelection and implementation to return a ISnippetIDList instead of populating a given TSnippetList. |
2013-11-27 04:11:12 |
View
Download |
[r3969]
(7.3 kB)
by
delphidabbler
Converted TPascalSourceGen and TPascalSourceAnalyser so that callers pass IDs of snippets to be included in generated source code instead of passing the snippet objects. |
2013-11-27 03:50:33 |
View
Download |
[r3938]
(7.2 kB)
by
delphidabbler
Renamed TDBSnippetKind and its elements in CS.Database.Types to be an exact copy of TSnippetKind from DB.USnippetKind then deleted the latter. |
2013-11-26 00:17:32 |
View
Download |
[r3888]
(7.2 kB)
by
delphidabbler
Moved some date/time routines from UUtils unit to CS.Utils.Dates and updated uses clauses of affected units. |
2013-11-23 03:03:08 |
View
Download |
[r3790]
(7.2 kB)
by
delphidabbler
Removed code from TSnippetSourceGen and TSaveUnitMgr that placed different header comments in generated source code depending on code from main database was included - all code now comes from same place. |
2013-11-14 15:46:02 |
View
Download |
[r3787]
(8.0 kB)
by
delphidabbler
Removed UserDefined property from TSnippet. |
2013-11-14 15:19:15 |
View
Download |
[r3673]
(8.2 kB)
by
delphidabbler
Renamed several types in CS.SourceCode.Pascal.SourceGen.pas that are concerned with Pascal source code generation to include "Pascal" in the type main. |
2013-10-27 00:16:39 |
View
Download |
[r3672]
(8.1 kB)
by
delphidabbler
Moved and renamed USourceGen.pas to CS.SourceCode.Pascal.SourceGen.pas and updated affected code. |
2013-10-26 23:47:14 |
View
Download |