Init
Go to file
itdominator d292a99791 Persisting window state; fixed onload widgets seen bug; changed toggler keymap 2023-10-07 17:19:14 -05:00
plugins Initial commit 2023-03-18 04:17:38 +00:00
src Persisting window state; fixed onload widgets seen bug; changed toggler keymap 2023-10-07 17:19:14 -05:00
user_config Added code minimap; added DnD of text; initial multi mark insert inferastructure 2023-10-07 14:51:12 -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 Initial push... 2023-03-17 23:19:04 -05:00

README.md

Newton Editor

A Python and Gtk+ quasi-IDE.

Requirements

  • PyGObject
  • setproctitle
  • pyxdg

Note

WIP