Results 390 comments of ruevs

Merged. Thank you @iscgar for the fix. P.S. I like it how you clean up the areas you touch :-) In this case the fix was just moving `foundInters =...

This is indeed a known limitation. https://github.com/solvespace/solvespace/issues/932#issuecomment-808785294 https://github.com/solvespace/solvespace/issues/1227 Machines, have gotten faster, we've made SolveSpace much faster and these days it is possible to hit this limitation... Removing it requires...

> a design that works, doesn't break with edge cases lurking in dark corners of the code base, and as [@ruevs](https://github.com/ruevs) mentioned is able to work with old files. ###...

> The other thing is my domain is embedded coding You; and [the original author of SolveSpace](https://cq.cx/index.pll); and the current maintainer; and [the previous maintainer](https://github.com/GlasgowEmbedded/glasgow); and I; and (I strongly...

> The "2^32 entities in a group" does baffle me though - the limit most certainly doesn't seem to be triggered by anything inside ONE single group. I wrote it...

> because there's no error message, and this "handle" bug doesn't throw one either 90% of the time - so it might be the same error or it might not...

@WickedSmoke please consider this https://github.com/solvespace/solvespace/pull/1221#issuecomment-1060627406 in context of your pull request. I have not played with yours yest but they are definitely related.

I used to zoom with the keyboard (`+` and `-`) or the mouse wheel depending on what I wanted - viewport centered zoom or mouse cursor centered zoom. Unfortunately https://github.com/solvespace/solvespace/pull/1221...

I like the `CTRL` key inverting the configured zoom behaviour. Would it be appropriate to change the text of the option to: `zoom keeping view centered (hold CTRL while zooming...

> That description is a bit verbose. You are right. And there are many hard to discover features already. We'll update the documentation - let people read :-) As for...