Commit | Date | |
---|---|---|
2013-12-12 20:29:24 |
View
Download |
|
[r4234]
(34.2 kB)
by
delphidabbler
Changed code that accessed _Database.SelectAll to use Database.GetAllSnippets instead. |
2013-12-11 10:25:27 |
View
Download |
[r4192]
(34.2 kB)
by
delphidabbler
Disabled Categories drop down list (flagged in UI as not in use). |
2013-12-10 03:14:50 |
View
Download |
[r4186]
(34.2 kB)
by
delphidabbler
Modified snippets editor to set edited snippet's tag to be same as currently selected category. This is a temporary fix to prevent snippets editor from removing any existing tags from snippets. |
2013-12-10 01:51:48 |
View
Download |
[r4037]
(34.0 kB)
by
delphidabbler
Replaced TSnippet's Language function with LanguageID property that uses the pre-existing implementation in TDBSnippet. Modified using code accordingly. |
2013-12-02 01:43:24 |
View
Download |
[r4032]
(33.9 kB)
by
delphidabbler
Removed overload of TSnippetValidator.ValidateDependsList that took a snippet name parameter. |
2013-12-01 01:55:31 |
View
Download |
[r4019]
(33.6 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 |
|
[r3985]
(33.6 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 |
[r3964]
(33.7 kB)
by
delphidabbler
Replaced call to Database._Snippets with a call to Database.SelectAll and made consequent changes. |
2013-11-26 16:41:57 |
View
Download |