|
void | SetFormTitle (bool editnote) |
| Set the form title. More...
|
|
void | SetFormTooltips (bool editnote) |
| Set all form tooltips if tooltips are enabled. More...
|
|
void | ConstructFrmNewNote (Notes notes) |
| Initialize components FrmNewNote, set font, tooltip and richtextbox settings More...
|
|
void | btnPluginFormatBtn_Click (object sender, EventArgs e) |
| Plugin format button clicked. More...
|
|
void | SetColorsForm (int skinnr) |
| Set all the form colors by the skinnr. More...
|
|
void | CreatePluginButtons (int skinnr) |
| Create plugin buttons More...
|
|
void | btnAddNote_Click (object sender, EventArgs e) |
| User pressed the accept note button. Note will now be saved. More...
|
|
void | btnCancel_Click (object sender, EventArgs e) |
| User pressed the cancel button, all things typed in FrmNewNote window will be lost. More...
|
|
void | btnTextBold_Click (object sender, EventArgs e) |
| Make note content text bold, or if the selected text is already bold then remove the bold style. More...
|
|
void | btnTextItalic_Click (object sender, EventArgs e) |
| Italic text More...
|
|
void | btnTextStriketrough_Click (object sender, EventArgs e) |
| Striketrough text More...
|
|
void | btnTextUnderline_Click (object sender, EventArgs e) |
| Underline text More...
|
|
void | btnFontBigger_Click (object sender, EventArgs e) |
| Make text bigger. More...
|
|
void | btnFontSmaller_Click (object sender, EventArgs e) |
| Make text smaller. More...
|
|
void | ChangeFontSizeSelected (float newsize) |
| Change the fontsize of the selected text limited from 6pt to 108pt. More...
|
|
bool | checksellen () |
| Check if selection length of rtbNote is larger than zero. More...
|
|
void | contextMenuStripTextActions_Opening (object sender, System.ComponentModel.CancelEventArgs e) |
| Check if menuCopyContent and menuCopyTitle should be enabled and add plugin contenxt menu's More...
|
|
void | menumain_Click (object sender, EventArgs e) |
| Plugin menu in main contextmenu clicked More...
|
|
void | copyTextToolStripMenuItem_Click (object sender, EventArgs e) |
| Copy the note content. More...
|
|
void | copyTextToolStripMenuItem_DropDownOpening (object sender, EventArgs e) |
| Check whether pastTextToolStripMenuItem should be enabled. More...
|
|
void | frmNewNote_Activated (object sender, EventArgs e) |
| Form got focus, remove transparency. More...
|
|
void | frmNewNote_Deactivate (object sender, EventArgs e) |
| Form lost focus, make transparent. More...
|
|
void | importToolStripMenuItem_Click (object sender, EventArgs e) |
| Import a file as note. More...
|
|
void | menuStickyOnTop_Click (object sender, EventArgs e) |
| Set this note ontop, CheckOnClick is set to true. More...
|
|
void | pastTextToolStripMenuItem_Click (object sender, EventArgs e) |
| Pasting text as note content. More...
|
|
void | pbResizeGrip_MouseMove (object sender, MouseEventArgs e) |
| Resizing the FtmNewNote form. More...
|
|
void | pnlHeadNewNote_MouseDown (object sender, MouseEventArgs e) |
| Moving the note. More...
|
|
void | pnlHeadNewNote_MouseMove (object sender, MouseEventArgs e) |
| Move note if pnlHead is being left clicked. More...
|
|
void | pnlHeadNewNote_MouseUp (object sender, MouseEventArgs e) |
| End moving note. More...
|
|
FontStyle | removestyle (FontStyle checkstyles, FontStyle removestyle) |
| Removes 1 fontsyle from the fontsyles of the checkstyle rtb text. This methode does not check if selection lenght is okay. More...
|
|
void | rtbNote_Enter (object sender, EventArgs e) |
| User entered the note content box. More...
|
|
void | rtbNote_Leave (object sender, EventArgs e) |
| User leaved the note content box. More...
|
|
void | rtbNote_LinkClicked (object sender, LinkClickedEventArgs e) |
| A hyperlink is clicked, check settings to see if confirm launch dialog have to be showed, if not then directly launch the URL. More...
|
|
void | rtbNote_MouseClick (object sender, MouseEventArgs e) |
| Force context menu to show up. More...
|
|
void | SetFontSettings () |
| Set the font and textdirection FrmNewNote. More...
|
|
void | SetToolbarEnabled (bool enabled) |
| Toggle toolbar buttons. More...
|
|
void | tbTitle_Enter (object sender, EventArgs e) |
| User entered the title box. More...
|
|
void | tbTitle_Leave (object sender, EventArgs e) |
| User leaved the title box More...
|
|
void | FrmNewNote_KeyDown (object sender, KeyEventArgs e) |
| Handle keyboard shortcuts More...
|
|
void | btnTextBulletlist_Click (object sender, EventArgs e) |
| Make buttet item of current selected line(s). More...
|
|
void | menuShowtoolbar_Click (object sender, EventArgs e) |
| Show or hide buttons for formatting. More...
|
|
void | menuWordWarp_Click (object sender, EventArgs e) |
| Toggle to wrap lines in the richedit control More...
|
|
void | titleToolStripMenuItem_Click (object sender, EventArgs e) |
| Paste text to title if clipboard contains any text. More...
|
|
void | rtbNewNote_KeyUp (object sender, KeyEventArgs e) |
| Key is released in rtbNewNote More...
|
|
int | GetSkinnr () |
| Get the skin number of this new- or editing note. More...
|
|
void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. More...
|
|
Creating a new note window.