Menu

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


Commit Date  
[r4432] (20.2 kB) by delphidabbler

Added method to notifier object that causes the Starred property of a given snippet to be updated.
This is done by triggering the new TChangeSnippetStarAction added at revision 4431.

2013-12-19 02:34:01 View
Download
[r4426] (18.9 kB) by delphidabbler

Added new method to INotifier and its implementation in TNotifier that enables a source code language summary page to be displayed in the detail. This done by triggering TDisplayLanguageAction that was added at revision 4425.
Updated TMainForm to provide the required action instance to TNotifier via its ISetActions interface.

2013-12-18 17:31:48 View
Download
[r4300] (17.2 kB) by delphidabbler

Modified comments and string literals referring to the "user" database or "user-defined snippets" to remove or qualify the word "user".

2013-12-14 10:45:54 View
Download
[r4101] (17.3 kB) by delphidabbler

Removed DisplayCategory and SetDisplayCategoryAction methods of INotifier and removed their implementation in TNotifier.

2013-12-03 17:14:33 View
Download
[r4073] (19.0 kB) by delphidabbler

Added new DisplayTag and RemoveTag methods to INotifier and related SetDisplayTagAction and SetRemoveTagAction to ISetNotifier. Implemented these new methods in TNotifier using the new TDisplayTagAction and TRemoveTagAction actions.

2013-12-03 03:01:08 View
Download
[r3939] (16.1 kB) by delphidabbler

Renamed TDBSnippetID in CS.Database.Types to TSnippetID and deleted TSnippetID from USnippetIDs.
Adjusted uses clauses of all code that uses TSnippetID as necessary.

2013-11-26 00:31:25 View
Download
[r3832] (16.1 kB) by delphidabbler

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

2013-11-16 00:28:31 View
Download
[r3795] (16.1 kB) by delphidabbler

Removed UserDefined parameter from INotifier and its implementation.
Modified calling code accordingly.

2013-11-14 16:18:02 View
Download
[r3794] (16.3 kB) by delphidabbler

Removed UserDefined property from TSnippetAction.
Modified affected code accordingly.

2013-11-14 16:13:15 View
Download
[r3632] (16.3 kB) by delphidabbler

Replaced arrays defined as "array of some-type" with TArray<some-type> and changed to use TArrayHelper<>.Copy() to copy such arrays instead of doing explicit copy or each array element.

2013-10-21 13:00:10 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.