IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
void | Undo () |
void | Redo () |
void | Cut () |
void | Copy () |
void | Paste () |
void | SelectAll () |
void | Select (int start, int length) |
Selects a section in the text. More... | |
void | Comment () |
void | Uncomment () |
void | Undo () |
void | Redo () |
void | Cut () |
void | Copy () |
void | Paste () |
void | SelectAll () |
void | Select (int start, int length) |
Selects a section in the text. More... | |
void | Comment () |
void | Uncomment () |
![]() | |
void | Save () |
void | SaveAs (string newFile) |
void | Save () |
void | SaveAs (string newFile) |
Properties | |
string | Text [get, set] |
![]() | |
ICommand | CloseCommand [get] |
Uri | Uri [get] |
bool | IsDirty [get] |
void CShell.Framework.ITextDocument.Undo | ( | ) |
void CShell.Framework.ITextDocument.Redo | ( | ) |
void CShell.Framework.ITextDocument.Cut | ( | ) |
void CShell.Framework.ITextDocument.Copy | ( | ) |
void CShell.Framework.ITextDocument.Paste | ( | ) |
void CShell.Framework.ITextDocument.SelectAll | ( | ) |
void CShell.Framework.ITextDocument.Select | ( | int | start, |
int | length | ||
) |
Selects a section in the text.
start | The start index of the selection. |
length | The length of the selection. |
Implemented in CShell.Modules.Editors.ViewModels.EditorViewModel, and CShell.Modules.Editors.ViewModels.EditorViewModel.
void CShell.Framework.ITextDocument.Comment | ( | ) |
void CShell.Framework.ITextDocument.Uncomment | ( | ) |
void CShell.Framework.ITextDocument.Undo | ( | ) |
void CShell.Framework.ITextDocument.Redo | ( | ) |
void CShell.Framework.ITextDocument.Cut | ( | ) |
void CShell.Framework.ITextDocument.Copy | ( | ) |
void CShell.Framework.ITextDocument.Paste | ( | ) |
void CShell.Framework.ITextDocument.SelectAll | ( | ) |
void CShell.Framework.ITextDocument.Select | ( | int | start, |
int | length | ||
) |
Selects a section in the text.
start | The start index of the selection. |
length | The length of the selection. |
Implemented in CShell.Modules.Editors.ViewModels.EditorViewModel, and CShell.Modules.Editors.ViewModels.EditorViewModel.
void CShell.Framework.ITextDocument.Comment | ( | ) |
void CShell.Framework.ITextDocument.Uncomment | ( | ) |
|
getset |