James

Results 20 comments of James

Using cursor keys to pan around would be a good start. But I agree more conventional mouse controls would also be useful. Or at the very least scroll bars.

I'd rather you went the other way and removed the need to use composer (which I can't use because I'm on a shared server) and simplified the install process to...

I'm getting the same error building with xcode 10.1. (The newest version I can install on my old 2011 iMac.)

For me renaming the group in the my lua file is the easiest option. And it's what I did. For me, it's no biggie. (It's just a folder name in...

The whole reason for Premake existing is to support multiple toolchains across different OSes/devices. It might seem a bit inconsistent if one reported this and the others didn't. (E.g., everything...

I don't think so. (I'm not sure.) The problem is the include path we're adding to our project is an internal path which is being picked up by a #include...

Yeah, the correct solution would be an `internalincludedirs` list which is passed before `--include-barrier` on the command line. I don't think clang treats external include paths differently. My understanding is...

That said, clang also appears to support `-iquote=` which, if I understand it correctly, maintains a list of search paths which are only searched for includes using double quotes. Does...

Yeah, that could be an option. I suppose, technically speaking, `buildoptions` could be used for everything if you know your platform and compiler. Although the order of command line arguments...

Yeah, I'm seeing this too. I thought it might be a simple bug, but in my case it's because the warning has the keyword "exception" in it. Which is lame....