Menu

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


Commit Date  
[r4330] (9.3 kB) by delphidabbler

Modified TTestCompile, TTestCompileThread and TTestCompileUI to operator on ISnippet instances instead of TSnippet.
Modified calling code in TCompileMgr.Compile re this change of snippet type.

2013-12-16 00:11:40 View
Download
[r4328] (9.3 kB) by delphidabbler

Modified TCompErrorDlg to take an ISnippet instead of TSnippet instance as a parameter to its public Execute method and also to use an ISnippet internally.
Modified calling code in TCompileMgr.ShowErrors accordingly.

2013-12-15 23:55:59 View
Download
[r4308] (9.2 kB) by delphidabbler

Changed ISnippetView to have a SnippetID property of type TSnippetID instead of a Snippet property of type TSnippet.
Modified calling code accordingly.

2013-12-14 13:36:32 View
Download
[r4304] (9.1 kB) by delphidabbler

Changed data type for change events involving snippets passed via Info property of IDatabaseChangeEventInfo from TSnippet to TBox<TSnippetID>. Modified change event handlers in using code accordingly.
Also added new code to generate an IDatabaseChangeEventInfo.Info property value of TBox<TTag> ready for when event re changes to tags need to triggered.

2013-12-14 12:52:24 View
Download
[r4303] (9.0 kB) by delphidabbler

Moved all change event handling code from _TDatabase into TDatabase and removed AddChangeEventHandler and RemoveChangeEventHandler from _IDatabase.
Relocated TDatabaseChangeEventKind and IDatabaseChangeEventInfo within DB.UMain unit to be visible to TDatabase.
Modified all code that called AddChangeEventHandler and RemoveChangeEventHandler from _Database object to call methods on Database object instead.

2013-12-14 11:09:10 View
Download
[r4019] (9.0 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
[r3968] (9.0 kB) by delphidabbler

Updated copyright date range to include 2013.

2013-11-27 02:11:24 View
Download
[r3902] (9.0 kB) by delphidabbler

Added comments to note that the use of FreeAndNil is justified.

2013-11-24 14:20:44 View
Download
[r3315] (8.9 kB) by delphidabbler

Recreated "parsnip" (v5 development) branch by branching trunk just after updating it with changes in v4.7.1.

2013-08-18 14:51:47 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.