-
Will not build on Mac OS X El Capitan 10.11.6 or Ubuntu 17.04. Have tried Qt5.7 and Qt4 with version 2 and release 1.9.04. Appears to be the same unresolved issue [experienced here](http://www.monkeys…
-
I am following up on [this thread](https://in-thread.sonic-pi.net/t/linux-build-is-failing/7076/4), as Sam asked me not to discuss build issues on in-thread.
I keep having the issue described there…
-
- PyQt5 needs to be updated to PyQt6
- QScintilla depends on PyQt5 and needs to be updated to PyQt6-QScintilla (https://pypi.org/project/PyQt6-QScintilla)
- liblo, which underlies pyliblo, does not …
-
@hydrargyrum Hello, nice to meet you, first of all let me tell you I've landed to your repo by googling "qscintilla multiselection", started inspecting the folder structure and I've got impressed abou…
-
### What did you do?
1. Create a multi-line cursor (aka rectangular selection) with Ctrl+Shift+LMB, or Ctrl+Shift+Up/Down.
2. Type text, or use Ctrl+V to paste text.
### What did you expect to see?…
-
`ImportError: /home/beast/.local/lib/python3.10/site-packages/PyQt5/Qsci.abi3.so: undefined symbol: _ZdlPvm, version Qt_5`
Here's the install log:
```$ pip install QssStylesheetEditor-1.7-py3-no…
-
In your example qscintilla_docs/examples/custom_lexer_basic_with_folding.py there is no folding at all.
-
RosaLinux
version 2022.2
How to link system libraries to avoid re-assembly of quazip and qscintilla.The project is being assembled, but it's getting in the way.
-
as seen here: https://www.sublimetext.com/
and described here: https://www.sublimetext.com/docs/2/multiple_selection_with_the_keyboard.html
scintilla seems to support it:
https://stackoverflow.co…
-
We can create Python script in the utils folder to convert Python stub files (.py or .pyi files) into the files that Qscintilla takes to generate the autocompletion.
Example input stub files to use…