Often in a well organized project you may have multiple packages with identically named modules inside, say
Batch.gui
and
Motor.gui
. However if you had both of these scripts open they would both only be shown as
gui
in the script tags along the bottom. It would be nicer if they were labeled with their full name so it'd be easier to switch back and forth and know which one is which just from the tab name, not from clicking on then having to read some of it to realize which one it is. Attached is the pain point I experience.