1268 |
1268 |
1269 ############################################################## |
1269 ############################################################## |
1270 ## Populate the right side bar or combined left sidebar |
1270 ## Populate the right side bar or combined left sidebar |
1271 ############################################################## |
1271 ############################################################## |
1272 |
1272 |
1273 # TODO: add option to add all tools to the left sidebar |
|
1274 # possibly with different order (e.g. debug after VCS) |
|
1275 sidebar = self.rightSidebar or self.leftSidebar |
1273 sidebar = self.rightSidebar or self.leftSidebar |
1276 |
1274 |
1277 if sidebar is self.leftSidebar: |
1275 if sidebar is self.leftSidebar: |
1278 # place debug viewer after 'VCS Status' widget |
1276 # place debug viewer after 'VCS Status' widget |
1279 index = self.leftSidebar.indexOf(self.__vcsStatusWidget) + 1 |
1277 index = self.leftSidebar.indexOf(self.__vcsStatusWidget) + 1 |