Menu

/branches/parsnip/Src/USnippetSourceGen.pas Commit Log


Commit Date  
[r4300] (7.2 kB) by delphidabbler

Modified comments and string literals referring to the "user" database or "user-defined snippets" to remove or qualify the word "user".

2013-12-14 10:45:54 View
Download
[r4245] (7.3 kB) by delphidabbler

Changed TDatabase.SelectSnippets to take a simple function reference as its parameter instead of IDBFilter instance.
Modified calling code accordingly.
Removed now-redundant IDBFilter interface and implementations in TDBFilter and TDelegatedDBFilter.

2013-12-11 17:56:48 View
Download
[r4241] (7.4 kB) by delphidabbler

Renamed IReadOnlySnippet as ISnippet and made required changes to affected code.
Also renamed TDatabase's LookupReadOnlySnippet method and LookupSnippet.

2013-12-11 16:08:28 View
Download
[r4240] (7.4 kB) by delphidabbler

Changed code that accessed _Database.Select to use Database.SelectSnippets instead.
Deleted Select method from IDatabase and _TDatabase.

2013-12-11 11:35:43 View
Download
[r4089] (7.4 kB) by delphidabbler

Removed ability to generate source code of a snippets in a category from TSnippetSourceGen and replaced it with support for generating source code of snippets in a tag.

2013-12-03 16:38:51 View
Download
[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.
Modified all code that calls Database to use _Database instead.

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.
Modified code in TSnippetSourceGen that uses IQuery.GetCatSelection accordingly.

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.
Made minimal necessary changes to using code.

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.
Moved TSnippetKinds from DB.USnippetKind to CS.Database.Types.
Adjusted uses clauses of all code that uses TSnippetKind and TSnippetKinds as necessary.

2013-11-26 00:17:32 View
Download
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.