Louis de Carufel
Louis de Carufel
Are there plans to make this extensions available for the regular Visual Studio (Microsoft Visual Studio Community 2022 for example)?
I'd just like to chime in and say that I also would like a way to disable groups of controls. Maybe PushDisabledState()/PopDisabledState() functions would be the best, since it follows...
I thought about adding buttons, but it was a tiny little bit more involved (need to find proper icons for a start!), so I decided to implement the functionality first,...
Would these icons be ok for Toggle/Prev/Next Bookmarks?    Or maybe this one for Toggle Bookmark? 
Added a bookmark menu:  I created the blue bookmark icon myself and combined it with some existing icons.
Now using icons from standard icon set. Now disabling next/prev/clear menu items when there are no bookmarks. 
Hi there! I just wanted to share my simple solution to embed colors in ImGui text. I basically parse the string while accumulating characters and looking for inline color blocks....
Thanks for the suggestion, I'll try that out! 😃 I'm usually have a "template" file I use to store "library" functions with variables I often use. As a graphics programmer,...