pub fn MultiEditor(props: MultiEditorProps) -> impl IntoViewExpand 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
- value:
RwSignal<String>
§Optional Props
- highlighter:
Highlighter - line_height:
f64 - height:
f64 - overscan:
usize