GNOME Bugzilla – Bug 690726
lookingGlass: Move to an inspect() function
Last modified: 2012-12-28 08:21:11 UTC
A friend I was showing the looking glass to tried to enter "<inspect x:10, y:20>" into the evaluator, as that's what we put in there when you use the eyedropper. Add a function to quickly pick an actor at some coordinates, and fake the syntax instead of using invalid syntax.
Created attachment 232226 [details] [review] lookingGlass: Move to an inspect() function Rather than add invalid results to the place where you enter JavaScript commands when you use the eyedropped, add an inspect() function and add a fake call to it.
Review of attachment 232226 [details] [review]: LGTM
Attachment 232226 [details] pushed as fa1420b - lookingGlass: Move to an inspect() function