Menu

/trunk/Src/FmCompErrorDlg.pas Commit Log


Commit Date  
[r1759] (12.5 kB) by delphidabbler

Standardised svn:mime-type properties to "text/pascal" and svn:eol-style to "native"

2012-02-27 11:40:49 View
Download
[r1757] (12.9 kB) by delphidabbler

Reintegrated v4-dev branch into trunk.
Trunk now contains v4 development tree

2012-02-27 11:19:09 View
Download
[r1057] (15.5 kB) by delphidabbler

Updated with changes merged from new-backend branch r711:
* Changed compiler error dialog to be passed a snippet id rather than complete snippet reference to get details of snippet for which compile error being reported.
* Renamed several names containing "routine" to names containing "snippet".
* Modified calling code in UCompileMgr unit as a consequence.

2010-11-25 01:25:19 View
Download
[r1028] (15.6 kB) by delphidabbler

* Moved all units directly concerned with supporting installed compilers into the new "Compilers" namespace. Some units were further renamed.
* Revised using units to use the new names.

2010-11-18 18:56:34 View
Download
[r1016] (15.6 kB) by delphidabbler

Removed TRequiredCompilers class and replaced by TList<ICompiler>.

2010-11-16 20:06:30 View
Download
[r1015] (18.3 kB) by delphidabbler

Replaced use of TInterfaceList class with TList<xxxx> where xxxx is some interface. Any custom enumerators in classes that use the list were removed and replaced by use of TEnumerator<xxxx>.

2010-11-16 16:55:50 View
Download
[r734] (20.1 kB) by delphidabbler

* Removed code that set size of body panel from THTMLViewDlg: this process should take place in an ArrangeForm method, not from ConfigForm as was the case here. All THTMLViewDlg does now is load HTML content via an abstract method call.
* Modified all descendant classes re changes in THTMLViewDlg: each class now sets body panel size in an ArrangeForm method.

2010-03-30 01:13:57 View
Download
[r245] (20.2 kB) by delphidabbler

Changed form classes to prevent public construction - forms must be displayed via class methods, not by directly constructing object. Added INoPublicConstruct to type definitions of forms and changed class methods that construct forms to call InternalCreate protected constructor instead of Create. Core logic to determine constructor behaviour is inherited from TBaseForm.

2009-08-23 22:45:32 View
Download
[r181] (20.5 kB) by delphidabbler

Removed change logs.

2009-08-13 19:15:20 View
Download
[r111] (23.9 kB) by Dev

Added svn:keywords property with Rev and Date keywords.

2009-07-21 00:15:04 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.