C# 클래스 Eto.Addin.XamarinStudio.Editor.XetoTextEditorExtension

상속: MonoDevelop.Xml.Editor.BaseXmlEditorExtension
파일 보기 프로젝트 열기: picoe/Eto

공개 메소드들

메소드 설명
KeyPress ( KeyDescriptor descriptor ) : bool

보호된 메소드들

메소드 설명
GetAttributeCompletions ( IAttributedXObject attributedOb, string>.Dictionary existingAtts, CancellationToken token ) : Task
GetAttributeValueCompletions ( IAttributedXObject attributedOb, MonoDevelop.Xml.Dom.XAttribute att, CancellationToken token ) : Task
GetElementCompletions ( System token ) : Task
GetEntityCompletions ( System token ) : Task
HandleCodeCompletion ( MonoDevelop.Ide.CodeCompletion.CodeCompletionContext completionContext, bool forced, CancellationToken token ) : Task

비공개 메소드들

메소드 설명
GetAttributeCompletions ( IAttributedXObject attributedOb, string>.Dictionary existingAtts, CancellationToken token, XmlCompletionData type, bool elementNamespacesOnly ) : Task
GetIcon ( CompletionType type ) : IconId
GetNamespaces ( IEnumerable p ) : IEnumerable
GetPath ( List p ) : IEnumerable
HasContentAtCurrentElement ( ) : bool

메소드 상세

GetAttributeCompletions() 보호된 메소드

protected GetAttributeCompletions ( IAttributedXObject attributedOb, string>.Dictionary existingAtts, CancellationToken token ) : Task
attributedOb IAttributedXObject
existingAtts string>.Dictionary
token CancellationToken
리턴 Task

GetAttributeValueCompletions() 보호된 메소드

protected GetAttributeValueCompletions ( IAttributedXObject attributedOb, MonoDevelop.Xml.Dom.XAttribute att, CancellationToken token ) : Task
attributedOb IAttributedXObject
att MonoDevelop.Xml.Dom.XAttribute
token CancellationToken
리턴 Task

GetElementCompletions() 보호된 메소드

protected GetElementCompletions ( System token ) : Task
token System
리턴 Task

GetEntityCompletions() 보호된 메소드

protected GetEntityCompletions ( System token ) : Task
token System
리턴 Task

HandleCodeCompletion() 보호된 메소드

protected HandleCodeCompletion ( MonoDevelop.Ide.CodeCompletion.CodeCompletionContext completionContext, bool forced, CancellationToken token ) : Task
completionContext MonoDevelop.Ide.CodeCompletion.CodeCompletionContext
forced bool
token CancellationToken
리턴 Task

KeyPress() 공개 메소드

public KeyPress ( KeyDescriptor descriptor ) : bool
descriptor KeyDescriptor
리턴 bool