Skip to main content

MultiEditor

Function MultiEditor 

Source
pub fn MultiEditor(props: MultiEditorProps) -> impl IntoView
Expand description

A multi-cursor code editor over the value buffer on a virtualized monospace grid: add cursors above/below (Ctrl/Cmd+Alt+Arrow), add-next- occurrence (Ctrl/Cmd+D), select-all, drag-select, clipboard, and IME composition via a hidden textarea sink. Renders only the rows in the visible window (plus overscan) at the given line_height, height, and optional highlighter.

§Required Props

§Optional Props