Newton_Editor/README.md

1012 B

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:

Images

  • GtkSource.View 1 Newton default view. 2 Newton search and replace plus menu shown. 3 Newton displaying inline colors. 4 Newton as transparent with youtube playing below it.

  • Gtk Webkit2 + Ace Editor 5 Newton default view. 6 Bufers list.