Zufu Liu
Zufu Liu
Quote from https://learn.microsoft.com/en-us/visualstudio/releases/2026/release-notes#c > # Toolset Windows support > The Microsoft C++ toolset now requires Windows 10 or Windows Server 2016 as the minimum supported operating systems. > > The...
Plugin is not supported. You can test error log Lexer (https://github.com/ScintillaOrg/lexilla/blob/master/lexers/LexErrorList.cxx) in SciTE (https://www.scintilla.org/SciTE.html), and check whether it works, then integrate it (or write a new lexer) to Notepad4.
> the cursor is placed after the pasted info; It works as if you just typed the pasted text, so caret is after the pasted text instead of retains at...
Same as SciTE, Alt + Left Click creates rectangular selection.
> a Scintilla issue? I think so.
Just ignore it if you don't want consistent line endings for the file.
> and paste into a string in a serverside script that serves it up as JS within an overall htm output Use Tools -> Action on Selection -> CSS/JS/JSON Compress.
The menus were added from issue #614, whole implementation may require external tools.
> as a result it has to be handled with a manual find and replace to remove **\[newline]** Implemented by commit 1ab6573e7634c989ba3739282d1cc3e111e1a6c0. > 2\. The case where white-space of code...
That may break some code, e.g. `str.replace('\r\n', '')`.