Metadata-Version: 2.1
Name: jdTextEdit
Version: 8.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
Description: # 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
        - Spell Checking
        - Portable mode
        - Pluginsupport
        - Bookmarks
        - Macros
        - Support for [.editorconfig](https://editorconfig.org/)
        
        You need [Python](https://www.python.org/) to run jdTextEdit.
        
        Install all needed dependencies before the first run:
        `pip install -U -r requirements.txt`
        
        You can download Windows builds from [SourceForge](https://sourceforge.net/projects/jdtextedit/files/).
        
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6
Description-Content-Type: text/markdown
