Commit | Date | |
---|---|---|
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: |
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. |
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. |
2013-11-29 01:49:18 |
View
Download |
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. |
2013-11-26 00:31:25 |
View
Download |