Zufu Liu
Zufu Liu
Here is read file code: https://github.com/zufuliu/notepad2/blob/226180b69acd08cc8fbd14797588ad16af4df1bd/src/Edit.c#L968-L1041
`\\CloudDirve\X\Aliyun\1\1.tx` is treated as Windows share (Samba) path.
The syntax is not supported by current regex engine, see https://www.scintilla.org/ScintillaDoc.html#Searching.
ASCIIDoc (issue #74) is more complex to parse.
The decoded result is correct: ```python >>> import base64 >>> base64.b64decode('RABQAEEAWgA2AC0AUwBIADIAVQBQAC0AUwA3AFoAWgBaAC0AWAA0ADcAVABVAC0ARgBVAEwAMgBYAA==') b'D\x00P\x00A\x00Z\x006\x00-\x00S\x00H\x002\x00U\x00P\x00-\x00S\x007\x00Z\x00Z\x00Z\x00-\x00X\x004\x007\x00T\x00U\x00-\x00F\x00U\x00L\x002\x00X\x00' ```
You can save the decoded result in a file then reload the file with UTF16-LE encoding.
SciTE has these functions, https://www.scintilla.org/SciTE.html 
Fixed by b64e2a46bcf428faf12c8bf0f759f57f05ccede8.
> Now just looking at that destination list there should also be coloured as CLng Done in 6fcc1702e00d5c85fdd6a77287360ae81aa40926.
function list will be added later (when `LexVB.cxx` is rewritten, keywords in `stlVB.c` and `stlVBS.c` will be changed to auto-generating from API files), I already have incomplete API files for...