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
- Host: GitHub
- URL: https://github.com/gecko0307/geditor
- Owner: gecko0307
- License: bsl-1.0
- Created: 2024-12-22T16:57:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T17:40:40.000Z (4 months ago)
- Last Synced: 2025-02-15T02:42:59.080Z (2 months ago)
- Language: D
- Size: 1.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.md
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.