Newton_Editor/README.md

30 lines
1012 B
Markdown

# Newton Editor
A Python and Gtk+ quasi-IDE.
### Requirements
* PyGObject
* setproctitle
* pyxdg
### Note
This is currently very much a WIP effort with two branches to take note of. The first uses GtkSource.View widget to handle text edits and display. The second uses the Gtk Webkit2 widget along with Ace Editor to handle text editing. The first is more traditional in visual design and editing. While the second is more like Vi, Vim, NeoVim.
* release/newton-with-gtksource
* release/newton-with-webkit2
# LSP
Add lsp-ws-proxy somewhere in $PATH and make executable. Download from:
* https://github.com/qualified/lsp-ws-proxy
# Images
* GtkSource.View
![1 Newton default view. ](images/pic1.png)
![2 Newton search and replace plus menu shown. ](images/pic2.png)
![3 Newton displaying inline colors. ](images/pic3.png)
![4 Newton as transparent with youtube playing below it. ](images/pic4.png)
* Gtk Webkit2 + Ace Editor
![5 Newton default view. ](images/pic5.png)
![6 Bufers list. ](images/pic6.png)