Jan Dolinár
Jan Dolinár
The fix has been released in Scintilla 5.1.5. @elextr: Should I make a PR for Scintilla upgrade, or will this have to wait for next release cycle?
I have tried to run geany directly on Wayland after a while (i.e. without setting `GDK_BACKEND=x11`) and noticed that the autocomplete popups already work as expected. So the last thing...
While you improve the tag loading, would it be possible to also add support for function arguments? If I look correctly, those are not currently processed from ctags, but Geany...
>> While you improve the tag loading, would it be possible to also add support for function arguments? If I look correctly, those are not currently processed from ctags, but...
I was wondering, is there any reason why this wasn't merged yet? Having `ngx.shared.DICT.cas()` would be very useful.
I found some more corner-cases where it doesn't work correctly. It'll need little more work.
It should be fully functional now and the generated code is slightly more human readable then before. The example grammar from #8 now generates this code: ```c static pcc_thunk_chunk_t *pcc_evaluate_rule_TEST(pcc_context_t...
Sure, take your time, there is no rush. By the way, would you be interested in adding tests to the repository? It would make future changes and/or fixes easier (both...
> Your PEG optimizing method is very impressive. It would be, if it worked correctly... which it currently doesn't. Anyway, I have reused the benchmark from this branch to test...
I believe *import* functionality should be quite easily implemented by custom `PCC_GETCHAR`. It would just have to check if the next few characers is an import statement and start to...