@eclipse-glsp/protocol
Advanced tools
Changelog
ModifyCssFeedbackAction
to support both string[]
and SModelElement[]
as input #103AutoCompleteWidget
by enabling changing of settings without having to re-instantiate the entire widget #104SArgumentable
interface for denoting SModelElement
s that contain an arbitrary arguments map #106fileUri
property to SaveModelAction
. This can be used to implement save-as functionality #109configureDefaultModelElements
) that handles configuration of default model elements and views.
Introduce reusable view for rounded corner nodes and and improved edge view that supports custom padding for easer mouse handling. Adapted the workflow example to make use of these new views #113SModelElement
instead of using custom views. Removed now obsolete classes TaskNodeView
and WeightedEdgeView
#116ChangeContainerOperation
. #115name
property from GLSPClient
. #130@eclipse-glsp/client
and move to @eclipse-glsp/protocol
#141 - Contributed on behalf of STMicroelectronicsglspViewportModule
. This module contains a custom ScrollMouseListener
that gets disabled if the MarqueeTool
is active. This module should be used instead of the viewportModule
provided by sprotty #108ChangeContainerOperation
. The type of the location
property has been changed from string
to Point
. #115name
property from GLSPClient
. #130