Robot Framework Integrated Development Environment (RIDE)
robotide.controller.ui.treecontroller Namespace Reference

Classes

class  _History
 
class  TestSelectionController
 
class  TreeController
 

Variables

string tree_actions
 

Variable Documentation

◆ tree_actions

string robotide.controller.ui.treecontroller.tree_actions
Initial value:
1 = """
2 [Navigate]
3 !Go &Back | Go back to previous location in tree | Alt-%s | ART_GO_BACK
4 !Go &Forward | Go forward to next location in tree | Alt-%s | ART_GO_FORWARD
5 """ % (('Left', 'Right') if IS_WINDOWS else ('Z', 'X'))

Definition at line 26 of file treecontroller.py.