F0rce/ace

Get the absolute index of the cursor and selection (on java side)

F0rce opened this issue · 1 comments

F0rce commented

Describe the solution you'd like
Change the dispatching of the events (blur, selection, sync) in frontend (https://github.com/f0rce/lit-ace) to also include a calculation (by myself) of the absolute index of cursor and the absoulte indicies of the selection (from - to)

F0rce commented

While implementing, I noticed that I have to check for many many more things. Due to needing a new version, I would just include it in the next update.