mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
ecode:
Fixed plugins not finding a running LSP for a language that it's not the default that made run the LSP when LSPs are shared between languages. Finished implementing the project build configuration (added clone and fixed several minor stuff). Fixed keybindings not loading the user configured keybidings in some components. Improved status bar.
This commit is contained in:
@@ -98,6 +98,7 @@ class EE_API Event {
|
||||
OnWindowAdded,
|
||||
OnWindowRemoved,
|
||||
OnItemValueChange,
|
||||
OnCopy,
|
||||
NoEvent = eeINDEX_NOT_FOUND
|
||||
};
|
||||
|
||||
|
||||
@@ -112,6 +112,7 @@ class EE_API UIAbstractTableView : public UIAbstractView {
|
||||
/** Tries to make all columns visible in the widget content. */
|
||||
void setFitAllColumnsToWidget( bool fitAllColumnsToWidget );
|
||||
|
||||
void recalculateColumnsWidth();
|
||||
protected:
|
||||
friend class EE::UI::UITableHeaderColumn;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user