Missing SCI_SETFIRSTVISIBLELINE in Scintilla.INativeScintilla.cs

There is method int INativeScintilla.GetFirstVisibleLine() { return _ns.SendMessageDirect(Constants.SCI_GETFIRSTVISIBLELINE, 0, 0); } but there is no SetFirstVisibleLine() which could sen...

Id #32711 | Release: None | Updated: Mon at 11:14 AM by virious | Created: Mon at 11:13 AM by virious

Support for callback commands

Currently Scintilla only supports binding keyboard shortcuts to one of the BindableCommand enumeration values. This is restrictive and can't support user-defined commands. Add support for binding ...

Id #32623 | Release: None | Updated: Apr 26 at 2:06 AM by jacobslusser | Created: Apr 26 at 2:06 AM by jacobslusser

Support for multi-key (chord) shortcuts

Self explanatory. This has been on the wish list for a while.

Id #32622 | Release: None | Updated: Apr 26 at 2:00 AM by jacobslusser | Created: Apr 26 at 2:00 AM by jacobslusser

Calltip:HighlightStart invalid handler

Version 2.5 In Calltip: Case 1: HighlightStart in set NativeScintilla.CallTipSetHlt(_highlightStart, _highlightStart); It should be -> NativeScintilla.CallTipSetHlt(_high...

Id #32552 | Release: ScintillaNET 2.5 | Updated: Apr 21 at 11:10 PM by jacobslusser | Created: Apr 11 at 5:12 PM by evgeniyn

Folding doesn't work on start

Version 2.5 Precondition: In Designer of MS Visual C# Express 2008 Folding.IsEnabled without changes and always true, Problem: Folding doesn't work. Small workaround to enable it. On FormLoad I h...

Id #32551 | Release: None | Updated: May 2 at 9:20 PM by Mattman | Created: Apr 11 at 4:58 PM by evgeniyn

SnippetManager.ShowSurroundWithList() issue

I've update version from 2.2 to 2.5 and found few issues. Case 1: In SnippetManage.ShowSurroundWithList() doesn't implemented right. It same as ShowSnippetList() with small difference, ShowSnippetL...

Id #32550 | Release: ScintillaNET 2.5 | Updated: Apr 30 at 12:23 PM by evgeniyn | Created: Apr 11 at 4:45 PM by evgeniyn

Wrong StreamCommentSuffix for CPP

In cpp.xml StreamCommentSuffix is set to "/*" when it should be "*/".

Id #32524 | Release: ScintillaNET 2.5 | Updated: Apr 20 at 2:26 AM by jacobslusser | Created: Apr 3 at 10:10 AM by virious

Document and mark the Scintilla.Encoding property Advanced

The Encoding property on Scintilla confuses a lot of new users. For the most part it should be set to UTF-8 and left alone.

Id #32450 | Release: None | Updated: Mar 17 at 6:39 PM by jacobslusser | Created: Mar 17 at 6:39 PM by jacobslusser

Merge themed border support from 3.0 branch

Merge themed border support from 3.0 branch.

Id #32449 | Release: None | Updated: Mar 17 at 6:34 PM by jacobslusser | Created: Mar 17 at 6:34 PM by jacobslusser

Convert ConfigurationManager to use reflection

The current implementation of the ConfigurationManager is a lengthy block of code that manually reads out each XML value and updates the corresponding Scintilla value. Modifications to this code ar...

Id #32447 | Release: None | Updated: Mar 26 at 12:53 PM by The_Chaoz | Created: Mar 17 at 4:22 PM by jacobslusser