https://github.com/jakobdev/jdtextedit
Official Mirror of the Codeberg Repo
https://github.com/jakobdev/jdtextedit
python qscintilla qt texteditor
Last synced: 9 months ago
JSON representation
Official Mirror of the Codeberg Repo
- Host: GitHub
- URL: https://github.com/jakobdev/jdtextedit
- Owner: JakobDev
- License: gpl-3.0
- Created: 2022-04-09T08:48:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-07T14:16:10.000Z (about 1 year ago)
- Last Synced: 2025-06-07T14:34:42.895Z (about 1 year ago)
- Topics: python, qscintilla, qt, texteditor
- Language: Python
- Homepage: https://codeberg.org/JakobDev/jdTextEdit
- Size: 1.94 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jdTextEdit
[](https://pypi.org/project/jdTextEdit)
[](https://sourceforge.net/projects/jdtextedit/files/latest/download)
jdTextEdit is a powerful texteditor with a lot of features.
- Syntaxhighlighting
- Highly customizable
- Different encodings are supported
- The session can be saved
- User interface in German and English
- Spell Checking
- Portable mode
- Pluginsupport
- Bookmarks
- Macros
- Support for [.editorconfig](https://editorconfig.org/)
[View the Documentation](https://jdtextedit.readthedocs.io)
## Installation
### Windows
Download a Windows Binary from [SourceForge](https://sourceforge.net/projects/jdtextedit/files/). It includes a Python interpreter and all needed libs.
### Flatpak
jdTextEdit is on [Flathub](https://flathub.org/apps/details/com.gitlab.JakobDev.jdTextEdit)
### Arch/Manjaro
jdTextEdit is in the [Arch User Repository](https://aur.archlinux.org/packages/jdtextedit/).
### Haiku
jdTextEdit can be installed with HaikuDepot.
### pip
All Systems with has a Python interpreter and pip installed can install jdTextEdit with pip.
```
pip install jdTextEdit
```