Skip to content

SublimeText standalone text editor widget

Notifications You must be signed in to change notification settings

forkeith/pyblime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyblime

Freenode

Standalone text editor widget for Pythonists that love Qt & SublimeText!!!

Screenshots

test_themes

test_simple

Why should you use pyblime?

  • 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

References/Credits

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