Gaël Bonithon
Gaël Bonithon
Not sure if it's only since the latest changes, but pointer of pointer declarations (such as `char **strv;` and beyond) are not highlighted (both variables and structure members, and it...
Yes, I'm using the appimage from the latest build (Pulsar-1.113.2024012204.AppImage). As a function parameter, highlighting works, but not as a variable or structure member. After checking, this isn't new, it's...
> If you find a place where a variable is not scoped as variable when being declared or assigned, then that is a bug. Not sure it should count, but...
> OK, that goes on the TODO list. Can you give me a code example for a scenario where highlighting isn't present? ```c struct { char **strv; }; void f...
> Addressed in [this commit](https://github.com/pulsar-edit/pulsar/pull/906/commits/cb7d4aad6c7eb8b4f15071de69c610c1ba264eb8) in https://github.com/pulsar-edit/pulsar/pull/906. It seems that this commit also fixes a bug I was about to report, concerning the highlighting of function parameters whose name ends...
> It looks like the new system is assuming that if the last letter is upper case, then many things are macros, and if the last letter is not upper...
Goto labels are no longer highlighted, either when "calling" them via `goto` or where they are located: ```c void f (void) { /* some code */ goto cleanup; /* some...
[These logs](https://gitlab.xfce.org/xfce/xfce4-panel/-/issues/308#note_16126) could be of some interest: ``` 09/19/2020 09:12:19 AM - handlers.c:handle_configure_request:279 - window 0x02807428 wants to be at 0x1077 with 1920x3 09/19/2020 09:12:19 AM - handlers.c:handle_configure_request:312 - Configure...
Ah yes, it works again. No need to reconfigure in my case, so the problem must have been with the upstream data format. `protonvpn status` also fails for me.
And... broken again :confused: