Menu

Old Code (SVN) Commit Log


Commit Date  
[r3832] by delphidabbler

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

2013-11-16 00:28:31 Tree
[r3831] by delphidabbler

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

2013-11-15 17:55:21 Tree
[r3830] by delphidabbler

Changed duplicate snippet dialogue box so that a display name is always displayed in Title edit control.

2013-11-15 17:50:31 Tree
[r3829] by delphidabbler

Changed SnippetName string parameter of TDatabase.InternalAddSnippet to a TSnippetID parameter.

2013-11-15 17:49:21 Tree
[r3828] by delphidabbler

Snippet title displayed in Dependencies dialogue box caption will no longer use a text representation of a snippet's ID.

2013-11-15 17:22:57 Tree
[r3827] by delphidabbler

Removed TSnippetID.CompareTo method: replaced all calls to CompareTo with calls to TSnippetID.Compare static method.
Re-implemented TSnippetID's NotEqual operator overload in terms of Compare method rather than equal operator overload.

2013-11-15 15:45:02 Tree
[r3826] by delphidabbler

Removed TSnippetID.Clone constructor.

2013-11-15 15:37:37 Tree
[r3825] by delphidabbler

Various renamings that don't affect calling code.

2013-11-15 15:35:32 Tree
[r3824] 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 Tree
[r3823] by delphidabbler

Revised TSnippetList's private Find method to take snippet ID parameter instead of snippet name (string). Made changes to public Find overloads as a consequence.

2013-11-15 14:14:43 Tree
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.