andreikop / qutepart

Code editor component for PyQt5
http://enki-editor.org
GNU Lesser General Public License v2.1
111 stars 30 forks source link

PySide Support #64

Closed jbeukelman closed 7 years ago

jbeukelman commented 7 years ago

Your documentation states this control is for PyQt and Pyside, but I'm not seeing how this would work with PySide.

34 mentions there is a PySide branch, but I'm not seeing it. Has the PySide branch been discontinued?

Thanks!

bjones1 commented 7 years ago

As far as I know, the pyside branch was dropped when Enki was ported to Python 3.x / Qt 5.x. Looking at https://wiki.qt.io/PySide2, is seems like PySide is still lagging Qt releases. Current (development) Enki relies on Qt 5.8. Until there's better support from PySide, I don't think this is possible.

jbeukelman commented 7 years ago

You're right, the latest version could not be ported to PySide. PySide2 work is progressing but it looks like a stable release is still a ways out.
Perhaps I'll grab the 2.2.3 code and see if I can port it myself.

bjones1 commented 7 years ago

Sounds good!