Michael Aganier

Results 33 issues of Michael Aganier

It seems like this plugin only works with clangd-12. I like to use clangd-13 because it adds a few important features. Is there any chance this plugin would add support...

All widget functions that have a color param take `nk_color`, except for nk_color_picker/pick that take `nk_colorf` instead. This adds nk_col_pick and nk_col_picker wrappers which take a `nk_color` param and does...

These 4 functions should return cpBool. (see commit) Fixes these warnings: ``` [23/32] Building C object CMakeFiles/lib/Chipmunk2D/src/cpSweep1D.c.o ../../lib/Chipmunk2D/src/cpSweep1D.c:251:2: warning: cast between incompatible function types from ‘int (*)(cpSweep1D *, void *,...

GCC gives me the warning "declaration shadows a local variable" because there's two 'body' variables in the function. This fixes the warning.

I'm not sure how much work it would be to add this feature but it's something I had on my mind. The way PrimitiveBatch currently works is by taking a...

Clang-format claims it can format c# code, I would much rather use it than omnisharp. Omnisharp is missing a fundamental code formatting feature which makes it useless to me.

Would you consider making an amalgamated version of mxml which would allow to add 2 files to a project (mxml.h + mxml.c) and be built as part of the project?

enhancement
priority-low

I would like a way to retrieve the source file and line where data in a tree originates from (opaque values and attributes). I am not aware of a way...

enhancement
priority-low

2 good-no changes needed