Pad/internal/editor
Greg Pomerantz 0dac354f2a fix(editor): wire key events to cursor movement
- 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.
2026-06-03 07:41:18 -04:00
..
buffer_test.go fix(editor): wire key events to cursor movement 2026-06-03 07:41:18 -04:00
cursor_test.go fix(editor): wire key events to cursor movement 2026-06-03 07:41:18 -04:00
integration_test.go fix(editor): wire key events to cursor movement 2026-06-03 07:41:18 -04:00
logic.go fix(editor): wire key events to cursor movement 2026-06-03 07:41:18 -04:00
mock_setup.go fix: integrate browser-to-editor file loading and remove sample text 2026-06-02 09:33:12 -04:00
state.go fix(editor): wire key events to cursor movement 2026-06-03 07:41:18 -04:00