- Replace gtx.Event(nil) with key.Filter{Focus: focusedID} and
key.FocusFilter{Target: focusedID} so Gio correctly routes key
and edit events to the focused editor text field.
- Convert EditorState.CursorPosition (byte offset) to line/column
coordinates for accurate cursor rendering.
- Add debug logging in HandleKeyDown and HandleCursorMove.
|
||
|---|---|---|
| .. | ||
| architecture.md | ||
| browser_implementation_plan.md | ||
| bugs.txt | ||
| conflict_resolution.md | ||
| editor_implementation_plan.md | ||
| element_model.md | ||
| layout_rendering.md | ||
| spec.md | ||
| touch.md | ||