Метод | Описание | |
---|---|---|
ChangeSyntax ( Language language ) : void |
Changes the language of the given FastColoredTextBox instance and clears all styles.
|
|
Editor ( MainForm parent ) : FastColoredTextBoxNS |
Constructs the Editor.
|
|
Save ( ) : bool |
Attempts to save the current file.
|
|
SetCurrentEditorSyntaxHighlight ( string fName ) : void |
Метод | Описание | |
---|---|---|
CreateSaveDialog ( ) : SaveFileDialog | ||
DetectSyntax ( string ext ) : void | ||
Editor_FormClosing ( object sender, FormClosingEventArgs e ) : void |
public ChangeSyntax ( Language language ) : void | ||
language | Language | Language |
Результат | void |
public Editor ( MainForm parent ) : FastColoredTextBoxNS | ||
parent | MainForm | |
Результат | FastColoredTextBoxNS |
public SetCurrentEditorSyntaxHighlight ( string fName ) : void | ||
fName | string | |
Результат | void |