Merge with "Beep6581/dev"
This commit is contained in:
@@ -38,6 +38,8 @@ private:
|
||||
std::set<Glib::ustring> filesEdited;
|
||||
std::map<Glib::ustring, EditorPanel*> epanels;
|
||||
|
||||
sigc::signal<void> externalEditorChangedSignal;
|
||||
|
||||
bool isFullscreen;
|
||||
bool isClosed;
|
||||
bool isMinimized;
|
||||
@@ -61,6 +63,8 @@ public:
|
||||
bool selectEditorPanel(const std::string &name);
|
||||
bool closeOpenEditors();
|
||||
bool isProcessing();
|
||||
void updateToolPanelToolLocations(
|
||||
const std::vector<Glib::ustring> &favorites, bool cloneFavoriteTools);
|
||||
|
||||
void toFront();
|
||||
bool keyPressed (GdkEventKey* event);
|
||||
|
Reference in New Issue
Block a user