Metadata-Version: 2.1
Name: jdTextEdit
Version: 10.0
Summary:  A powerful texteditor with a lot of features
Home-page: https://gitlab.com/JakobDev/jdTextEdit
Author: JakobDev
Author-email: jakobdev@gmx.de
License: GPL v3
Download-URL: https://gitlab.com/JakobDev/jdTextEdit/-/releases
Project-URL: Issue tracker, https://gitlab.com/JakobDev/jdTextEdit/-/issues
Project-URL: Documentation, https://jdtextedit.readthedocs.io
Keywords: JakobDev,QScintilla,PyQt,PyQt5,Editor,Texteditor,Macro
Platform: UNKNOWN
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: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: Use cchardet as encoding detector 
Provides-Extra: Use charset_normalizer as encoding detector 
License-File: LICENSE

# 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.

### 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
```


