Files
Newton-Editor/README.md

13 lines
695 B
Markdown
Raw Permalink Normal View History

2026-03-21 14:27:53 -05:00
# Newton Editor
### Note
2026-03-21 14:54:40 -05:00
This repository is comprised of two branches with the first using gtk and GtkSource.View widgets to handle text editing.
The second bramch uses Angular + Electron with Ace Editor component to handle text editing.
Both branches have similar design patterns to Vim with 'buffers' loading to views than the traditionally understood one view per one one tab pattern.
2026-03-21 14:27:53 -05:00
2026-03-21 14:54:40 -05:00
* [release/newton_gtk](https://code.itdominator.com/itdominator/Newton-Editor/src/branch/release/newton_gtk/)
* [release/newton_electron](https://code.itdominator.com/itdominator/Newton-Editor/src/branch/release/newton_electron/)
2026-03-21 14:27:53 -05:00
# LSP
2026-03-21 14:54:40 -05:00
* [Newton-LSP](https://code.itdominator.com/itdominator/Newton-LSP)