Robot Framework Integrated Development Environment (RIDE)
validators.py File Reference

Go to the source code of this file.

Classes

class  robotide.controller.validators.BaseNameValidator
 

Namespaces

 robotide.controller.validators
 

Variables

string robotide.controller.validators.ERROR_EMPTY_FILENAME = "Empty filename"
 
string robotide.controller.validators.ERROR_FILE_ALREADY_EXISTS = "File %s already exists"
 
string robotide.controller.validators.ERROR_ILLEGAL_CHARACTERS = "Filename contains illegal characters"
 
string robotide.controller.validators.ERROR_NEWLINES_IN_THE_FILENAME = "Newlines in the filename"