The Source Tree extension was written by Iván Campaña, you could ask him to add the feature. Alternatively, you could edit the overlay.xul file in the extension:
1. change the tabs id in line 39:
<tabs id="right_toolbox_tabs">
2. change the tab panels id on line 43:
<tabpanels id="right_toolbox_tabpanels">
I made these changes and it seems to work fine for me.
Sorry, drupal yanked out the tags in my last post instead of escaping them. Refer to my earlier post for the correct Ids.
In Komodo-land, 'project' means left, and 'right' means, er, right. =) These Ids have been around for a long time, back to when Komodo IDE only had the Project Pane on the left side.
The Source Tree extension was written by Iván Campaña, you could ask him to add the feature. Alternatively, you could edit the overlay.xul file in the extension:
1. change the tabs id in line 39:
<tabs id="right_toolbox_tabs">
2. change the tab panels id on line 43:
<tabpanels id="right_toolbox_tabpanels">
I made these changes and it seems to work fine for me.
--
JeffG
Awesome, It's too late for me now but gonna try it out tomorrow, thanks jeff :)
Decided to take a quick look anyway, can you tell me what the ID's are supposed to be?
Right now they're;
project_toolbox_tabs (39)
project_toolbox_tabpanels (43)
that sounds to me like it should be on the same side as the toolbox, but it's not..
Sorry, drupal yanked out the tags in my last post instead of escaping them. Refer to my earlier post for the correct Ids.
In Komodo-land, 'project' means left, and 'right' means, er, right. =) These Ids have been around for a long time, back to when Komodo IDE only had the Project Pane on the left side.
--
JeffG
Thanks for the explanation :) I managed to get it working :D