I’m still new to using R8 C# ScriptEditor, and I just found out several concerning issues.
-
The ScriptComponent seems to automatically run the C# component (even the Solution?) as I’m Saving the code while I’m coding.
(that often slows down everything immensely). We should have the option to run the component/solution only when pressing the > arrow. -
Error messages are aligned so close to the right border of the Editor window that it cuts off longer error messages: Example:
-
Hovering over a variable doesn’t show its value.
-
There’s no auto-formatting pressing (CTRL+ K, D).
-
Addendum 1: Variable Names list are not sorted alphabetically:
-
Addendum 2: Mouse over Debug buttons doesn’t say which keyboard keys are associated with the buttons.
-
Addendum 3. Indices in the variable inspector are not ordered according to numerical values, but (seemingly) as text. For this reason the number 3 comes only after 29, etc:
I’ll keep adding more observations as I use the ScriptComponent more.
//Rolf