GEGlobalResearch / DARPA-ASKE-TA1

ANSWER Project to demonstrate knowledge-driven extraction of scientific models from code and texts
Other
8 stars 5 forks source link

Incorrect color highlighting of instances from imported owl file. #45

Closed agabaldon closed 4 years ago

agabaldon commented 4 years ago

Importing of on-the-fly created owl files into dialog is now working. The only issue remaining is that instances that are defined on those owl files appear color pink when used in answers from the CM. I'm attaching a project that reproduces the issue. Please open the file import.dialog, which already has the content to show the issue. ASKE_TA2.zip

kittaakos commented 4 years ago

Nice catch, @agabaldon. The highlighting code was broken in the SADL code-base. Here is the fix: https://github.com/crapo/sadlos2/pull/386

Can you please check out the external-highlight-fix branch in the SADL repository, and verify whether the highlighting issues are fixed.

Please close this item once the PR is good and merged to the AugmentedTypes branch. Thank you!

CC: @crapo