AGS.Editor.ScintillaWrapper.ShowMatchingBrace C# (CSharp) Method

ShowMatchingBrace() public method

public ShowMatchingBrace ( bool beforeAndAfterCursor ) : void
beforeAndAfterCursor bool
return void
        public void ShowMatchingBrace(bool beforeAndAfterCursor)
        {
            ShowMatchingBrace(beforeAndAfterCursor, false);
        }

Same methods

ScintillaWrapper::ShowMatchingBrace ( bool beforeAndAfterCursor, bool alignIndentation ) : void
ScintillaWrapper