Skip to content

volax/TBCEditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

166 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Build requirements

Eric Grange has made a Delphi XE backport: https://bitbucket.org/egrange/tbceditorxe

Conditional compilation

Define Description
USE_ALPHASKINS Use AlphaSkins. AlphaSkins are most powerful theming solutions for apps developed in Delphi.
USE_VCL_STYLES Use VCL styles. A set of graphical details that define the look and feel of a VCL application.

Usage example

  with Editor do 
  begin
    { Load highlighter from file }
    Highlighter.LoadFromFile('JSON.json');
    { Load color from file }
    Highlighter.Colors.LoadFromFile('Default.json'); 
    { Load a file into editor }  
    LoadFromFile(GetHighlighterFileName('JSON.json')); 
    ...
    { Set editor lines }
    ClearCodeFolding;
    Lines.Text := Highlighter.Info.General.Sample; 
    InitCodeFolding;
  end;

Demo

TBCEditor Control Demo v1.0b.

The latest update: 15.05.2015 21:39, UTC+02:00

Screenshots

bceditor0 bceditor1 bceditor2 bceditor3 bceditor4 bceditor5 bceditor6

About

An editor control for RAD Studio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Pascal 100.0%