[Lazarus] Lazarus control wrapper for Scintilla - SciTE clone using Lazarus

Noli Sicad nsicad at gmail.com
Sun Jul 11 13:39:41 CEST 2010


>> Has anybody manage to convert Borland Delphi control wrapper for
>> Scintilla found in this site below?
>
> So if you want us to be interested, tell us what it does and how it will
> enrich our lives.
>
> --
> Mark Morgan Lloyd
> markMLl .AT. telemetry.co .DOT. uk

Here some more info on Scintilla from Wikipedia.

http://en.wikipedia.org/wiki/Scintilla_(editing_component)

~~~~~~~~~~
Scintilla (editing component)
>From Wikipedia, the free encyclopedia

Website 	http://www.scintilla.org/

Scintilla is a free library that provides text-editing functions, with
an emphasis on advanced features for source code editing. SciTE
(cross-platform), Notepad++ (Windows) and Notepad2 (Windows) are
standalone editors based on Scintilla.
Contents
[hide]

    * 1 Features
    * 2 Editors based on Scintilla
    * 3 Other versions
    * 4 See also
    * 5 References
    * 6 External links

[edit] Features

Scintilla supports many features to make code editing easier in
addition to syntax highlighting. The highlighting method allows the
use of different fonts, colors, styles and background colors, and is
not limited to fixed-width fonts. The control supports error
indicators, line numbering in the margin, as well as line markers such
as code breakpoints. Other features such as code folding and
autocompletion can be added.
[edit] Editors based on Scintilla

    * Anjuta
    * Boa Constructor
    * Code::Blocks
    * CodeLite
    * FlashDevelop
    * Geany
    * gPHPedit
    * Kephra
    * Komodo
    * Notepad++
    * Notepad2
    * Perl Application Development and Refactoring Environment (Padre)
    * Programmer's Notepad 2
    * SciTE
    * Sphere

[edit] Other versions

QScintilla is a Qt 4 port of Scintilla 1.78 by a separate development group.[1]
~~~~~~~~~~

Noli




More information about the Lazarus mailing list