cshnik
cshnik
Check the following test case: 1. Patch sources to enable sharing access to log file 2. Setup ``DebugLog=1`` 3. Enable Auto-reload (Alt+F5) 4. Open ``n2e_log.log`` and make app produce some...
> Check the following test case: > > 1. Patch sources to enable sharing access to log file > 2. Setup `DebugLog=1` > 3. Enable Auto-reload (Alt+F5) > 4. Open...
Fixed n2e logging to make log tracking/auto reloading available within ``Notepad2e`` by explicitly committing data to disk after each message.
Fixed.
Current wrap/unwrap implementation does not support Unicode quote chars. Need addition research/re-implementation. Please confirm if this issue has top priority.
Addressed in 94f839dc in master-branch.
This is a general Scintilla's problem related to how Undo-history works, actually it never saves/restores cursor position. Please follow next steps using common editor manipulations: 1. Insert next text: >...
Please consider the following: 1. [IsTextUnicode](https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-istextunicode) function is used when trying to identify whether provided text is unicode or not. 2. It was found that function works differently on japanese/english...
Fixed.
Here are the points: 1. Scintilla's lexers are used when applying predefined highlighting rules. 2. CPP lexer is used for Javascript scheme. 3. Recent version of Scintilla still has no...