Interface ICodeEditor
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface ICodeEditor : IUIPanelView
Properties
Declaration
object CodeDoc { get; set; }
Property Value
Declaration
ICodeStepsPanel ContentUI { get; }
Property Value
Methods
Declaration
void AttachHandler(TestCodeEvent type, RoutedEventHandler routedEventHandler)
Parameters
|
TestCodeEvent
type
|
|
System.Windows.RoutedEventHandler
routedEventHandler
|
Declaration
void DetachHandler(TestCodeEvent type, RoutedEventHandler routedEventHandler)
Parameters
|
TestCodeEvent
type
|
|
System.Windows.RoutedEventHandler
routedEventHandler
|
Declaration
void DisplayCompilationErrors(ParsedCodeStepsCollection steps, string errorFiles, string allErrors, bool nonStepError)
Parameters
Declaration
void GotoLine(int lineNumber, int caretOffset)
Parameters
|
System.Int32
lineNumber
|
|
System.Int32
caretOffset
|