Gregory Anders

Results 251 comments of Gregory Anders

I'd like to add my support for this feature. The inability to style the autocomplete list separately from the rest of the primitives is fairly limiting, particularly when trying to...

@issadarkthing I actually don't think this will work. In the `Autocomplete` function, the list is destroyed and re-created repeatedly: https://github.com/rivo/tview/blob/d4fb0348227b252e5ec51b4ad8426c9e63646822/inputfield.go#L232-L248 Instead, you either need to 1) add a new hook...

I did some digging and it looks like the slowness is not caused by dumping the buffer first. By default, copycat dumps up to 9,000,000 scrollback lines, but changing this...

I was able to get a _little_ bit of improvement in my fork [here](https://github.com/gpanders/tmux-copycat/tree/improve-search-speed). There is still a delay, although in my (limited) testing it does seem to be significantly...

I think this is possible -- I'm not sure if maybe @bruno- or someone else had a reason for not doing this, but since the copycat scripts that we bind...

Hi @hqkhan, my changes were merged into this repo [back in January](https://github.com/tmux-plugins/tmux-copycat/commit/77ca3aab2aed8ede3e2b941079b1c92dd221cf5f), so you won't see any difference between my fork and this repo right now.

Btw this issue should be resolved by https://github.com/tmux-plugins/tmux-copycat/issues/148

Similarly, if a path separator is found completion should only offer path completion items (e.g. if I have `/usr/local/` then I most likely don't want auto completion to suggest LSP...

Thanks, I'll take a look at this. The change tracking required to get smart mode working properly is quite tricky to get right, as you've noticed. I appreciate you filing...

Thanks for the issue report -- sorry I've let it sit idle for so long. parinfer bugs are low on my priority list for now, mostly because 1) it works...