Age | Commit message (Collapse) | Author |
|
ResolutionCallbacks.cpp
|
|
|
|
allow resolution for both
|
|
|
|
|
|
|
|
|
|
|
|
|
|
document graph
|
|
|
|
|
|
|
|
* Highlight escape characters
* Highlight annotations
|
|
E.g. with regrads to the math ontology, this change allows syntax like
\(a^\frac{1}{2}\)
which is also valid in TeX (added corresponding tests).
|
|
|
|
resolution of referenced objects is still missing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
intra-document references.
|
|
|
|
|
|
|
|
|
|
|
|
until whitespace characters are reached. Improve tests accordingly.
|
|
reading data after the first whitespace character
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
correctly. Shorten Stack "checkTokensAreUnambiguous" method
|
|
|
|
token lists are actually sorted correctly
|
|
needed. Reduces calls to "Manager.registerEvent" to <10% of original value
|
|
|
|
counting (though this change only has a small performance impact otherwise)
|
|
|
|
|
|
|
|
somewhat harder to fix.
|