Standalone text editor widget for Pythonists that love Qt & SublimeText!!!
- Do you want to create a python IDE?
- Do you to create a python tool that needs powerful text editing?
- Do you want to add a fancy graphical loggers to your existing project?
...
If that's so, this project is for you... pyblime is intended to become a powerful text editor widget replacement for the pyqt/pyside2 builtin ones
The following projects were used:
- sublimetext Target to emulate :)
- syntect Rust library for syntax highlighting using Sublime Text syntax definitions
- pysyntect Python bindings for syntect
- pyo3 Rust bindings for Python. Used to create the syntect python bindings
- qscintilla QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control
- scintilla Used by QScintilla
- pyqt PyQt brings together the Qt C++ cross-platform application framework and the cross-platform interpreted language Python