Jacob Slusser

Results 51 comments of Jacob Slusser

Actually, I read the story when it broke several weeks ago. What the hack boils down to is replacing one or more of the DLLs used in Notepad++ with modified...

I will add AutoIt to the list of available lexers, but until then you can do pretty much anything you need using the existing APIs as you discovered and as...

@vinodvinu I think there is still a little confusion... 1). I _will_ add official support for the AutoIt lexer but I haven't _yet_... 2). My code sample above explains how...

Issue #1 specifically requested that HTML be copied to the clipboard and so that is how it got implemented. I think I can also export it as a string if...

Partial support for this was added in the 3.5.4 release. I'll leave the issue open though because I want to get RTF support completed before I close it out.

It wouldn't be fair to call ScintillaNET a RTF editor by any stretch of the definition, even when support for exporting is complete. RTF allows for quite a few additional...

You shouldn't be receiving this exception. It is likely you are doing something with Scintilla outside the standard API. Maybe you can explain more what is causing it.

Cool. I love helpful suggestions. I'll see about getting these in.

In issue #307 I give a pretty good example of how to do folding. In your case, it looks to me like you are resetting the fold value to `0`...

Thanks, we'll include this in the next release.