mirror of
https://github.com/enso-org/enso.git
synced 2024-11-28 06:14:15 +03:00
93c4453299
ExpressionValueUpdate notification contains information about the executed object. To have the full information about this object, IDE needs the id of the corresponding suggestion. PR updates the notification adding the suggestion id of the executed object. - update: public API for ExpressionValueUpdate notification - update: ContextEventsListener groups ExpressionValueUpdates and sends them in a batch - update: ContextRegistry listens to the notifications from runtime and routes them to the corresponding listener. - test: add ContextEventsListenerSpec |
||
---|---|---|
.. | ||
cli/src | ||
core-definition | ||
flexer | ||
graph | ||
interpreter-dsl/src/main/java/org/enso/interpreter/dsl | ||
json-rpc-server | ||
json-rpc-server-test | ||
logger | ||
parser-service | ||
pkg | ||
project-manager | ||
searcher/src | ||
syntax | ||
testkit/src/main/scala/org/enso/testkit | ||
text-buffer/src | ||
version-output/src/main/scala/org/enso/version |