-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Description
Description of the Issue
Plugins are able to set a list of custom word chars (e.g. using SCI_SETWORDCHARS). When a link is double clicked this custom list of characters is reset.
Steps to Reproduce the Issue
-
Have a file such as
http://example.com
$abc -
Double click the
b. Onlyabcis selected. (which is expected behavior) -
Modify the word chars. For example use LuaScript and run
editor.WordChars = editor.WordChars .. '$'
-
Repeat step 2. Now
$abcis selected. -
Double click the link.
-
Repeat step 2 again. Now only
abcis selected.
Expected Behavior
N++ should respect plugins setting a custom list of word chars.
Actual Behavior
The custom list of word chars is getting reset when clicking on links.
Debug Information
Notepad++ v6.9.2
Build time : May 18 2016 - 00:34:05
Path : C:\Program Files (x86)\Notepad++\notepad++.exe
Admin mode : ON
Local Conf mode : OFF
OS : Windows 7
Plugins : DoxyIt.dll LuaScript.dll mimeTools.dll NppConverter.dll NppExport.dll PluginManager.dll
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels