Go to the source code of this file.
Namespaces | |
| robotide.context | |
Functions | |
| def | robotide.context.bind_keys_to_evt_menu (target, actions) |
| def | robotide.context.ctrl_or_cmd () |
Variables | |
| string | robotide.context.ABOUT_RIDE |
| robotide.context.APP = None | |
| string | robotide.context.IS_LINUX = 'linux' |
| string | robotide.context.IS_MAC = 'darwin' |
| string | robotide.context.IS_WINDOWS = '\\' |
| robotide.context.LIBRARY_XML_DIRECTORY = os.path.join(SETTINGS_DIRECTORY, 'library_xmls') | |
| robotide.context.LOG = logger.Logger() | |
| tuple | robotide.context.POPUP_BACKGROUND = (240, 242, 80) |
| tuple | robotide.context.POPUP_FOREGROUND = (40, 40, 0) |
| string | robotide.context.pyversion = '.'.join(str(v) for v in sys.version_info[:3]) |
| int | robotide.context.SETTING_EDITOR_WIDTH = 450 |
| int | robotide.context.SETTING_LABEL_WIDTH = 150 |
| int | robotide.context.SETTING_ROW_HEIGHT = 25 |
| robotide.context.SETTINGS_DIRECTORY | |
| string | robotide.context.SHORTCUT_KEYS |
| string | robotide.context.SYSTEM_INFO = "Started RIDE %s using python version %s with wx version %s in %s." % \ |
| robotide.context.WX_VERSION = wx.VERSION_STRING | |