Init
Go to file
itdominator b0c519dce5 Re-added context_path folder for Webkit branch needs 2024-03-22 19:53:20 -05:00
images Make master branch jus ino about the relese branches 2024-03-01 19:21:30 -06:00
plugins moving plugins to sub folders 2024-03-19 19:55:45 -05:00
user_config Re-added context_path folder for Webkit branch needs 2024-03-22 19:53:20 -05:00
.gitignore Initial commit 2023-03-18 04:17:38 +00:00
LICENSE Initial commit 2023-03-18 04:17:38 +00:00
README.md Make master branch jus ino about the relese branches 2024-03-01 19:21:30 -06:00
requirements.txt Added requirements file 2023-11-07 17:38:25 -06:00

README.md

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

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.