-
The [/runtimes/win-x64/native/Scintilla.dll](https://github.com/desjarlais/Scintilla.NET/blob/master/Scintilla.NET/runtimes/win-x64/native/Scintilla.dll) file (v. 5.5.2), is flagged by VirusTotal:
…
-
On Ubuntu 24.04.1, the m[c/x]gui built-in editor fails due to missing scintilla dependencies and missing Qt6-transition code.
At e.g. `File->New` one yields
```
mcgui
loading system configurati…
-
Would you consider adding an option (perhaps a checkbox in settings) to use Scintilla autocomplete instead of a plugin "native" version? This would mean that simply typing would also trigger autocomp…
-
name: Bug
description: File a bug/issue
title: "[BUG] "
#labels: ["bug"]
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: |
Please…
-
```
Here is an article about a potential replacement for scintilla:
http://habrahabr.ru/post/188144/
It makes sense to give it a try.
```
Original issue reported on code.google.com by `sergey.s...@…
-
build214
Firing event 'KeyDot' failed.
Traceback \(most recent call last\):
File "C:\Python23\Lib\site-packages\pythonwin\pywin\scintilla\bindings.py", line 145, in fire
rc = binding.handler\(…
-
```
Here is an article about a potential replacement for scintilla:
http://habrahabr.ru/post/188144/
It makes sense to give it a try.
```
Original issue reported on code.google.com by `sergey.s...@…
-
Hi, I've compiled Geany from source (works great!) and now I'm trying to make some customizations to Scintilla, using `scripts/update_scintilla.sh`
Importing the files from the downloaded copy of S…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description of the Issue
Apologies in advance if this issue is a duplicate.
A graphical glitch occurs…
-
`scintilla_send_message` accepts a magic number in first argument - message id but GeanyPy doesn't provide any human-readable constants for that. There are another issue with send_message (see #32).
…