Commit | Date | |
---|---|---|
[r3758]
by
delphidabbler
Added class to manage specification and execution of a user defined file diff viewer application along with a dialogue box that enables the user to specify the application. |
2013-11-11 02:46:16 | Tree |
[r3755]
by
delphidabbler
Modified source code read-accessor to strip trailing spaces from all code lines. |
2013-11-09 13:14:49 | Tree |
[r3740]
by
delphidabbler
Added new StrHash and TextHash functions to CS.Utils.Hashes that call PaulLarsonHash for case sensitive and case insensitive string hashes respectively. Removed PaulLarsonHash from interface section. Modified calling code to use StrHash or TextHash as appropriate to context. |
2013-11-08 10:24:14 | Tree |
2013-11-08 00:57:36 | Tree | |
[r3734]
by
delphidabbler
Changed so that generated unit name is same for all test units: it is no longer based on snippet name. |
2013-11-08 00:56:19 | Tree |
[r3730]
by
delphidabbler
Workaround for possible bug in TCustomSynEdit.Text property that was including garbage at end of editor text. |
2013-11-07 22:53:43 | Tree |
[r3725]
by
delphidabbler
Changed so that code editor's Theme property is set to null highlighter by default instead of nil. This removes need to check for nil theme instance in code. |
2013-11-07 14:31:04 | Tree |
2013-11-07 14:28:02 | Tree | |
[r3723]
by
delphidabbler
Added new FontSize and UseThemeFontSize properties to optionally set editor control's font size directly, ignoring theme's font size. |
2013-11-07 14:14:00 | Tree |
[r3722]
by
delphidabbler
Removed inline directive from TSourceCodeLanguage.CreateDefault: this causes Delphi XE2 internal compiler error when called from outside its own unit. Could be down to use of resourcestring in implementation? |
2013-11-07 13:52:13 | Tree |