== UI HANGS ==
@curtisw,
The UI still hangs when opening an existing (R7) C# component in Grasshopper. Blank editor, and Rhino/Windows no longer receives (or responds to) mouse clicks. ALT + TAB works, although the UI remains unresponsive for quite some time (1-2 minutes or so)
Also If I open a fresh new C# gh component editor, Rhino/Windows is zombified. Is it due to Halloween? Anyway, only after switching focus in Windows (ALT+TAB and after waiting for a while) the UI and the C# editor regains responsivity.
Feels like some invisible modal dialog steals the focus and locks the UI. Or perhaps it’s simply the C# Editor Form which has a problem with its Modal settings. Jiggling with the ALT+TAB and waiting for quite long, only then the Editor comes alive.
Summary: Rh8 remains entirely unusable for me.
I downloaded the WIP (8.0.22291.12305, 2022-10-18) Commercial today.
Edit 1:
== EDITOR DOESN’T RESIZE ==
Once the editor gets responsive, the editor text cannot be resized (as in R7). This is crucial for me since the condition of my eyes vary from day to day. I think the default font size is now only 8(?), way too small every day of the week.
Edit 2:
== INTELLISENSE BROKEN ==
Also the C# editor’s IntelliSense doesn’t respect the current object after the dot. No relevant members are listed after the dot, and not even after typing the first letter.
Example: If I type mesh.V...
I would expect the mesh.Vertices
member to show up, but not so. Instead I only get this (three seemingly nonsensical options):
Edit 3:
== TYPING TAKES FOREVER ==
Any change to the editor text (code) seems to trigger automagic compilation or something, because it is very slow and lagging to type text.
//Rolf