Method |
Description |
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor. |
|
add_color_for_author ( string author_name, Color default_color ) : void |
|
|
add_note ( line l, note n, string note_id, string reply_to_note_id, bool deleted, DateTime utc_added ) : note_item |
|
|
add_note ( note n, string note_id, string reply_to_note_id, bool deleted, DateTime utc_added ) : note_item |
|
|
add_note_header ( string line_id, string note_id, bool deleted, DateTime utc_added ) : note_item |
|
|
add_note_to_ui ( note_item last_note ) : void |
|
|
adjust_guids_before_merge ( line>.Tuple merge_from ) : Tuple,List> |
|
|
author_color ( string name ) : Color |
|
|
curNote_Enter ( object sender, EventArgs e ) : void |
|
|
curNote_KeyDown ( object sender, KeyEventArgs e ) : void |
|
|
curNote_KeyUp ( object sender, KeyEventArgs e ) : void |
|
|
curNote_PreviewKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void |
|
|
find_cur_line_id ( ) : string |
|
|
find_note_id_above_selection ( ) : string |
|
|
load_settings_file ( note_ctrl self, string file_name ) : Tuple,List> |
|
|
log_notes_sorted_idx ( int idx, note_item n ) : void |
|
|
note_ctrl_Load ( object sender, EventArgs e ) : void |
|
|
notesCtrl_Enter ( object sender, EventArgs e ) : void |
|
|
notesCtrl_KeyDown ( object sender, KeyEventArgs e ) : void |
|
|
notesCtrl_Leave ( object sender, EventArgs e ) : void |
|
|
notesCtrl_PreviewKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void |
|
|
notesCtrl_SelectedIndexChanged ( object sender, EventArgs e ) : void |
|
|
readd_everything ( ) : void |
|
|
refresh_note ( note_item i ) : void |
|
|
refresh_note_indexes ( ) : void |
|
|
save ( ) : void |
|
|
saveTimer_Tick ( object sender, EventArgs e ) : void |
|
|
selectColor_Click ( object sender, EventArgs e ) : void |
|
|
set_current_line_impl ( line l ) : void |
|
|
showDeletedLines_CheckedChanged ( object sender, EventArgs e ) : void |
|
|
sync_to_views ( ) : void |
|
|
toggle_del_note ( string note_id ) : void |
|
|
ui_find_last_note_from_cur_user ( string line_id ) : note_item |
|
|
update_author_colors ( ) : void |
|
|
update_cur_note_controls ( ) : void |
|
|