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
com.epistimis.uddl.ui.hover.UddlEObjectHoverProvider and com.epistimis.uddl.ui.hover.UddlEObjectDocumentationProvider provide an initial set of hover support. Because FACE extends the UDDL grammar, these could be extended to com.epistimis.face.ui.hover.FaceEObjectHoverProvider and com.epistimis.face.ui.hover.FaceEObjectDocumentationProvider with additions for FACE elements.
Note that adding these files requires changes to com.epistimis.face.ui.FaceUiModule (See com.epistimis.uddl.ui.UddlUiModule for what to do)
Develop a plan for how to extend this in the discussion, then modify these files to make it happen.
com.epistimis.uddl.ui.hover.UddlEObjectHoverProvider
andcom.epistimis.uddl.ui.hover.UddlEObjectDocumentationProvider
provide an initial set of hover support. Because FACE extends the UDDL grammar, these could be extended tocom.epistimis.face.ui.hover.FaceEObjectHoverProvider
andcom.epistimis.face.ui.hover.FaceEObjectDocumentationProvider
with additions for FACE elements.Note that adding these files requires changes to
com.epistimis.face.ui.FaceUiModule
(Seecom.epistimis.uddl.ui.UddlUiModule
for what to do)Develop a plan for how to extend this in the discussion, then modify these files to make it happen.
Doc:
https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#hovering
The text was updated successfully, but these errors were encountered: