C# Class Tomboy.NoteLinkWatcher

Inheritance: Tomboy.NoteAddin
Mostrar archivo Open project: GNOME/tomboy

Public Methods

Method Description
Initialize ( ) : void
OnNoteOpened ( ) : void
Shutdown ( ) : void

Private Methods

Method Description
ContainsText ( string text ) : bool
DoHighlight ( Tomboy.TrieHit hit, Gtk start, Gtk end ) : void
HighlightInBlock ( Gtk start, Gtk end ) : void
HighlightNoteInBlock ( Note find_note, Gtk start, Gtk end ) : void
OnDeleteRange ( object sender, Gtk args ) : void
OnInsertText ( object sender, Gtk args ) : void
OnLinkTagActivated ( Tomboy.NoteTag sender, Tomboy.NoteEditor editor, Gtk start, Gtk end ) : bool
OnNoteAdded ( object sender, Note added ) : void
OnNoteDeleted ( object sender, Note deleted ) : void
OnNoteRenamed ( Note renamed, string old_title ) : void
OpenOrCreateLink ( Gtk start, Gtk end ) : bool
UnhighlightInBlock ( Gtk start, Gtk end ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

OnNoteOpened() public method

public OnNoteOpened ( ) : void
return void

Shutdown() public method

public Shutdown ( ) : void
return void