Menu

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


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

Removed unused unit reference to USnippetIDs.

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

Changed code to use new IDatabase IsEmpty and SnippetName methods instead of accessing _Snippets property.

2013-11-26 06:37:48 View
Download
[r3910] (58.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
[r3832] (58.8 kB) by delphidabbler

Changed various snippet name string parameters and properties to type TSnippetID and modified affected code accordingly.

2013-11-16 00:28:31 View
Download
[r3831] (58.9 kB) by delphidabbler

Changed type of TUserDBMgr.EditSnippet parameter from string to TSnippetID and modified calling code accordingly.

2013-11-15 17:55:21 View
Download
[r3824] (58.8 kB) by delphidabbler

Made TSnippetID into an opaque type: removed Name property and added ToString method to return string representation of snippet ID.
Changed code that read Name property to call ToString instead.

2013-11-15 15:31:01 View
Download
[r3821] (58.8 kB) by delphidabbler

Removed Name property from TSnippet.
Code that used the property changed to read the TSnippet.ID.Name property instead.

2013-11-15 12:02:32 View
Download
[r3799] (58.8 kB) by delphidabbler

Added "Edit snippet" to context menu that appears on detail pane when a snippet is displayed. This replaces the menu item that appeared automatically due to the old edit snippet command-link that was deleted in r3797.

2013-11-14 17:52:43 View
Download
[r3785] (58.7 kB) by delphidabbler

Made actUpdateDbase invisible and replaced the code in its OnExecute handler with a placeholder message.

This has been done because code to display Update From Web dialogue box has been removed.

2013-11-14 14:26:18 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.