A modern, extensible Notepad++ like text/code editor built with Git integration.
- Tabbed editing, syntax highlighting, code folding
- Find/replace, line numbers, theming
- Git integration (status, commit, push, pull, log, branch)
- Recent files, drag & drop, extensible plugins
pip install -r requirements.txt
python main.pymain.py– Application entry pointeditor.py– QScintilla editor widgettabmanager.py– Tabbed document managementgit_integration.py– Git commands via GitPythonfindreplace.py– Find/replace dialogrecentfiles.py– Recent files managerthemes.py– Light/dark themesresources/– Icons, themes, etc.
MIT