C# 클래스 MonoDevelop.XmlEditor.Gui.BaseXmlEditorExtension

상속: MonoDevelop.Ide.Gui.Content.CompletionTextEditorExtension, IPathedDocument, IOutlinedDocument
파일 보기 프로젝트 열기: LogosBible/monodevelop 1 사용 예제들

공개 메소드들

메소드 설명
CodeCompletionCommand ( MonoDevelop.Ide.CodeCompletion.CodeCompletionContext completionContext ) : ICompletionDataList
CreatePathWidget ( int index ) : Gtk.Widget
CursorPositionChanged ( ) : void
Dispose ( ) : void
HandleCodeCompletion ( MonoDevelop.Ide.CodeCompletion.CodeCompletionContext completionContext, char completionChar, int &triggerWordLength ) : ICompletionDataList
Initialize ( ) : void
KeyPress ( Gdk key, char keyChar, Gdk modifier ) : bool
SelectNode ( XNode n ) : void
SelectPath ( int depth ) : void
SelectPathContents ( int depth ) : void

보호된 메소드들

메소드 설명
AddCloseTag ( CompletionDataList completionList, NodeStack stack ) : void
AddMiscBeginTags ( CompletionDataList list ) : void

Adds CDATA and comment begin tags.

ClosingTagCompletion ( IEditableTextBuffer buf, TextLocation currentLocation ) : ICompletionDataList
CreateRootState ( ) : MonoDevelop.Xml.StateEngine.RootState
EditorSelect ( DomRegion region ) : void
GetAttributeCompletions ( IAttributedXObject attributedOb, string>.Dictionary existingAtts ) : CompletionDataList
GetAttributeValueCompletions ( IAttributedXObject attributedOb, XAttribute att ) : CompletionDataList
GetBufferText ( DomRegion region ) : string
GetCompleteName ( ) : XName
GetCurrentPath ( ) : List
GetDocTypeCompletions ( ) : CompletionDataList
GetElementCompletions ( CompletionDataList list ) : void
GetEntityCompletions ( CompletionDataList list ) : void
GetLineIndent ( int line ) : string
GetParentElement ( int skip ) : XElement
GetParentElementName ( int skip ) : XName
GetParentElementNames ( int skip ) : IEnumerable
HandleCodeCompletion ( MonoDevelop.Ide.CodeCompletion.CodeCompletionContext completionContext, bool forced, int &triggerWordLength ) : ICompletionDataList
InitializeOutlineColumns ( MonoDevelop outlineTree ) : void
OnDocTypeChanged ( ) : void
OnParsedDocumentUpdated ( ) : void
OnPathChanged ( PathEntry oldPath ) : void
OutlineSelectionChanged ( object selection ) : void
RefillOutlineStore ( ParsedDocument doc, Gtk store ) : void

비공개 메소드들

메소드 설명
BuildTreeChildren ( Gtk store, Gtk parent, XContainer p ) : void
GetAttributeIndentDepth ( NodeStack nodes ) : int
GetElementIndentDepth ( NodeStack nodes ) : int
IOutlinedDocument ( ) : IEnumerable
IOutlinedDocument ( ) : Gtk.Widget
IOutlinedDocument ( ) : void
RefreshOutline ( ) : void
SelectPath ( int depth, bool contents ) : void
UpdatePath ( ) : void
outlineTreeDataFunc ( Gtk column, Gtk cell, Gtk model, Gtk iter ) : void
refillOutlineStore ( ) : void
refillOutlineStoreIdleHandler ( ) : bool

메소드 상세

AddCloseTag() 보호된 정적인 메소드

protected static AddCloseTag ( CompletionDataList completionList, NodeStack stack ) : void
completionList CompletionDataList
stack NodeStack
리턴 void

AddMiscBeginTags() 보호된 정적인 메소드

Adds CDATA and comment begin tags.
protected static AddMiscBeginTags ( CompletionDataList list ) : void
list CompletionDataList
리턴 void

ClosingTagCompletion() 보호된 메소드

protected ClosingTagCompletion ( IEditableTextBuffer buf, TextLocation currentLocation ) : ICompletionDataList
buf IEditableTextBuffer
currentLocation TextLocation
리턴 ICompletionDataList

CodeCompletionCommand() 공개 메소드

public CodeCompletionCommand ( MonoDevelop.Ide.CodeCompletion.CodeCompletionContext completionContext ) : ICompletionDataList
completionContext MonoDevelop.Ide.CodeCompletion.CodeCompletionContext
리턴 ICompletionDataList

CreatePathWidget() 공개 메소드

public CreatePathWidget ( int index ) : Gtk.Widget
index int
리턴 Gtk.Widget

CreateRootState() 보호된 메소드

protected CreateRootState ( ) : MonoDevelop.Xml.StateEngine.RootState
리턴 MonoDevelop.Xml.StateEngine.RootState

CursorPositionChanged() 공개 메소드

public CursorPositionChanged ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditorSelect() 보호된 메소드

protected EditorSelect ( DomRegion region ) : void
region DomRegion
리턴 void

GetAttributeCompletions() 보호된 메소드

protected GetAttributeCompletions ( IAttributedXObject attributedOb, string>.Dictionary existingAtts ) : CompletionDataList
attributedOb IAttributedXObject
existingAtts string>.Dictionary
리턴 CompletionDataList

GetAttributeValueCompletions() 보호된 메소드

protected GetAttributeValueCompletions ( IAttributedXObject attributedOb, XAttribute att ) : CompletionDataList
attributedOb IAttributedXObject
att XAttribute
리턴 CompletionDataList

GetBufferText() 보호된 메소드

protected GetBufferText ( DomRegion region ) : string
region DomRegion
리턴 string

GetCompleteName() 보호된 메소드

protected GetCompleteName ( ) : XName
리턴 XName

GetCurrentPath() 보호된 메소드

protected GetCurrentPath ( ) : List
리턴 List

GetDocTypeCompletions() 보호된 메소드

protected GetDocTypeCompletions ( ) : CompletionDataList
리턴 CompletionDataList

GetElementCompletions() 보호된 메소드

protected GetElementCompletions ( CompletionDataList list ) : void
list CompletionDataList
리턴 void

GetEntityCompletions() 보호된 메소드

protected GetEntityCompletions ( CompletionDataList list ) : void
list CompletionDataList
리턴 void

GetLineIndent() 보호된 메소드

protected GetLineIndent ( int line ) : string
line int
리턴 string

GetParentElement() 보호된 메소드

protected GetParentElement ( int skip ) : XElement
skip int
리턴 XElement

GetParentElementName() 보호된 메소드

protected GetParentElementName ( int skip ) : XName
skip int
리턴 XName

GetParentElementNames() 보호된 메소드

protected GetParentElementNames ( int skip ) : IEnumerable
skip int
리턴 IEnumerable

HandleCodeCompletion() 보호된 메소드

protected HandleCodeCompletion ( MonoDevelop.Ide.CodeCompletion.CodeCompletionContext completionContext, bool forced, int &triggerWordLength ) : ICompletionDataList
completionContext MonoDevelop.Ide.CodeCompletion.CodeCompletionContext
forced bool
triggerWordLength int
리턴 ICompletionDataList

HandleCodeCompletion() 공개 메소드

public HandleCodeCompletion ( MonoDevelop.Ide.CodeCompletion.CodeCompletionContext completionContext, char completionChar, int &triggerWordLength ) : ICompletionDataList
completionContext MonoDevelop.Ide.CodeCompletion.CodeCompletionContext
completionChar char
triggerWordLength int
리턴 ICompletionDataList

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

InitializeOutlineColumns() 보호된 메소드

protected InitializeOutlineColumns ( MonoDevelop outlineTree ) : void
outlineTree MonoDevelop
리턴 void

KeyPress() 공개 메소드

public KeyPress ( Gdk key, char keyChar, Gdk modifier ) : bool
key Gdk
keyChar char
modifier Gdk
리턴 bool

OnDocTypeChanged() 보호된 메소드

protected OnDocTypeChanged ( ) : void
리턴 void

OnParsedDocumentUpdated() 보호된 메소드

protected OnParsedDocumentUpdated ( ) : void
리턴 void

OnPathChanged() 보호된 메소드

protected OnPathChanged ( PathEntry oldPath ) : void
oldPath MonoDevelop.Components.PathEntry
리턴 void

OutlineSelectionChanged() 보호된 메소드

protected OutlineSelectionChanged ( object selection ) : void
selection object
리턴 void

RefillOutlineStore() 보호된 메소드

protected RefillOutlineStore ( ParsedDocument doc, Gtk store ) : void
doc ParsedDocument
store Gtk
리턴 void

SelectNode() 공개 메소드

public SelectNode ( XNode n ) : void
n XNode
리턴 void

SelectPath() 공개 메소드

public SelectPath ( int depth ) : void
depth int
리턴 void

SelectPathContents() 공개 메소드

public SelectPathContents ( int depth ) : void
depth int
리턴 void