-
I am trying to handle the NavigateToMarkerAction for the Ecore Editor. For that i looked at the glsp-examples repo. Especially at this as it seems like adding the handler there is the only thing that was done in the examples. But after adding this i am still getting a missing handler warning.
Is there some additional step i am missing here? original thread by simongraband |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Did you add the |
Beta Was this translation helpful? Give feedback.
-
[simongraband] That worked thanks :) |
Beta Was this translation helpful? Give feedback.
Did you add the
navigationModule
to your example? It looks like the handler registration is missing, which should afair be done in thenavigationModule
. The full commit where the navigation support has been added to the example is this one:eclipse-glsp/glsp-examples@924d681