Menu

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


Commit Date  
[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.
Deleted TSnippet.HighlightSource property. Modified using code to deduce if source code highlighting required by examining the LanguageID property.

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.
Modified TSnippetsEditorDlg method that called the removed TSnippetValidator method to use the remaining version of the ValidateDependsList method.

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.
Modified all code that calls Database to use _Database instead.

2013-11-29 01:49:18 View
Download
[r4017] (33.6 kB) by delphidabbler

Removed unused unit reference to USnippetIDs.

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
[r3963] (33.5 kB) by delphidabbler

Fixed bug where attempting to add a new snippet raised a fatal exception because of an attempt to create a TSnippetID with an empty ID string.

2013-11-26 16:34:24 View
Download
[r3960] (33.9 kB) by delphidabbler

Changed to use TSortedCollectionCtrlKVMgr to manage snippet kind combo box instead of code that explicitly tied together the combo box with a TSnipKindListAdapter instance.

2013-11-26 14:07:49 View
Download
[r3938] (33.7 kB) by delphidabbler

Renamed TDBSnippetKind and its elements in CS.Database.Types to be an exact copy of TSnippetKind from DB.USnippetKind then deleted the latter.
Moved TSnippetKinds from DB.USnippetKind to CS.Database.Types.
Adjusted uses clauses of all code that uses TSnippetKind and TSnippetKinds as necessary.

2013-11-26 00:17:32 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.