https://github.com/andy-goryachev/codepad
High performance, monospaced code editor for JavaFX (work in progress).
https://github.com/andy-goryachev/codepad
codeeditor editor handle-billions javafx
Last synced: 9 months ago
JSON representation
High performance, monospaced code editor for JavaFX (work in progress).
- Host: GitHub
- URL: https://github.com/andy-goryachev/codepad
- Owner: andy-goryachev
- License: bsd-2-clause
- Created: 2024-11-14T03:11:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T21:56:30.000Z (9 months ago)
- Last Synced: 2025-04-06T22:23:51.363Z (9 months ago)
- Topics: codeeditor, editor, handle-billions, javafx
- Language: Java
- Homepage:
- Size: 1.79 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodePad
High Performance, Monospaced Code 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 supports:
- 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.
For these features,
[demand](https://bugs.openjdk.org/browse/JDK-8301121) integration of the
[RichTextArea (Incubator)](https://github.com/andy-goryachev-oracle/Test/blob/main/doc/RichTextArea/RichTextArea.md)
project into the JavaFX core.
## ⚠️ Warning
This project is currently in the early development stage.
## Software Requirements
Requires JDK 23+ with JavaFX 23+.
## License
This project and its source code is licensed under the [BSD 2-Clause "Simplified" License](LICENSE).