Hello,
I cloned the source code from github.
most of the classes compiled but i got like 50 errors.
When I look at the errors it looks like someone made code changes but didn't check-in all the changes to git.
for example, I see a call to LargeText constructor with 4 parameters when LargeText doesn't have such contractor. (the error is in AnnotatedLargeText<T> in the call to "super" from the contractor).
I tried earlier releases - i took the tag version 1.620 and it also had the same kind of issues.
Any idea how i can get a stable copy of the source code?