Metadata-Version: 2.1
Name: jdTextEdit
Version: 5.4
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
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
Requires-Dist: PyQt5
Requires-Dist: QScintilla
Requires-Dist: chardet
Requires-Dist: requests
Requires-Dist: jdTranslationHelper

# 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
- Very well configurable
- Different encodings are supported
- The session can be saved
- User interface in German and English
- Portable mode
- Pluginsupport
- Bookmarks
- Macros

You need [Python](https://www.python.org/) to run jdTextEdit.

Install all needed dependencies before the first run:
`pip install -r requirements.txt`


