override void CShell.Modules.Editors.ViewModels.EditorViewModel.CanClose |
( |
System.Action< bool > |
callback | ) |
|
|
inline |
void CShell.Modules.Editors.ViewModels.EditorViewModel.Open |
( |
Uri |
uri | ) |
|
|
inline |
override void CShell.Modules.Editors.ViewModels.EditorViewModel.OnViewLoaded |
( |
object |
view | ) |
|
|
inlineprotected |
override void CShell.Modules.Editors.ViewModels.EditorViewModel.Save |
( |
| ) |
|
|
inlinevirtual |
override void CShell.Modules.Editors.ViewModels.EditorViewModel.SaveAs |
( |
string |
newFile | ) |
|
|
inlinevirtual |
string CShell.Modules.Editors.ViewModels.EditorViewModel.GetSelectionOrCurrentLine |
( |
| ) |
|
|
inline |
override bool CShell.Modules.Editors.ViewModels.EditorViewModel.Equals |
( |
object |
obj | ) |
|
|
inline |
IHighlightingDefinition CShell.Modules.Editors.ViewModels.EditorViewModel.GetHighlighting |
( |
string |
fileExtension | ) |
|
|
inlineprivate |
void CShell.Modules.Editors.ViewModels.EditorViewModel.Undo |
( |
| ) |
|
|
inline |
void CShell.Modules.Editors.ViewModels.EditorViewModel.Redo |
( |
| ) |
|
|
inline |
void CShell.Modules.Editors.ViewModels.EditorViewModel.Cut |
( |
| ) |
|
|
inline |
void CShell.Modules.Editors.ViewModels.EditorViewModel.Copy |
( |
| ) |
|
|
inline |
void CShell.Modules.Editors.ViewModels.EditorViewModel.Paste |
( |
| ) |
|
|
inline |
void CShell.Modules.Editors.ViewModels.EditorViewModel.SelectAll |
( |
| ) |
|
|
inline |
void CShell.Modules.Editors.ViewModels.EditorViewModel.Select |
( |
int |
start, |
|
|
int |
length |
|
) |
| |
|
inline |
Selects a section in the text.
- Parameters
-
start | The start index of the selection. |
length | The length of the selection. |
Implements CShell.Framework.ITextDocument.
void CShell.Modules.Editors.ViewModels.EditorViewModel.Comment |
( |
| ) |
|
|
inline |
void CShell.Modules.Editors.ViewModels.EditorViewModel.Uncomment |
( |
| ) |
|
|
inline |
override void CShell.Modules.Editors.ViewModels.EditorViewModel.CanClose |
( |
System.Action< bool > |
callback | ) |
|
|
inline |
void CShell.Modules.Editors.ViewModels.EditorViewModel.Open |
( |
Uri |
uri | ) |
|
|
inline |
override void CShell.Modules.Editors.ViewModels.EditorViewModel.OnViewLoaded |
( |
object |
view | ) |
|
|
inlineprotected |
override void CShell.Modules.Editors.ViewModels.EditorViewModel.Save |
( |
| ) |
|
|
inlinevirtual |
override void CShell.Modules.Editors.ViewModels.EditorViewModel.SaveAs |
( |
string |
newFile | ) |
|
|
inlinevirtual |
string CShell.Modules.Editors.ViewModels.EditorViewModel.GetSelectionOrCurrentLine |
( |
| ) |
|
|
inline |
override bool CShell.Modules.Editors.ViewModels.EditorViewModel.Equals |
( |
object |
obj | ) |
|
|
inline |
IHighlightingDefinition CShell.Modules.Editors.ViewModels.EditorViewModel.GetHighlighting |
( |
string |
fileExtension | ) |
|
|
inlineprivate |
void CShell.Modules.Editors.ViewModels.EditorViewModel.Undo |
( |
| ) |
|
|
inline |
void CShell.Modules.Editors.ViewModels.EditorViewModel.Redo |
( |
| ) |
|
|
inline |
void CShell.Modules.Editors.ViewModels.EditorViewModel.Cut |
( |
| ) |
|
|
inline |
void CShell.Modules.Editors.ViewModels.EditorViewModel.Copy |
( |
| ) |
|
|
inline |
void CShell.Modules.Editors.ViewModels.EditorViewModel.Paste |
( |
| ) |
|
|
inline |
void CShell.Modules.Editors.ViewModels.EditorViewModel.SelectAll |
( |
| ) |
|
|
inline |
void CShell.Modules.Editors.ViewModels.EditorViewModel.Select |
( |
int |
start, |
|
|
int |
length |
|
) |
| |
|
inline |
Selects a section in the text.
- Parameters
-
start | The start index of the selection. |
length | The length of the selection. |
Implements CShell.Framework.ITextDocument.
void CShell.Modules.Editors.ViewModels.EditorViewModel.Comment |
( |
| ) |
|
|
inline |
void CShell.Modules.Editors.ViewModels.EditorViewModel.Uncomment |
( |
| ) |
|
|
inline |
string CShell.Modules.Editors.ViewModels.EditorViewModel.originalText |
|
private |
string CShell.Modules.Editors.ViewModels.EditorViewModel.path |
|
private |
string CShell.Modules.Editors.ViewModels.EditorViewModel.fileName |
|
private |
bool CShell.Modules.Editors.ViewModels.EditorViewModel.isDirty |
|
private |
CodeTextEditor CShell.Modules.Editors.ViewModels.EditorViewModel.textEditor |
|
private |
EditorView CShell.Modules.Editors.ViewModels.EditorViewModel.editorView |
|
private |
string CShell.Modules.Editors.ViewModels.EditorViewModel.File |
|
get |
override Uri CShell.Modules.Editors.ViewModels.EditorViewModel.Uri |
|
getset |
override bool CShell.Modules.Editors.ViewModels.EditorViewModel.IsDirty |
|
getset |
string CShell.Modules.Editors.ViewModels.EditorViewModel.Text |
|
getset |
The documentation for this class was generated from the following file: