protegeproject / protege

Protege Desktop
http://protege.stanford.edu
Other
969 stars 229 forks source link

Process escape characters when searching for entities, fix #1217 #1218

Closed ykazakov closed 2 weeks ago

ykazakov commented 3 weeks ago

Previously this was done only when searching for OWLClasses

ykazakov commented 3 weeks ago

I added a few more commits to fix #910

ykazakov commented 2 weeks ago

Added a few more commits to improve escaping of strings and simplify the owl entity finder.

ykazakov commented 2 weeks ago

Added another fix related to #910

gouttegd commented 2 weeks ago

Merged, thanks!