You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use getTextRange, notepad++ just crash and is closed without a message or error.
Configuration:
Notepad++ v8.3.1 (64-bit)
Build time : Feb 13 2022 - 15:41:12
Path : C:\_PortablePrograms\Notepad++\notepad++.exe
Command Line :
Admin mode : OFF
Local Conf mode : ON
Cloud Config : OFF
OS Name : Windows 10 Pro (64-bit)
OS Version : 2009
OS Build : 19044.1466
Current ANSI codepage : 1252
Plugins : DSpellCheck.dll HexEditor.dll mimeTools.dll NppConverter.dll NppExec.dll NppExport.dll PythonScript.dll XMLTools.dll
PythonScript Version 1.5.4.0 64bit
Notepad++ 8.3 and above added huge file support and because of that plugins that use SCI_GETTEXTRANGE need to be rebuilt and a new version of the plugin released.
expected to fix:
- editor.getTextRange crash notepad++ #224
- findText do not find text #223
- Notepad++ 8.3 builds change Sci_position leading to crash #218
When I use getTextRange, notepad++ just crash and is closed without a message or error.
Configuration:
Testfile:
Now I mark the word "test2as".
Console commands:
When I now execute getTextRange in the console the console turns solid grey and after a few seconds notepad++ close itself.
>>> editor.getTextRange(7, 14)
The text was updated successfully, but these errors were encountered: