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