Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andy-goryachev/codepad

High performance, monospaced text editor for JavaFX (work in progress).
https://github.com/andy-goryachev/codepad

codeeditor editor handle-billions javafx

Last synced: about 2 months ago
JSON representation

High performance, monospaced text editor for JavaFX (work in progress).

Awesome Lists containing this project

README

        

# CodePad

High Performance, Monospaced Text Editor for JavaFX.

[ screenshot ]

## Goals

The goals of this project is to deliver a high performance text editor JavaFX component,
targeting applications such as code editors or log viewers, which require:

- large documents up to 2 billion paragraphs
- very long (millions of characters) paragraphs
- syntax highlighting

It is currently not a goal to support proportional fonts, right-to-left orientation, or bidirectional text.

## Warning

This project is currently in the early development stage. Do not even think of using it in production.

## Requirements

Requires JavaFX 23+.

## License

This project and its source code is licensed under the [BSD 2-Clause "Simplified" License](LICENSE).