R8 C# ScriptEditor - Bugs or Missing Stuff

I’m still new to using R8 C# ScriptEditor, and I just found out several concerning issues.

  1. 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.

  2. Error messages are aligned so close to the right border of the Editor window that it cuts off longer error messages: Example:
    image

  3. Hovering over a variable doesn’t show its value.

  4. There’s no auto-formatting pressing (CTRL+ K, D).

  5. Addendum 1: Variable Names list are not sorted alphabetically:

  6. Addendum 2: Mouse over Debug buttons doesn’t say which keyboard keys are associated with the buttons.

  7. 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