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

HideCurrentExecutionPoint() public method

public HideCurrentExecutionPoint ( ) : void
return void
        public void HideCurrentExecutionPoint()
        {
            scintillaControl1.MarkerDeleteAll(MARKER_TYPE_CURRENT_STATEMENT);
            scintillaControl1.MarkerDeleteAll(MARKER_TYPE_CURRENT_STATEMENT2);
        }
ScintillaWrapper