enso/lib/scala
Dmitry Bushev 93c4453299
Update ExpressionValueUpdate Notification API (#1033)
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
2020-07-28 23:24:04 +03:00
..
cli/src Add Installation Mechanism in the Launcher 2020-07-28 14:57:52 +02:00
core-definition Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
flexer Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
graph Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
interpreter-dsl/src/main/java/org/enso/interpreter/dsl Refactor the crate structure (#967) 2020-07-03 14:42:45 +01:00
json-rpc-server Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
json-rpc-server-test Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
logger Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
parser-service Add function to generate doc HTML from text (#1023) 2020-07-21 14:43:49 +01:00
pkg Method naming fixes (#1024) 2020-07-22 12:01:35 +02:00
project-manager Wait for Suggestions Database Initialization (#1025) 2020-07-22 17:12:52 +03:00
searcher/src Update ExpressionValueUpdate Notification API (#1033) 2020-07-28 23:24:04 +03:00
syntax Add function to generate doc HTML from text (#1023) 2020-07-21 14:43:49 +01:00
testkit/src/main/scala/org/enso/testkit Enable FlakySpec only on Windows (#1015) 2020-07-20 17:13:37 +03:00
text-buffer/src Integration with the Searcher Database (#994) 2020-07-20 11:00:49 +03:00
version-output/src/main/scala/org/enso/version [Feat, Tool] Add CLI Parser for the Launcher 2020-07-22 19:28:03 +02:00