Home

Awesome

image

Version 1.5.2. Use the Issues page to report bugs or send them directly to lasse@bonecode.com.

<b>Note!</b> Current trunk should never be considered as a stable version. Use the latest <a href="https://github.com/bonecode/TBCEditor/releases">release</a> version instead.

<h3>Description</h3>

A syntax highlighting edit control for RAD Studio (Delphi/C++ Builder) with code folding, completion proposal, matching pair, minimap, sync edit, word wrap, etc. External highlighter and color scheme files are in JSON format which can be also loaded from a stream.

<h3>Build requirements</h3>

<b>Note!</b> Do not offer me older versions to support. I don't have time to keep up with those.

<h3>Conditional compilation</h3>
DefineDescription
USE_ALPHASKINSUse <a href="http://www.alphaskins.com/">AlphaSkins</a>. AlphaSkins are most powerful theming solutions for apps developed in Delphi.
USE_VCL_STYLESUse VCL styles. A set of graphical details that define the look and feel of a VCL application.
<h3>Usage example</h3>
  with Editor do 
  begin
    Highlighter.LoadFromFile('JSON.json');
    Highlighter.Colors.LoadFromFile('Default.json'); 
    LoadFromFile(GetHighlighterFileName('JSON.json')); 
    ...
    Lines.Text := Highlighter.Info.General.Sample; 
  end;

Note! LoadFromStream does not support multi-highlighters (for example HTML with Scripts.json). Override TBCBaseEditor.CreateFileStream function, if you want to load multi-highlighters from a stream.

<h3>Demo</h3>

TBCEditor Control Demo v. 1.5.2.

The latest update: 21.03.2016 17:33, UTC+02:00

Demo source build requires <a href="http://www.alphaskins.com/">AlphaSkins</a> and <a href="http://www.ehlib.com/">EhLib</a>.

<h3>Documentation</h3>

Documentation will be written after the project stabilizes and dust settles. This project is developed in my spare time without sources of income and as long as this is the case there is no timetable for anything.

<h3>Projects using the control</h3> <h3>Screenshots</h3>

bceditor1 bceditor0 bceditor2 bceditor3 bceditor4 bceditor5 bceditor6 bceditor7