mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Fixed an issue when dragging minimap that caused the UI to not respond to mouse events.
ecode: Added more LSP servers support (bash, HTML, Docker). Added textDocument/references message.
This commit is contained in:
@@ -847,6 +847,8 @@ class EE_API UICodeEditor : public UIWidget, public TextDocument::Client {
|
||||
bool topSpaceExists( UICodeEditorPlugin* plugin ) const;
|
||||
|
||||
bool createContextMenu();
|
||||
|
||||
bool stopMinimapDragging( const Vector2f& mousePos );
|
||||
};
|
||||
|
||||
}} // namespace EE::UI
|
||||
|
||||
Reference in New Issue
Block a user