Casey W

Results 4 issues of Casey W

(And a bunch of other stuff, included in the ReadLine library. See GitHub page. Only tab completion and history was tested.) Uses the ReadLine library, with some tweaks I had...

(Master version of #52761) I took into account the feedback on the previous PR (and put one comment there, since a suggested change didn't work). New test project (converted one...

bug
topic:rendering
topic:physics
topic:2d

Example: ```csharp namespace MyGameProject; public class ItemSlot : ButtonBase { // ... } ``` ```csharp Project.ExtraWidgetAssembliesAndNamespaces.Add( typeof( ItemSlot ).Assembly, new string[] { typeof( ItemSlot ).Namespace } ); Grid g =...