Boris Staletic

Results 157 comments of Boris Staletic

> It's been a while since I've used non-blspec layout but I'm not sure if it's supposed to be recognizing them as "other" rather than "std". The second and third...

Hmm... so far, we have not implemented those for a mix of many reasons: - No personal need for such has been encountered. - The API by which YCM talks...

> In above case, jdt returns both changes and documentChanges, and documentChanges is being ignored. Well... that's another case where JDT is violating the protocol... > The edit should either...

It's not pretty, but the simplest java rename case works. Request for comments/feedback! https://github.com/ycm-core/YouCompleteMe/pull/4271 https://github.com/ycm-core/ycmd/pull/1766

> It's not pretty, but the simplest java rename case works. To correct myself, everything works, as long as the chunks received are such that sorting does not matter. @fortime...

After ~~receiving the bat signal~~ ping from puremourning, I did test this pull request with YouCompleteMe. It does subtly break things. Having vim hold onto the menu while the user...

A more problematic breaking change that this introduces is holding onto `` menu when we shouldn't have. Unfortunately, asciinema does not let vim receive ``, so I'll have to describe...

@chrisbra YouCompleteMe used to have `s:OnCharacterDelete`, to implement the current behaviour back before `complete()` was a thing and we had to feed ``. We could resurrect that part of code...

> does relate https://github.com/vim/vim/issues/7567 ? I don't think so... That's talking about `:h i_CTRL-l`, while I mentioned `:h i_CTRL-x_CTRL-l`. > I tried the minimal reproducible steps. Unfortunately I can't find...

> When the timer is triggered, I see that ycm in the gif provides the entire line That's exactly the problem. YCM never completes the full line. YCM is only...