pub fn render_inline_editor(
frame: &mut Frame<'_>,
area: Rect,
editor: &InlineEditor,
theme: &Theme,
)Expand description
Render the inline editor into the given area.
Layout (top to bottom):
- Header — 1 line:
✏️ Editing: <filename> [modified] - Content — remaining lines minus footer: line numbers + text
- Footer — 1 line: status message + cursor position + key hints