Dodzey

Results 5 issues of Dodzey

Consider an empty project created with `c3c init`, put 3 files in `src` folder - the names of which are significant for reproducing the issue: foo.c3 ``` module foo; const...

Bug
Resolved bug

Consider the following example: ``` module output; struct Foo { int a; } fn void Foo.fun(&self) => {}; fn void bar(void*) => {}; Foo foo; $echo "Functions:"; $echo $defined(bar(null)); //...

Enhancement Request

This was a typo in my code, but rather than a nice error message it produced a nasty assertion ``` struct Foo { int a; } struct Bar { int...

Bug
Resolved bug

This removes the hardcoded NK_TEXT_CENTERED within a image+text button (eg. menu item or button_image_label etc) and allows the text alignment of text to be specified independently of the relative order...

Support switching menu by hovering over menubar headers while a menu is active. This matches typical menu bar behaviour in most GUIs. ![2024-09-01 20 16 59](https://github.com/user-attachments/assets/b0973173-587c-4ba2-8538-8f6a4653b2e3)