|
| void | Register (string file, IPluginHost host) |
| | Register the plugin string name, string author, string description, string version, More...
|
| |
| void | Unregister () |
| | Plugin is being disabled. More...
|
| |
| virtual ToolStripMenuItem | InitFrmNoteShareMenu () |
| | Adds ToolStripItem to the right click submenu share on FrmNote. More...
|
| |
| virtual void | ShareMenuClicked (System.Windows.Forms.RichTextBox rtbnote, string title) |
| | Executed if share menu clicked. More...
|
| |
| virtual TabPage | InitShareSettingsTab () |
| | Executed if settings tab loaded. More...
|
| |
| virtual Button[] | InitNoteFormatBtns () |
| | Executed on opening FrmNewNote. Create a button in the bottom in FrmNewNote. More...
|
| |
| virtual ToolStripItem | InitFrmNewNoteMenu () |
| | Adds ToolStripItem to the right click menu on FrmNewNote. More...
|
| |
| virtual ToolStripItem | InitFrmNoteMenu () |
| | Adds contextmenustrip item to the right click menu on FrmNote. More...
|
| |
| virtual ToolStripItem | InitTrayIconMenu () |
| | Adds contextmenustrip item to the right click menu on the trayicon. More...
|
| |
| virtual Button[] | InitFrmManageNotesBtns () |
| | Create button(s) in the top FrmManageNotes window. More...
|
| |
| virtual string | NoteFormatBtnClicked (System.Windows.Forms.RichTextBox rtbnote, Button btn) |
| | A format button clicked. More...
|
| |
| virtual string | MenuFrmNewNoteClicked (System.Windows.Forms.RichTextBox rtbnote, ToolStripItem menuitem) |
| | Menu item in right click menu FrmNewNote is clicked.d More...
|
| |
| virtual bool | SaveSettingsTab () |
| | Executed if Ok on FrmSettings is pressed. More...
|
| |
| virtual void | SavingNote (string content, string title) |
| | Executed if a note is saved. More...
|
| |
| virtual void | ShowingNote (string content, string title) |
| | Executed if a note is made visible. More...
|
| |
| virtual void | HidingNote (string content, string title) |
| | Executed if a note is being hiden. More...
|
| |
| virtual void | ProgramUpgraded () |
| | Executed if NoteFly is first runned with a new version. More...
|
| |
| virtual string | ExportNotesDlgFilter () |
| | Get a additional filter for the save all notes to file in the manage notes window. More...
|
| |
| virtual bool | ExportNotesFile (string filtername) |
| | Export notes file. More...
|
| |
| virtual string | ImportNotesDlgFilter () |
| | Get a additional filter for the import notes from a file in the manage notes window. More...
|
| |
| virtual bool | ImportNotesFile (string filtername, string file) |
| | Import notes file. More...
|
| |
| virtual string[] | InitHighlightLanguage () |
| | Initializes syntax highlighter language defintion. More...
|
| |
| virtual string | ValidateSyntaxPart (string part, RichTextBox rtb, string rtf, int lastpos) |
| | Validate syntax part. More...
|
| |
| virtual void | InitLoadNote (string title, int width, int height, int locx, int locy) |
| | Initizilazting loading of a note. More...
|
| |
| virtual TabPage | InitTabFrmSettings () |
| | More...
|
| |
| virtual string | ExportNoteContentDlgFilter () |
| | Export the note content save file dialog filter More...
|
| |
| virtual bool | ExportNoteContent (RichTextBox rtb) |
| | Export the note content via save note as file options with send to.menu. More...
|
| |
| virtual void | ManageNotesSearch (string keyword) |
| | Start plugin actions on search in Manage notes window. More...
|
| |