Home
last modified time | relevance | path

Searched refs:c_editor (Results 1 – 7 of 7) sorted by path

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DExtraRenderers.cpp290 auto c_editor = new wxBitmapComboBox(parent, wxID_ANY, wxEmptyString, in CreateEditorCtrl() local
297 c_editor->Append(_L("default"), *bmp); in CreateEditorCtrl()
301 c_editor->Append(wxString::Format("%d", i), *bmp); in CreateEditorCtrl()
304 c_editor->SetSelection(atoi(data.GetText().c_str())); in CreateEditorCtrl()
307 c_editor->Bind(wxEVT_COMBOBOX, [this](wxCommandEvent& evt) { in CreateEditorCtrl()
316 return c_editor; in CreateEditorCtrl()
/dports/mail/neomutt/neomutt-20211029/attach/
H A Dmutt_attach.c305 const char *const c_editor = cs_subset_string(NeoMutt->sub, "editor"); in mutt_edit_attachment() local
306 mutt_edit_file(NONULL(c_editor), a->filename); in mutt_edit_attachment()
/dports/mail/neomutt/neomutt-20211029/compose/
H A Dfunctions.c775 const char *const c_editor = cs_subset_string(shared->sub, "editor"); in op_compose_edit_file() local
776 mutt_edit_file(NONULL(c_editor), cur_att->body->filename); in op_compose_edit_file()
808 const char *const c_editor = cs_subset_string(shared->sub, "editor"); in op_compose_edit_headers() local
809 mutt_edit_headers(NONULL(c_editor), shared->email->body->filename, in op_compose_edit_headers()
879 const char *const c_editor = cs_subset_string(shared->sub, "editor"); in op_compose_edit_message() local
880 mutt_edit_file(c_editor, shared->email->body->filename); in op_compose_edit_message()
/dports/mail/neomutt/neomutt-20211029/
H A Deditmsg.c148 const char *const c_editor = cs_subset_string(NeoMutt->sub, "editor"); in ev_message() local
149 mutt_edit_file(NONULL(c_editor), mutt_buffer_string(fname)); in ev_message()
H A Dinit.c802 const char *const c_editor = cs_subset_string(NeoMutt->sub, "editor"); in mutt_init() local
803 if (!c_editor) in mutt_init()
/dports/mail/neomutt/neomutt-20211029/send/
H A Dsend.c2414 const char *const c_editor = cs_subset_string(sub, "editor"); in mutt_send_message() local
2415 if (c_sig_on_top && !(flags & (SEND_KEY | SEND_BATCH)) && c_editor) in mutt_send_message()
2427 if (!c_sig_on_top && !(flags & (SEND_KEY | SEND_BATCH)) && c_editor) in mutt_send_message()
2493 const char *const c_editor = cs_subset_string(sub, "editor"); in mutt_send_message() local
2502 mutt_edit_headers(c_editor, e_templ->body->filename, e_templ, &fcc); in mutt_send_message()
2507 mutt_edit_file(c_editor, e_templ->body->filename); in mutt_send_message()
/dports/misc/xiphos/xiphos-4.2.1/src/main/
H A Dnavbar_versekey.cc52 static EDITOR *c_editor; variable
255 if (!c_editor) in on_nt_book_menu_select()
258 key = c_editor->navbar.key->str; in on_nt_book_menu_select()
325 if (!c_editor) in on_ot_book_menu_select()
328 key = c_editor->navbar.key->str; in on_ot_book_menu_select()
395 if (!c_editor) in on_chapter_menu_select()
398 key = c_editor->navbar.key->str; in on_chapter_menu_select()
463 if (!c_editor) in on_verse_menu_select()
578 c_editor = (EDITOR *)editor; in main_versekey_drop_down_verse_menu()
643 c_editor = (EDITOR *)editor; in main_versekey_drop_down_chapter_menu()
[all …]