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

Classes

class  EditorPreferences
 
class  GridEditorPreferences
 
class  TestRunnerPreferences
 
class  TextEditorPreferences
 

Functions

def ReadFonts (fixed=False)
 Returns list with fixed width fonts. More...
 

Variables

int ID_CANCEL = -1
 
int ID_LOAD = 5551
 
int ID_SAVE = 5552
 
 ID_SAVELOADSETTINGS = wx.NewId()
 
 robotframeworklexer = None
 

Function Documentation

◆ ReadFonts()

def robotide.preferences.editors.ReadFonts (   fixed = False)

Returns list with fixed width fonts.

Definition at line 43 of file editors.py.

Variable Documentation

◆ ID_CANCEL

int robotide.preferences.editors.ID_CANCEL = -1

Definition at line 37 of file editors.py.

◆ ID_LOAD

int robotide.preferences.editors.ID_LOAD = 5551

Definition at line 35 of file editors.py.

◆ ID_SAVE

int robotide.preferences.editors.ID_SAVE = 5552

Definition at line 36 of file editors.py.

◆ ID_SAVELOADSETTINGS

robotide.preferences.editors.ID_SAVELOADSETTINGS = wx.NewId()

Definition at line 34 of file editors.py.

◆ robotframeworklexer

robotide.preferences.editors.robotframeworklexer = None

Definition at line 32 of file editors.py.