Rainer Kottenhoff

Results 104 comments of Rainer Kottenhoff

The PR #122 makes a fixed change to DirectWrite technology. Since several people reported font rendering issues related to DirectWrite (e.g. blurry font display - maybe results from unfavorable Clear...

You can define your own Style: choose menu "Customize Schemes...", Dbl-Click Syntax you would like to change, select Caret (Color; size 1-3), enter for example: size:3; fore:#FF0000. (thicker than 3...

It is a Scintilla problem (see Feature Request (dated 2011): https://sourceforge.net/p/scintilla/bugs/1224), which has been rejected by the maintainers of the Scintilla library. Reason: Cut is implemented on document-level, Selection is...

... finally i grew a solution from scratch, reading Scintilla documentation carefully, and fixed it on NP3 fork (NP3 PR #55) 2017-08-16 2:59 GMT+02:00 Kofifus : > Maybe worth while...

You are right :-) Here is the pull-request (https://github.com/XhmikosR/notepad2-mod/pull/142) [need some time to learn Git ... :-)]

Hi, i can not reproduce this issue. Please provide an example text and passphrase (which shouldn't be a really secret ;-)). If you think, the text returned on entering a...

You are correct, there is a bug in it. I found the problem and corrected it. Now you will also get a MessageBox on entering a wrong Password, it does...

New experimental Feature [`Change History`](https://www.scintilla.org/ScintillaDoc.html#ChangeHistory) needs config switches, currently not available, will be developed soon.

Unfortunately not. The highly user configurable status-bar needs that option. (https://learn.microsoft.com/en-us/windows/win32/controls/status-bars#owner-drawn-status-bars).

This is a little bit tricky: ``` [Settings2] WebTemplate1="/O /T /L="%s" " HyperlinkShellExURLWithApp=D:\Program Files\TotalCMD\TOTALCMD64.EXE HyperlinkShellExURLCmdLnArgs=${URL} ``` (Space before last quote in `WebTemplate1`) Then Open selection with `WebTemplate1` context menu item.