mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 19:46:29 +03:00
Minor fixes in UITreeView.
Minor fixes in debugger and some new menues.
This commit is contained in:
@@ -203,13 +203,9 @@ class DebuggerPlugin : public PluginBase {
|
||||
|
||||
void updatePanelUIState( StatusDebuggerController::State state );
|
||||
|
||||
void hideTooltip( UICodeEditor* editor );
|
||||
|
||||
void displayTooltip( UICodeEditor* editor, const std::string& expression,
|
||||
const EvaluateInfo& info, const Vector2f& position );
|
||||
|
||||
void tryHideTooltip( UICodeEditor* editor, const Vector2i& position );
|
||||
|
||||
bool onMouseMove( UICodeEditor* editor, const Vector2i& position,
|
||||
const Uint32& flags ) override;
|
||||
|
||||
@@ -217,7 +213,7 @@ class DebuggerPlugin : public PluginBase {
|
||||
|
||||
void loadProjectConfigurations();
|
||||
|
||||
void openExpressionMenu( UITreeView* uiExpressions, ModelIndex idx, bool fromMouseClick );
|
||||
void openExpressionMenu( ModelIndex idx );
|
||||
|
||||
void updateSelectedDebugConfig();
|
||||
|
||||
@@ -238,6 +234,8 @@ class DebuggerPlugin : public PluginBase {
|
||||
std::unordered_map<std::string, std::string> solvedInputs );
|
||||
|
||||
UIWindow* processPicker();
|
||||
|
||||
bool resume( int threadId, bool singleThread = false );
|
||||
};
|
||||
|
||||
} // namespace ecode
|
||||
|
||||
Reference in New Issue
Block a user