Metadata-Version: 2.4
Name: jdTextEdit
Version: 11.3
Summary: An advanced text editor
Author-email: JakobDev <jakobdev@gmx.de>
License-Expression: GPL-3.0-only
Project-URL: Issues, https://codeberg.org/JakobDev/jdTextEdit/issues
Project-URL: Source, https://codeberg.org/JakobDev/jdTextEdit
Project-URL: Documentation, https://jdtextedit.readthedocs.io
Project-URL: Donation, https://ko-fi.com/jakobdev
Keywords: JakobDev,QScintilla,PyQt,PyQt6,Editor,Texteditor,Macro
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: Other Environment
Classifier: Environment :: X11 Applications :: Qt
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Topic :: Text Editors
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt6
Requires-Dist: PyQt6-QScintilla
Requires-Dist: chardet
Requires-Dist: requests
Requires-Dist: jdTranslationHelper
Requires-Dist: EditorConfig
Requires-Dist: pyenchant
Requires-Dist: lxml
Provides-Extra: use-cchardet
Requires-Dist: cchardet; extra == "use-cchardet"
Provides-Extra: use-charset-normalizer
Requires-Dist: charset_normalizer; extra == "use-charset-normalizer"
Dynamic: license-file

# jdTextEdit
[![Download jdTextEdit](https://img.shields.io/pypi/dm/jdTextEdit.svg)](https://pypi.org/project/jdTextEdit)
[![Download jdTextEdit](https://img.shields.io/sourceforge/dt/jdtextedit.svg)](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
```
