Giter VIP home page Giter VIP logo

zed's Introduction

Zed

Zed is an abstract engine for text edition. It can be used to write text editors, edition widgets, readlines, ... You just have to connect an engine to your inputs and rendering functions to get an editor.

Zed provides:

  • edition state management,
  • multiple cursor support,
  • key-binding helpers,
  • general purpose unicode rope manipulation functions.

Dependencies

For building the development version, you also need to install oasis (>= 0.3.0).

Installation

To build and install zed:

$ ./configure
$ make
$ make install

Documentation (optional)

To build the documentation:

$ make doc

It will then be installed by make install.

Tests (optionnal)

To build and execute tests:

$ ./configure --enable-tests
$ make test

Modules

  • Zed_edit: the main module, it defines edition engines.
  • Zed_cursor: manages cursors. Cursors are automatically updated when the text is modified.
  • Zed_lines: maintains the offsets of beginning of lines.
  • Zed_input: helpers for implementing key bindings.
  • Zed_macro: helpers for writing macro systems.
  • Zed_utf8: general purpose UTF-8 strings manipulation.
  • Zed_rope: general purpose unicode ropes manipulation.

zed's People

Contributors

jeremiedimino avatar hhugo avatar let-def avatar nacl avatar

Stargazers

Kevin Brubeck Unhammer avatar

Watchers

Abigael avatar  avatar James Cloos 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.