-
### Steps to reproduce:
Execute the script below (I've tested it with python 3.7 and wxPython==4.1.1)
```py
# -*- coding: utf-8 -*-
"""Test styled text ctrl module."""
from typing import Option…
-
I just completed upgrading my application from Scintilla 2.6 to 3.5.1. Thank you very much for finally solving the Unicode mapping problem. Well worth the work to upgrade!
In order to migrate, I ha…
-
I've noticed some oddities while trying to get the AutoComplete to show:
Scenario 1: lowercase string-set; lowercase typing; IgnoreCase: false - SUCCESS (Expected)
Scenario 2: lowercase string-set; u…
-
```
已启动生成...
1>------ 已启动生成: 项目: WTLHelper, 配置: Debug x64 ------
2>------ 已启动生成: 项目: Lexilla, 配置: Debug x64 ------
3>------ 已启动生成: 项目: DiaHelper, 配置: Debug x64 ------
4>------ 已启动生成: 项目: HexContr…
-
Currently the enhanced annotation editor is implemented in the `Bonsai.Design` package. This is not ideal, as it brings in specific dependencies, i.e. Scintilla.NET which end up being unnecessarily pr…
-
Currently the Script Console is not Python syntax aware (but it does apply text styles to copied&pasted text. It could be much better if it was using e.g. Scintilla for "understanding" Python.
- ht…
-
Here are references from other projects based on Scintilla:
http://hg.code.sf.net/p/scintilla/scite/file/tip/src/asciidoc.properties
https://github.com/notepad-plus-plus/userDefinedLanguages/blo…
-
Two consecutive "go to matching brace" commands have to return us to the original position. After we moved to the matching brace, we still should see the same brace pair highlighted. All Scintilla-bas…
dyura updated
5 years ago
-
### Description of the Issue
When defining Num+ and Num- to perform SCI_LINESCROLLUP/DOWN, that works, but also inserts + and - into the text.
### Steps to Reproduce the Issue
1. Define Num+ an…
-
Related issues:
* https://github.com/XhmikosR/notepad2-mod/issues/190.
* https://sourceforge.net/p/scintilla/bugs/341/
* https://sourceforge.net/p/scintilla/feature-requests/470/