Interface IEditorProvider
- Namespace
- Gemini.Framework.Services
- Assembly
- Gemini.dll
public interface IEditorProvider
Properties
FileTypes
IEnumerable<EditorFileType> FileTypes { get; }
Property Value
- IEnumerable<EditorFileType>
Methods
Create()
Returns
- IDocument
Handles(string)
bool Handles(string path)
Parameters
path
string
Returns
- bool
New(IDocument, string)
Task New(IDocument document, string name)
Parameters
document
IDocument
name
string
Returns
- Task
Open(IDocument, string)
Task Open(IDocument document, string path)
Parameters
document
IDocument
path
string
Returns
- Task