2026-03-21 14:27:53 -05:00
|
|
|
# Newton Editor
|
|
|
|
|
|
|
|
|
|
### Note
|
|
|
|
|
This is comprised of two branches. The first uses GtkSource.View widget to handle text edits and display.
|
|
|
|
|
The second uses Angular + Electron + Ace Editor handle text editing.
|
|
|
|
|
Both have similar design concepts to VIM with buffers loading to views.
|
|
|
|
|
|
2026-03-21 14:32:54 -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:32:54 -05:00
|
|
|
* [Newton-Linters](https://code.itdominator.com/itdominator/Newton-Linters)
|