Robot Framework Integrated Development Environment (RIDE)
robotide.context Namespace Reference

Namespaces

 coreplugins
 
 logger
 

Functions

def bind_keys_to_evt_menu (target, actions)
 
def ctrl_or_cmd ()
 

Variables

string ABOUT_RIDE
 
 APP = None
 
string IS_LINUX = 'linux'
 
string IS_MAC = 'darwin'
 
string IS_WINDOWS = '\\'
 
 LIBRARY_XML_DIRECTORY = os.path.join(SETTINGS_DIRECTORY, 'library_xmls')
 
 LOG = logger.Logger()
 
tuple POPUP_BACKGROUND = (240, 242, 80)
 
tuple POPUP_FOREGROUND = (40, 40, 0)
 
string pyversion = '.'.join(str(v) for v in sys.version_info[:3])
 
int SETTING_EDITOR_WIDTH = 450
 
int SETTING_LABEL_WIDTH = 150
 
int SETTING_ROW_HEIGHT = 25
 
 SETTINGS_DIRECTORY
 
string SHORTCUT_KEYS
 
string SYSTEM_INFO = "Started RIDE %s using python version %s with wx version %s in %s." % \
 
 WX_VERSION = wx.VERSION_STRING
 

Function Documentation

◆ bind_keys_to_evt_menu()

def robotide.context.bind_keys_to_evt_menu (   target,
  actions 
)

Definition at line 74 of file __init__.py.

◆ ctrl_or_cmd()

def robotide.context.ctrl_or_cmd ( )

Definition at line 68 of file __init__.py.

Variable Documentation

◆ ABOUT_RIDE

string robotide.context.ABOUT_RIDE
Initial value:
1 = '''<h3>RIDE -- Robot Framework Test Data Editor</h3>
2 <p>RIDE %s running on Python %s.</p>
3 <p>RIDE is a test data editor for <a href="http://robotframework.org">Robot Framework</a>.
4 For more information, see project pages at
5 <a href="https://github.com/robotframework/RIDE">https://github.com/robotframework/RIDE</a>.</p>
6 <p>Some of the icons are from <a href="http://www.famfamfam.com/lab/icons/silk/">Silk Icons</a>.</p>
7 <p><br/><br/><a href="https://github.com/HelioGuilherme66">Hélio Guilherme</a> the maintainer of the project thanks the
8 original authors and all users and collaborators.<br/>
9 A very special thanks to <b><a href="https://github.com/Nyral">Nyral</a></b> and <b><a href="https://github.com/jnhyperi
10 on">Johnny.H</a></b> the most commited in helping RIDE development and maintenance.</p>
11 ''' % (VERSION, pyversion)

Definition at line 55 of file __init__.py.

◆ APP

robotide.context.APP = None

Definition at line 25 of file __init__.py.

◆ IS_LINUX

string robotide.context.IS_LINUX = 'linux'

Definition at line 32 of file __init__.py.

◆ IS_MAC

string robotide.context.IS_MAC = 'darwin'

Definition at line 31 of file __init__.py.

◆ IS_WINDOWS

string robotide.context.IS_WINDOWS = '\\'

Definition at line 30 of file __init__.py.

◆ LIBRARY_XML_DIRECTORY

robotide.context.LIBRARY_XML_DIRECTORY = os.path.join(SETTINGS_DIRECTORY, 'library_xmls')

Definition at line 41 of file __init__.py.

◆ LOG

robotide.context.LOG = logger.Logger()

Definition at line 26 of file __init__.py.

◆ POPUP_BACKGROUND

tuple robotide.context.POPUP_BACKGROUND = (240, 242, 80)

Definition at line 49 of file __init__.py.

◆ POPUP_FOREGROUND

tuple robotide.context.POPUP_FOREGROUND = (40, 40, 0)

Definition at line 50 of file __init__.py.

◆ pyversion

string robotide.context.pyversion = '.'.join(str(v) for v in sys.version_info[:3])

Definition at line 52 of file __init__.py.

◆ SETTING_EDITOR_WIDTH

int robotide.context.SETTING_EDITOR_WIDTH = 450

Definition at line 45 of file __init__.py.

◆ SETTING_LABEL_WIDTH

int robotide.context.SETTING_LABEL_WIDTH = 150

Definition at line 46 of file __init__.py.

◆ SETTING_ROW_HEIGHT

int robotide.context.SETTING_ROW_HEIGHT = 25

Definition at line 47 of file __init__.py.

◆ SETTINGS_DIRECTORY

robotide.context.SETTINGS_DIRECTORY
Initial value:
1 = os.path.join(
2  os.environ['APPDATA'], 'RobotFramework', 'ride')

Definition at line 36 of file __init__.py.

◆ SHORTCUT_KEYS

string robotide.context.SHORTCUT_KEYS

Definition at line 86 of file __init__.py.

◆ SYSTEM_INFO

string robotide.context.SYSTEM_INFO = "Started RIDE %s using python version %s with wx version %s in %s." % \

Definition at line 53 of file __init__.py.

◆ WX_VERSION

robotide.context.WX_VERSION = wx.VERSION_STRING

Definition at line 33 of file __init__.py.