DeltaEdit is a lightweight, non-Unicode text editor designed specifically for CJK (Chinese, Japanese, Korean) languages on Unix-like operating systems. It offers:
- Internal browser tab for seamless problem-solving platform integration
- Smart auto-indent functionality
- Syntax highlighting support
- All-in-one implementation in a single file
Before installing DeltaEdit, ensure you have the following dependencies installed:
❯ python3-gi
❯ gir1.2-webkit2-4.0
❯ python3-pip
❯ gir1.2-gtksource-4
❯ gir1.2-glib-2.0
❯ gir1.2-vte-2.91
- Run
Installer.py
to install DeltaEdit. - Run
Uninstaller.py
to uninstall DeltaEdit (if needed).
Run the following commands in your terminal:
# To launch the Text Editor
$ dedit
# To open the Memo App
$ gmemo
Your contributions are highly welcome! If you'd like to contribute, please:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Commit changes with clear commit messages.
- Push to the branch and create a Pull Request.
For any questions, suggestions, or feedback, feel free to contact:
$ gzblues61@gmail.com
Unfortunately, DeltaEdit currently does not support Windows due to the insufficiency of Python3 Gtk+ 3 implementations on Windows. Stay tuned for future updates!