Menu

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


Commit Date  
[r4352] (11.2 kB) by delphidabbler

Removed references to unused DB.USnippet unit.

2013-12-17 00:15:28 View
Download
[r4317] (11.2 kB) by delphidabbler

Modified TCodeImportMgr.UpdateDatabase to update database using a editable snippet instead of a snippet data record.

NOTE: There is still a problem in code importing: at present all snippets are added to the database with new IDs - there is no support for updating existing snippets. Linked or synch spaces will be needed to fix this.

2013-12-15 00:54:37 View
Download
[r4300] (11.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
[r4293] (11.3 kB) by delphidabbler

Overhauled TUserInfo record:
+ Removed Assign method (not needed: direct assignment works just fine)
+ Removed Init method: can use CreateNull method in its place
+ Corrected spelling of "null" in method names.
+ Made Details and Comments fields into read-only properties and so made record immutable.
Updated using code re changes.

2013-12-13 02:21:37 View
Download
[r4234] (11.3 kB) by delphidabbler

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

2013-12-11 10:25:27 View
Download
[r4019] (11.3 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
[r4017] (11.3 kB) by delphidabbler

Removed unused unit reference to USnippetIDs.

2013-11-29 01:17:21 View
Download
[r3950] (11.3 kB) by delphidabbler

Converted TCodeImportMgr to use IDatabase.SelectAll method instead of accessing IDatabase._Snippets property.

2013-11-26 07:34:41 View
Download
[r3941] (11.3 kB) by delphidabbler

Removed redundant internal procedure from TCodeImportMgr.UpdateDatabase.

2013-11-26 01:14:14 View
Download
[r3939] (11.9 kB) by delphidabbler

Renamed TDBSnippetID in CS.Database.Types to TSnippetID and deleted TSnippetID from USnippetIDs.
Adjusted uses clauses of all code that uses TSnippetID as necessary.

2013-11-26 00:31:25 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.