Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. [Announcement] pyside6-scintilla 5.6.3.0 — MIT-licensed Scintilla binding for PySide6
Qt 6.11 is out! See what's new in the release blog

[Announcement] pyside6-scintilla 5.6.3.0 — MIT-licensed Scintilla binding for PySide6

Scheduled Pinned Locked Moved Qt for Python
pythonqt for pythonpyside
1 Posts 1 Posters 61 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    iborco
    wrote last edited by iborco
    #1

    Hi all,

    I've published the first PyPI release of pyside6-scintilla, a
    shiboken6-based binding exposing Scintilla's ScintillaEditBase widget to
    PySide6.

    Why: QScintilla is the standard Scintilla binding for Qt + Python, but
    it's PyQt-only and GPLv3/commercial-licensed. Scintilla's own license
    (HPND) is permissive, so this project wraps it directly for PySide6 users
    under MIT.

    What works now: ScintillaEditBase — the low-level SCI_* message
    API via .send()/.sends(), same as the C interface. See the example app
    for a working demo (line-number margin, block/rectangular selection).

    Install: pip install pyside6-scintilla — pre-built wheels for Linux
    x86_64, Windows x86_64, macOS arm64/x86_64, Python 3.11-3.14.

    Planned: ScintillaEdit (the full ~700-method convenience API), Linux
    aarch64 wheels, and a docs site.

    Repo: https://github.com/borco/pyside6-scintilla

    Feedback and issue reports welcome!

    1 Reply Last reply
    1
    • I iborco marked this topic as a regular topic

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved