Skip to content

Multiline

Language Namespace : de.slisson.mps.editor.multiline

The multilinecell adds support for text blocks that spans multiple lines. Line breaks are saved as new line characters (\n) in the backing property. The richtext language uses this language.

The language implements two editor cells: EditorCell_Multiline and EditorCell_Word with special handling for navigation, text selection (MultilineSelection), and copy and pasting the text to the clipboard.