You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 16, 2018. It is now read-only.
tracking_text_editor_1 is too unreliable (meaning, that the recorded changes aren’t 120% correct, a hard requirement for a text editor). It works OK for thousands of characters, but sometimes the current position will be off or beyond the actual text length. Depending on commit version and operating system, those effects occure more or less often, so I’m not sure if they’re caused by the code or timing events in Java or the operating system. One option would be to investigate this issue and the root cause further, but it’s more likely that I’m going to implement the editor with a different Java keyboard API, programming language and/or GUI toolkit.
tracking_text_editor_1 is too unreliable (meaning, that the recorded changes aren’t 120% correct, a hard requirement for a text editor). It works OK for thousands of characters, but sometimes the current position will be off or beyond the actual text length. Depending on commit version and operating system, those effects occure more or less often, so I’m not sure if they’re caused by the code or timing events in Java or the operating system. One option would be to investigate this issue and the root cause further, but it’s more likely that I’m going to implement the editor with a different Java keyboard API, programming language and/or GUI toolkit.