Menu

Old Code (SVN) Commit Log


Commit Date  
[r3726] by delphidabbler

Replaced source code editor memo with syntax highlighting source code editor using TCodeEditorFrame.
Removed label that showed current position in code editor: new editor has a ruling at 80 chars to help with line length and also has line numbering so the old label is not needed.

2013-11-07 14:54:51 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
[r3724] by delphidabbler

Fixed bug in TSourceCodeLanguageID.CreateDefault.

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
[r3721] by delphidabbler

Deleted all library specific build targets except "libraries" that builds all of the libraries.
Changed "libraries" target to call Make on Src/Lib/Makefile to build all libraries.

2013-11-07 11:56:25 Tree
[r3720] by delphidabbler

Modified SynEdit target to copy SynEdit.res to Bin\Lib after compilation. This is needed by CodeSnip build process.

Don't want to add Src\Lib\SynEdit to CodeSnip search path because that causes SynEdit source to be compiled when doing a full build of CodeSnip.

2013-11-07 11:46:49 Tree
[r3719] by delphidabbler

Removed ..\Bin\Lib\Pkg from unit search path that was added in error in r3718.

2013-11-07 11:42:07 Tree
[r3718] by delphidabbler

Removed redundant "3rdParty" directory from compiler search path.
Added ..\Bin\Lib\Pkg to CodeSnip.dproj in error.

2013-11-07 11:35:52 Tree
[r3717] by delphidabbler

Added new code editor frame, copied from experimental branch at r3716, to project.

2013-11-07 11:26:23 Tree
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.