Menu

/branches/parsnip/Src/Main/CS.Database.Snippets.pas Commit Log


Commit Date  
[r4173] (19.9 kB) by delphidabbler

Added new IStringList.IsEmpty method and its implementation in TIStringList.
Modified all code that tested IStringList.Count against zero to use IStringList.IsEmpty intead.

2013-12-09 20:26:59 View
Download
[r4112] (19.9 kB) by delphidabbler

Changed ISnippetIDList.Add from a function to a procedure.
Also changed so that an attempt to add the same snippet ID twice is silently ignored: this ensures the list acts like a set.

2013-12-04 11:20:58 View
Download
[r4030] (19.9 kB) by delphidabbler

Added assertion to TSnippetIDList.IsEqual to ensure parameter is assigned.

2013-12-01 01:50:21 View
Download
[r4017] (19.8 kB) by delphidabbler

Removed unused unit reference to USnippetIDs.

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

Copied TSnippetIDList class from USnippetIDs.

2013-11-29 00:58:39 View
Download
[r4015] (17.4 kB) by delphidabbler

Temporarily renamed TSnippet as TNewSnippet: this is to avoid name clashes with existing TSnippet. Once the old implementation has been removed TNewSnippet can be changed back to TSnippet.

2013-11-29 00:55:08 View
Download
[r4014] (17.3 kB) by delphidabbler

Added MPL 2.0 boilerplate to units recently copied from experimental branch.

2013-11-29 00:50:41 View
Download
[r4013] (17.0 kB) by delphidabbler

Modified TSnippetBase, TSnippet and TPartialSnippet to compile in "parsnip", changing some property types and adjusting data type names as necessary. Also tweked some getter and setter code.
Commented out TDBSnippetIDList: it is not needed since we already have similar TSnippetIDList.

2013-11-29 00:42:27 View
Download
[r4010] (16.2 kB) by delphidabbler

Copied CS.Database.Snippets unit from "experimental" branch and added to project.

It's planned to use this unit as a basis for a new snippet implementation.

2013-11-29 00:08:10 View
Download
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.