Menu

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


Commit Date  
[r4040] (23.0 kB) by delphidabbler

Modified TCodeImporter to ensure snippet's title is non-empty: uses snippet ID if no title present for a snippet.

2013-12-02 02:25:18 View
Download
[r4037] (22.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] (22.5 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] (22.5 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
[r3985] (22.4 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
[r3955] (22.5 kB) by delphidabbler

Changed type of snippet list parameter of TCodeExporter.Execute from TSnippetList to ISnippetIDList.
Changed type internal list in same way and adjusted code to suit.

2013-11-26 13:19:58 View
Download
[r3940] (22.2 kB) by delphidabbler

Moved ISnippetIDList from USnippetIDs unit into CS.Database.Types where it replaced IDBSnippetIDList.
Changed affected TSnippet properties to use ISnippetIDList instead of IDBSnippetIDList.
Modified uses clauses of affected units.

2013-11-26 00:53:39 View
Download
[r3938] (22.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
[r3920] (22.3 kB) by delphidabbler

Renamed TSnippetData.DisplayName field as Title and updated affected code accordingly.

2013-11-25 13:22:31 View
Download
[r3918] (22.3 kB) by delphidabbler

Renamed TSnippet's DisplayName property as Title and modified affected code accordingly.

2013-11-25 13:09:06 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.