Onscreen IDE & dynamic instant update [_v0.5.4_]

I just got the chance to try it out. It’s really neat! Thanks alot for making this.
Although, it has some issues with the 1.6 branch of Panda3D:

  • Please get those “thread” and “threading” imports out! In the new 1.6 branch which enables threading by default, Panda will crash and burn in a horrible cloud of black smoke when using python’s threading modules, so get them out. At least don’t have them checked by default.
  • You are using task._priority, although, interrogate doesn’t support direct access to data members. Please use getPriority() instead. I had to change it before I was able to run it.

Other than that, keep up the good work!