Home
last modified time | relevance | path

Searched refs:customEditorProg (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dextprog.cc325 const auto cmdLine = Glib::ustring("\"") + options.customEditorProg + Glib::ustring("\""); in openInCustomEditor()
331 …const auto cmdLine = options.customEditorProg + Glib::ustring(" \"") + fileName + Glib::ustring("\… in openInCustomEditor()
336 … const auto cmdLine = options.customEditorProg + Glib::ustring(" ") + Glib::shell_quote(fileName); in openInCustomEditor()
H A Doptions.h261 Glib::ustring customEditorProg; variable
H A Doptions.cc410 customEditorProg = ""; in setDefaults()
767 customEditorProg = keyFile.get_string("External Editor", "CustomEditor"); in readFromFile()
1939 keyFile.set_string("External Editor", "CustomEditor", customEditorProg); in saveToFile()
H A Dpreferences.cc1659 moptions.customEditorProg = editorToSendTo->get_text (); in storePreferences()
1958 editorToSendTo->set_text (moptions.customEditorProg); in fillPreferences()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dextprog.cc436 const auto cmdLine = Glib::ustring("\"") + options.customEditorProg + Glib::ustring("\""); in openInCustomEditor()
443 …const auto cmdLine = options.customEditorProg + Glib::ustring(" \"") + fileName + Glib::ustring("\… in openInCustomEditor()
448 …const auto cmdLine = Glib::ustring("\"") + options.customEditorProg + Glib::ustring("\" \"") + fil… in openInCustomEditor()
H A Doptions.h271 Glib::ustring customEditorProg; variable
H A Doptions.cc394 customEditorProg = ""; in setDefaults()
775 customEditorProg = keyFile.get_string("External Editor", "CustomEditor"); in readFromFile()
1932 keyFile.set_string("External Editor", "CustomEditor", customEditorProg); in saveToFile()
H A Dpreferences.cc1514 moptions.customEditorProg = editorToSendTo->get_text (); in storePreferences()
1835 editorToSendTo->set_text (moptions.customEditorProg); in fillPreferences()