Pascal Kuthe

Results 451 comments of Pascal Kuthe

Its not that `'''` is not considered a pair but likely that the grammar is structure a bit weird. I don't think we should introduce an extra text object for...

matching around arbitrary strings requires a textobject query for every single language. W currently support 180 languages. Addying a query for all of them is a lot of effort and...

We use gitoxide for repo discovery so the way to make this work in helix is to contribute that upstream. Altough we also use `.git` for workspace root discovery so...

on a separate note: `jj` uses a different system for managing the working tree: https://github.com/martinvonz/jj#the-working-copy-is-automatically-committed, they always automatically commit the worktree. I am not sure how they handle the rev...

I think it makes sense to delay this until the event system (#8021) lands. We really only want to pull diagnostics of all *visible* documents (only when the contents of...

closed by https://github.com/helix-editor/helix/pull/9908

> we should still be able to map through changes by finding views relevant to a document from Document.selections, and updating the relevant view position history value on them. this...

after trying this out for a bit I think `select_all_children` would benefit a lot from only selecting children that are actually contained in the selection. The current implementation is also...

Can you provide an example file where helix crashes (ideally with reproducible steps that lerad to a crash) . This was also potentially fixed by #7417 and if not is...

I was able to reprsuce this. The problem is that TS asks for the byte range of a node during incremental parsing. That byte range is somehow not aligned to...