Aidan Bickford

Results 5 comments of Aidan Bickford

> It's rather specific to indexing only. What about any other task iterating over a file? Using the file position/offset works well when reading the file records. Though a combined...

Indexing takes a long time by nature of the fact that you have to read the whole file. As a result there are two problems I'm trying to solve: -...

> This is a nice idea, but currently it changes the signature of `tbx_index()`, which would change both the API and ABI. Instead, you should make a `tbx_index2()` with the...

Still running into this issue, I saw the previous issue 5746 was closed. Maybe this is a new one that has the same behavior? But it is still happening for...

Maybe there is command that could be used to force the position to update? After calling "editor.action.marker.prev" ?