Robert Colton
Robert Colton
I would call this one rather important because of things like git. One of the nice things about Notepad++ and Eclipse is their ability to preserve line endings. Then opening...
I was also interested in painting the visible whitespace myself. I wanted to make the tab characters look like the ones in Eclipse IDE as the straight arrow line is...
I was thinking about this some today and I knew why it's difficult before posting. Our scene reader is actually doing just fine reading the saved toml file, which is...
After #15 I now get the following: ```toml [scene] name = "scene" [scene.size] height = 600 width = 800 ``` I still think additional formatting options would be nice.
@TomasMikula Hi Tomas, thank you for your feedback. The way you describe it makes me ambivalent about taking his approach though. I also see #87 which is somewhat related to...
Thanks! You mentioned some very good points. I had not considered how Swing can have two JDesktopPane's as I do not believe that is possible in Windows Forms. I have...
I found that wxWidgets uses tabs when run on Ubuntu/Gtk dev libraries. It's documentation mentions also what it does on Mac, but I do not find it clear what it...
Ok I've sent #217 but I could use some help because I am not sure if I am checking for WGL extensions correctly.
Ok, so through more debugging I have narrowed this problem down to two issues. ### Calling GL Functions in Stack Destructor Crashes We have several classes in our engine that...
I want to add that I think it's possibly something to consider that libepoxy could maybe have a custom exit handler to allow calling OpenGL functions in destructors safely. The...