Fall back to custom external editor launcher

This commit is contained in:
Lawrence Lee
2023-01-08 17:20:42 -08:00
parent 21afbaf90b
commit 5468e74e57
3 changed files with 29 additions and 8 deletions

View File

@@ -69,7 +69,7 @@ public:
static bool openInGimp (const Glib::ustring& fileName);
static bool openInPhotoshop (const Glib::ustring& fileName);
static bool openInCustomEditor (const Glib::ustring& fileName);
static bool openInCustomEditor (const Glib::ustring& fileName, const Glib::ustring* command = nullptr);
static bool openInExternalEditor(const Glib::ustring &fileName, const Glib::RefPtr<Gio::AppInfo> &editorInfo);
};