Thomas Fjellstrom
Thomas Fjellstrom
Hi, I think it'd be useful if this library supported intellij's Stub feature. I'd like to be able to add some StubIndex's to my language plugin.
Hi, I've made a few changes that (imo) improve the ui flow a bit and fix some minor theming issues, and made it authenticate using the nextcloud app. This is...
I am considering a rename to Glua before a 1.0 release sometime in the (possibly distant) future. this would change the api. Also along with that, it would likely gain...
The current examples are too messy, and complicated to act as reasonable examples. They evolved from basic tests, but were moved to an examples dir because they were worse tests...
We need a proper test setup. with small individual tests testing everything possible. not sure how to mock out lua though? the current examples do not work well as tests.
Based on Had's fork, std::tuple can be used to allow returning multiple values from a bound function to lua. allowing things like: `local a,b,c = obj:my_c_func();`
Currently lua_pcall is used when LuaGlue calls any lua or C++ method/function. This should be made optional or selectable.
The overlay seems to not cover the area that would have the navigation bar with the back, home, and task/menu buttons, even when hidden.
Not a bug, but I find real time preview in IDEs very helpful, so something that worked in Android Studio with Litho would be very cool.