Menu

/branches/parsnip/Src/SWAG.UImporter.pas Commit Log


Commit Date  
[r4313] (9.2 kB) by delphidabbler

Modified to use Database singleton instead IDatabaseEdit interface of _Database to create and add new snippet to database.

2013-12-14 15:40:53 View
Download
[r4300] (9.1 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
[r4286] (9.2 kB) by delphidabbler

Removed temporary Category (ID) property from TSnippetBase and all code that supported using the property.
Updated affected code by removing all references to category IDs.

2013-12-12 23:45:15 View
Download
[r4283] (9.3 kB) by delphidabbler

Removed unused unit references.

2013-12-12 20:44:10 View
Download
[r4195] (9.3 kB) by delphidabbler

Revised "outro" page of SWAG Import Wizard, and associated HTML template file, to show name of tag allocated to imported snippets instead of category. Revised TSWAGImporter to provide new SWAGTagName that provides the required tag name and removed redundant SWAGCategoryDesc method.

2013-12-10 03:37:54 View
Download
[r4193] (9.5 kB) by delphidabbler

Removed reference to IDatabase.Categories property and to TReservedCategories by hard wiring the SWAG category ID and description as string literals.

Note: this is a temporary change en-route to removing support for categories.

2013-12-10 03:25:21 View
Download
[r4037] (9.6 kB) by delphidabbler

Replaced TSnippet's Language function with LanguageID property that uses the pre-existing implementation in TDBSnippet. Modified using code accordingly.
Deleted TSnippet.HighlightSource property. Modified using code to deduce if source code highlighting required by examining the LanguageID property.

2013-12-02 01:43:24 View
Download
[r4019] (9.4 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
[r3992] (9.4 kB) by delphidabbler

Modified database loader and import code to add a single tag to each snippet. In database loader this is based on snippet's category while importers add a tag describing import source.

2013-11-28 01:08:16 View
Download
[r3938] (9.3 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.