Jan Dolinár

Results 29 comments of Jan Dolinár

This sounds a lot like https://github.com/geany/geany/issues/3009. Are you using wayland? The fix for that issue is already merged, it should be in next release. Or you can try to compile...

> I'm not familiar with the peg parsers - I assume these are generated and one has to always run `make` before so the sources get created, right? Yes, they...

> I just noticed the size of the parser - 25klocs and 1MB of sources. Have you checked how much the size of stripped libgeany.so increases by this patch? Yes,...

The kotlin parser can recover from errors. If it fails to parse something, it continues until it finds next parseable top-level object (e.g. function or class). The backtracking parser is...

> This is quite surprising, I would have expected the performance to be somewhere between a hand-written parser and a regex parser but it probably depends on the grammar and...

That is really surprising :frowning_face: I'd expect RPi 4 to handle this much better. I don't have any slower hardware readily available right now, but I have tested it with...

Thanks for hint, I'll try it as soon as I'll have a little spare time.

@elextr: You were right, it does fix the context menus. I have created PR #3011 for this. Unfortunatelly, it does not fix the autocomplete popups :frowning_face: I tried to find...

Scintilla bug report: https://sourceforge.net/p/scintilla/bugs/2296/

Update: The autocomplete fix was accepted in scintilla: https://sourceforge.net/p/scintilla/code/ci/77364fe0845156aec5853f12d525f07d611d8ca1/