Markus Nißl
Markus Nißl
> It's really all controlled by Scintilla; not directly controllable by Notepad++. No, it's up to the application to control Scintilla correctly. I ran into the same situation with my...
Your suggestion breaks the semantics of `BindIf`: the current implementation simply returns the incoming result if the condition is not met. With your suggestion, if the condition is not met,...
Well, I'm not familiar with F# and functional programming paradigms in particular. I read a little bit about F# and functional programming yesterday and stumbled over [this article on bind](https://fsharpforfunandprofit.com/posts/elevated-world-2/)...
Well, let me explain the reasoning behind this issue: I use a chain of mulitple `Bind`/`Tap` calls to load data from a database, which basically looks like this: ```cs db.LoadDataA()...
My original formatting is how I code in my projects. In order to save vertical space here, I went for this horizontally aligned formatting. Nope, I did mean `Map` because...
Either the intention of `Check()` and `CheckIf()` is to check the returned value (`Result` and `UnitResult` don't feature a value) ... or the overload for `Result` is missing.
As a quick fix, I disabled toast notifications for Windows Powershell as I have no other Powershell tool that uses toasts.
> @sasumner It looks like that this is not Scintilla-specific, but Notepad++-specific issue, so the “scintilla dependent” label on this issue is not correct. Yes and no. GDI can handle...
> Probably you are reluctant to do the work of actually applying your efforts to Notepad++. I can understand that. [My patch]( https://sourceforge.net/p/scintilla/code/merge-requests/36/) needs to be applied to Scintilla, not...
> Although I have no idea about the validity of your patch, I'll assume it is fine and offer my sympathies that it wasn't integrated. My patch is fine: it...