프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AssembleMenu | void | ||
ReleaseDesignerOutlets | void |
메소드 | 설명 | |
---|---|---|
ConfigureEditor ( ) : void |
Configures the editor with the current user preferences.
|
|
PopulateFormattingMenu ( ) : void |
Populates the formatting menu with any additional commands defined in the language.
|
|
PreviewContents ( ) : void |
Previews the current contents of the editor.
|
|
PrintDocument ( NSPrintInfo info ) : void |
Prints the document that is currently being edited.
|
|
ReformatText ( bool updateLanguage ) : void |
Re-run syntax highlighting for the entire text of the document.
|
|
SetLanguageFromPath ( string path ) : void |
Attempts to set the syntax highlighting language based on the extension of the file being opened.
|
|
SetLanguageToCSharp ( ) : void |
Sets the language to C sharp.
|
|
SetLanguageToHTML ( ) : void |
Sets the language to HTML.
|
|
SetLanguageToMarkDown ( ) : void |
Sets the language to MarkDown.
|
|
SetLanguageToXML ( ) : void |
Sets the language to XML.
|
|
UnpopulateFormattingMenu ( ) : void |
Unpopulates the formatting menu with the previous languages extra formatting commands.
|
|
ViewController ( |
Initializes a new instance of the SourceWriter.ViewController class.
|
|
ViewDidAppear ( ) : void |
This method is called after the View being handled by this View Controller has been displayed on screen.
|
|
ViewDidLoad ( ) : void |
This method is called once the view controller has been inflated from the Storyboard file.
|
|
ViewWillAppear ( ) : void |
This method is called just before the View being handled by this View Controller will be displayed so you can do any preperation first.
|
|
ViewWillDisappear ( ) : void |
This method is called before the view being handled by this View Controller is removed from the screen to allow you to do any last minute clean-up.
|
메소드 | 설명 | |
---|---|---|
AssembleMenu ( NSMenu menu, List |
Recursively build a menu from the set of Language Format Commands.
|
|
ReleaseDesignerOutlets ( ) : void |
public PrintDocument ( NSPrintInfo info ) : void | ||
info | NSPrintInfo | A |
리턴 | void |
public ReformatText ( bool updateLanguage ) : void | ||
updateLanguage | bool | If set to |
리턴 | void |
public SetLanguageFromPath ( string path ) : void | ||
path | string | Path. |
리턴 | void |
public ViewController ( |
||
handle | Handle. | |
리턴 | System |