You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both the Eclipse-based implementation and the langauge server variant only fully support the layout option types INT, DOUBLE, BOOLEAN, and ENUM. UNDEFINED, STRING, ENUMSET and OBJECT are currently not supported or currently broken (in the case of ENUMSET). For completion, both implementations should support these remaining types, if applicable.
See klighd.ui.internal.options:LayoutOptionControlFactory and klighd.lsp:KGraphLanguageServerExtension#setLayoutOptions.
The text was updated successfully, but these errors were encountered:
Both the Eclipse-based implementation and the langauge server variant only fully support the layout option types INT, DOUBLE, BOOLEAN, and ENUM. UNDEFINED, STRING, ENUMSET and OBJECT are currently not supported or currently broken (in the case of ENUMSET). For completion, both implementations should support these remaining types, if applicable.
See klighd.ui.internal.options:LayoutOptionControlFactory and klighd.lsp:KGraphLanguageServerExtension#setLayoutOptions.
The text was updated successfully, but these errors were encountered: