Метод | Описание | |
---|---|---|
CreateNew ( IEditor iEditor ) : bool |
新規作成
|
|
CreateNewPlus ( IEditor iEditor ) : bool |
引き継いで新規作成
|
|
OpenFile ( IEditor editor ) : bool |
ファイルを開く
|
|
OpenFile ( IEditor editor, String filePath ) : bool |
パスを指定してファイルを開く
|
|
SaveFile ( ) : bool |
ファイルをセーブする
|
|
SaveFile ( string toFile ) : bool |
ファイル名を指定してファイルを保存する
|
|
SaveFileWithName ( ) : bool |
名前をつけて保存
|
Метод | Описание | |
---|---|---|
GetFolderPath ( ) : string |
保存先フォルダーのパスを取得する
|
public CreateNew ( IEditor iEditor ) : bool | ||
iEditor | IEditor | テキストを取得するためのIEditorインターフェース |
Результат | bool |
public CreateNewPlus ( IEditor iEditor ) : bool | ||
iEditor | IEditor | テキストを取得するためのIEditorインターフェース |
Результат | bool |
public OpenFile ( IEditor editor ) : bool | ||
editor | IEditor | テキストを展開するためのIEditorインターフェース |
Результат | bool |
public OpenFile ( IEditor editor, String filePath ) : bool | ||
editor | IEditor | テキストを展開するためのIEditorインターフェース |
filePath | String | ファイルを開くパス |
Результат | bool |