13 lines
695 B
Markdown
13 lines
695 B
Markdown
# Newton Editor
|
|
|
|
### Note
|
|
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.
|
|
|
|
* [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/)
|
|
|
|
# LSP
|
|
* [Newton-LSP](https://code.itdominator.com/itdominator/Newton-LSP)
|