GVL_ErrorTexts (GVL)
This GVL contains error texts of the text editor corresponding to the error codes. The naming convention of the constants is ERRTEXT_<GVL_ErrorCodes-Constant>
- Attributes:
qualified_only- InOut:
Scope
Name
Type
Initial
Comment
Constant
ERRTEXT_NO_ERROR
STRING(2)‘’
No error
ERRTEXT_TECHNICAL_ERROR
STRING‘Technical error occurred. See log output of runtime system’
Error text for all technical errors
ERRTEXT_LINE_FULL
STRING‘The line has reached the maximum length’
Errors, that can occur during editing the text
ERRTEXT_TOO_LONG_LINES
STRING‘File to read has lines longer than the specified maximum line length’
ERRTEXT_TOO_LONG_LINE_AFTER_DELETE_SEL
STRING‘Unable to delete the selection, because the resulting line would be too long’
ERRTEXT_TOO_LONG_LINE_AFTER_DELETE_CHAR
STRING‘Unable to delete the character, because the resulting line would be too long’
ERRTEXT_UNICODE_IN_ASCII_FILE
STRING‘You cannot enter an unicode character in an ascii file’
ERRTEXT_SEARCH_TEXT_NOT_FOUND
STRING‘Text to search not found’
Errors, that can occur during searching
ERRTEXT_SEARCH_TEXT_EMPTY
STRING‘No text to search specified’
ERRTEXT_LINE_WITHOUT_RANGE
STRING‘Specified line does not exist in file’
Errors, that can occur during selecting a line
ERRTEXT_FILE_NOT_FOUND
STRING‘The file to open does not exists’
ERRTEXT_NEGATIVE_LINE_TO_SET
STRING‘The caret cannot be set into a line before the first line’
Errors, that can occur when setting the caret programatically
ERRTEXT_TOO_LARGE_LINE_TO_SET
STRING‘The caret cannot be set beyond the last line’
ERRTEXT_NEGATIVE_COLUMN_TO_SET
STRING‘The caret cannot be set into a column before the leftmost column’
ERRTEXT_TOO_LARGE_COLUMN_TO_SET
STRING‘The caret cannot be set beyond the last possible column’
ERRTEXT_NO_SELECTION_TO_COPY
STRING‘Cannot copy text into clipboard, because no text is selected’
Errors, that can occur during copy/paste
ERRTEXT_INVALID_CLIPBOARD_FORMAT
STRING‘Current clipboard content cannot be pasted into the texteditor’
ERRTEXT_PASTE_UNICODE_INTO_ASCII
STRING‘Cammot paste unicode text into ascii text’
ERRTEXT_TOO_LONG_LINE_AFTER_PASTE
STRING‘Cannot paste into the texteditor, because would result in too long line(s)’