CodePanel
The visual panel for code editing and compiling.
Erbt von: UserControl
Implementiert: IPersistable, IUndoRedoManager, IComponentConnector
Konstruktoren
CodePanel()
Initializes a new instance of the CodePanel.
Eigenschaften
AutoCompile : bool
Auto compile when code changed.
CompileCommand : ICommand
The command for the code compilation.
IsTypeCompatible : Func<Type, bool>
Is type compatible.
RedoCommand : ICommand
The command for return the changes.
ReferencesCommand : ICommand
The command for the references modification.
SaveCommand : ICommand
The command for the code saving.
ShowToolBar : bool
To show the review panel.
StartCommand : ICommand
The command for start execution.
UndoCommand : ICommand
The command for undo the changes.
Methoden
EditReferences()
Edit references.
InitializeComponent()
InitializeComponent
Ereignisse
CodeChanged : Action
The code change event.
CompiledCode : Action
The code compilated event.
LayoutChanged : Action
The layout changed event.
ReferencesUpdated : Action
The links update event.
SavingCode : Action
The code saving event.
Felder
AutoCompileProperty : DependencyProperty
DependencyProperty for AutoCompile.
CompileCommandProperty : DependencyProperty
DependencyProperty for CompileCommand.
RedoCommandProperty : DependencyProperty
DependencyProperty for RedoCommand.
ReferencesCommandProperty : DependencyProperty
DependencyProperty for ReferencesCommand.
SaveCommandProperty : DependencyProperty
DependencyProperty for SaveCommand.
ShowStartProperty : DependencyProperty
DependencyProperty for ShowStart.
ShowToolBarProperty : DependencyProperty
DependencyProperty for ShowToolBar.
StartCommandProperty : DependencyProperty
DependencyProperty for StartCommand.
UndoCommandProperty : DependencyProperty
DependencyProperty for UndoCommand.