This is a really promising IDE. I tried it with my current project and it worked well.
I mainly work away from a WiFi network, so I seldom broadcast the compiled project. It would be great to have the option to switch OFF broadcasting, or to have a dedicated COMPILE & RUN, or simply just a RUN button.
I also have the habit of setting the default value for globals on the same line as they are declared like so:
Quote: "global MaxAsteroids as integer : MaxAsteroids = 24"
In your IDE, the ": MaxAsteroids" parts also appears in the code inspector window.
Also functions,types and globals only appear for the currently selected agc, it would be great to be able to see all the functions, etc. that I spread across all the included agc's.
It would be great if you could collapse functions to improve reading.
In the tools folder - it would be super useful if we could define links to our own tools. For example, I have SpriteMe and use it often with AppGameKit - it would be great if the SpriteMe link could be customised to the exe I have, rather than the web link.
For the errors that the compiler finds - it would be great, if the message could be realled after the window is closed. I sometimes forget what location the error reported and it would be great to be able to recall the message rather than recompile.
I'm sorry to request so much, I'm hoping you find these suggestions useful - This IDE is a significant improvement over the standard IDE and I would definitely use it if a simple run only function was available to avoid the auto broadcasting.