DriveCode
DriveCode copied to clipboard
File name in the title
Currently, the window title always says "Drive Code", no matter what. It'd be great to have it display the name of the file currently being edited.
According to the launch.js code there's a updateTitle() function so I'm not sure whether this issue should be a bug or a feature request.
I'd love to contribute but don't really have enough time right now. I'll see whether I can come up with a pull request in a couple weeks if nobody else gets to this first :)
Good point. I think this is a limitation with packaged Apps V1 at the moment, since I do set the title.
I'm working on migrating to the newer app format, which should get around this.