Menu

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


Commit Date  
[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
[r3912] (11.8 kB) by delphidabbler

Renamed all fields of TSnippetReferences record and made necessary changes to using code.

2013-11-25 04:16:50 View
Download
[r3911] (11.8 kB) by delphidabbler

Chnaged methods that called Dataabase._Snippets.Find to use one of Database.Lookup, Database.TryLookup or Database.Contains methods.

2013-11-25 04:05:41 View
Download
[r3910] (11.8 kB) by delphidabbler

Renamed IDatabase's Snippets property as _Snippets as a first step in elimination of the property.

2013-11-25 01:09:40 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.