Commit | Date | |
---|---|---|
[r4329]
(4.1 kB)
by
delphidabbler
Modified TPascalTestUnit to take an ISnippet instead of TSnippet instance as a parameter to its constructor and to use an ISnippet internally. |
2013-12-16 00:04:49 |
View
Download |
[r4325]
(4.1 kB)
by
delphidabbler
Fixed bug introduced into TPascalSourceGen when its IncludeSnippet method was modified to accept a TSnippetID parameter instead a TSnippet: this class was failing to generate source code for snippets not in the database. Fixed included changing Include snippet's parameter to ISnippet and then modifying TPascalSourceGen and all the classes it depends upon to work with ISnippet instances instead of TSnippet. |
2013-12-15 10:55:05 |
View
Download |
[r3969]
(4.1 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]
(4.1 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 |
[r3734]
(4.1 kB)
by
delphidabbler
Changed so that generated unit name is same for all test units: it is no longer based on snippet name. |
2013-11-08 00:56:19 |
View
Download |
[r3673]
(4.9 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]
(4.9 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 |
[r3671]
(4.9 kB)
by
delphidabbler
Renamed TUnitAnalyser and EUnitAnalyser as TPascalUnitAnalyser and EPascalUnitAnalyser respectively and updated affected code. |
2013-10-26 23:38:32 |
View
Download |
[r3670]
(4.9 kB)
by
delphidabbler
Moved and renamed UUnitAnalyser.pas to CS.SourceCode.Pascal.UnitAnalyser.pas and updated affected code. |
2013-10-26 23:35:44 |
View
Download |
2013-10-26 23:31:32 |
View
Download |