Menu

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


Commit Date  
[r4067] (19.0 kB) by delphidabbler

Removed redundant category grouping.

2013-12-02 21:20:46 View
Download
[r4061] (22.3 kB) by delphidabbler

Deleted an erroneous TODO.

2013-12-02 20:23:31 View
Download
[r4060] (22.4 kB) by delphidabbler

XMLDoc commented TTagGroupItem and TTagGrouping.

2013-12-02 20:20:06 View
Download
[r4057] (21.5 kB) by delphidabbler

Added new grouping of snippets by tag along with facility to render this grouping in the overview pane's tree-view.

2013-12-02 17:39:08 View
Download
[r4019] (18.2 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
[r3985] (18.2 kB) by delphidabbler

Removed assertions that test for nil snippet after calls to Database.Lookup: this method now raises an exception when the lookup fails (see revision 3984).

2013-11-27 23:46:29 View
Download
[r3983] (18.3 kB) by delphidabbler

Corrected & standardised "snippet not found" assertion messages.

2013-11-27 23:25:09 View
Download
[r3966] (18.3 kB) by delphidabbler

Renamed TCategory.Snippets property as SnippetIDs and changed its type to ISnippetIDList.
Made appropriate changes to affected code.

2013-11-27 01:54:00 View
Download
[r3952] (18.3 kB) by delphidabbler

Replaced call to Database._Snippets with a call to Database.SelectAll and made consequent changes.

2013-11-26 10:53:53 View
Download
[r3951] (18.1 kB) by delphidabbler

Changed TGroup and TOverviewTreeBuilder to take a ISnippetIDList as constructor parameters instead of a TSnippetList.
Modified using code accordingly including replacing a call to IDatabase._Snippets with a call to IDatabase.SelectAll.

2013-11-26 10:49:21 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.