Replies: 1 comment
-
I know, the code is a mess... sorry! public ObservableCollection<Line> Lines { get => Get(new ObservableCollection<Line>()); set => Set(value); } With In ~1 month I have hollidays, then I will do code refactoring and I will work on some more intelligent ways of tokenization and data handling. I added the rope idea to my list ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is this control using rope data structure? There only one file with 3000+ lines of code, so it's a little hard to figure out the structure.
Beta Was this translation helpful? Give feedback.
All reactions