An open API service indexing awesome lists of open source software.

https://github.com/gecko0307/geditor

Mini editor for D code
https://github.com/gecko0307/geditor

Last synced: 17 days ago
JSON representation

Mini editor for D code

Awesome Lists containing this project

README

        

# Gecko's Editor
Work-in-progress text editor with D developer's tools, written in D itself
- Uses [DLang UI](https://github.com/buggins/dlangui) as a UI toolkit
- Tabs
- D syntax highlighting
- Built-in real-time diff using Myers Diff. Compare your edits with unmodified file or version from git HEAD
- Single instance mechanism using TCP server.