nathnolt

Results 15 comments of nathnolt

I'm sorry but I don't see the attachment.

Yeah, it's zoomed to a different level. I think that android does either by default, or from the meta viewport ( ) code. This probably could be fixed. But yeah,...

Let me try to make it more clear: TrenchBroom already shows a model: a cuboid. The cool thing: the model is dynamic in that it's size is based on the...

Okay, I guess what I want is to always show the arrow even when entities aren't selected. with arrow I mean the white outlined triangle that's next to a model...

I don't know man, I just changed it for myself and thought, I guess I could make a pull request.

Also: how do I test out the highlighting, like have it spit out a demo page where I can insert code into, so I can test out if the changes...

I'm sure this has to do with characters which can be used as a combination of another character. ( SEE: https://en.wikipedia.org/wiki/Dead_key ). I have the problem with my keyboard layout...

I think that the only way to make it work consistently, is to change the entire codebase to only allow scaling values of integers, either for everything, or for just...

I had a similar issue, only mine was caused because I had disabled cookies by default. Which causes a different issue because localStorage is trying to get read. Maybe as...