A toolbar for your panel that allows you to switch workspaces. Latest update includes a panel position option of left, center, and right. Also there is an option to display the Overview on mouse entry. Right-click extension to access preferences. Development builds at: https://github.com/mbokil/workspacebar
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Do not use eval. Use bracket notation if you want to get/set a property by variable name.
I have tried many different combinations of bracket notation but I have been unable to get it to work right. The only thing that worked for me so far was eval. Everything else fails. Any suggestions? this.boxPosition = "_leftBox"; Main.panel.[this.boxPosition].insert_child_at_index(this.buttonBox,0);