Yuriy Balyuk

Results 209 comments of Yuriy Balyuk

> veksha, did you see the real speedup in your fork? in which use-case? I am lazy to install old version and test... @Alexey-T why it must be faster? I...

how my cache works: I am sending to lsp-server not the real caret.X position, but caret.X position minus length of word to the left of caret. (basically before first letter...

> the 'list hides/shows' is fixed in your branch? yes. does it work for you? please, send me a video of how it is working on your side.

> got new branch. yes, new is faster and don't flicker.. i see it works OK for you too. 👍

> Yes, caching is good but caching like his that suggested completely wrong and nonsense suggestions is not good at all. what do you mean? how to cache **correctly**? (and...

@Alexey-T @jpgpng try to change 250 to **10** for `MAX_TIMER_TIME` in file `cudatext\py\cuda_lsp\language.py` (path on Windows OS) ```python # change this to 10 MAX_TIMER_TIME = 250 # ms ``` https://user-images.githubusercontent.com/275333/187281129-58e14434-cea2-41ac-884c-3abc058da59d.mp4

focused control for mac is correct, because it is just the way it works in mac. you can't set focus to button control with mouse click (focus will stay at...

> @veksha could you find missed keywords/ spec-words in Swift lexer? i see from your pic, that we miss highlight for 'final', 'override' modifiers (i usually give them spec category)...

OK. i see on Linux returned dict contains values like selected item in listview. notice 2,1,0 - it is index of selected item: ``` dlg_custom returns: (10, '1\n0\n0\n2\n\n\n\n\n\n\n\n\n\n\n\n\nfocused=10\n') dlg_custom returns:...

dlg_custom API problem or Lazarus issue?