Giter Site home page Giter Site logo

fl_highlight_editor's Introduction

Fl_Highlight_Editor

Extensible and customizable editing widget for FLTK UI library.

Fl_Highlight_Editor

Usage

Fl_Highlight_Editor is a drop in replacement for Fl_Text_Editor and Fl_Text_Display widgets with ability to highlight the text and modify it with embedded Scheme scripting language.

The widget is fully self-contained and it doesn't depend on anything except FLTK library, making it suitable for embedding inside existing project.

Fl_Highlight_Editor design is inspired with Emacs editor and you will find many used terms and functions names similar with it. However, this widget is not Emacs nor complete editor, but component to build editors and advanced text handling widgets.

Usage details and how to extend it are described in Manual.

Installation

Make sure you have installed FLTK stable version (1.3.x), C++ compiler and GNU make. Running:

make

will compile the code. To see it in action, run examples in test folder, e.g.:

./test/example README.md

will display content of README.md and highlight it with markdown-mode.

If you would like to embed core Scheme files inside binary, keeping highlight code separate, you can run:

make BUNDLE_SCRIPTS=1

License

LGPL with exception (the same license as FLTK).

fl_highlight_editor's People

Contributors

sanel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.