noter
noter copied to clipboard
📝 A text editor for macOS. Built using the Ebitengine game engine.
Ensure that the visible area is scrolled to the cursor after a call to MoveCursor()
Add a test that covers input/actions/movement controls and checks the output is correct. Perhaps we can manually call the update function: https://github.com/healeycodes/noter/blob/472737ff4de972ce7042463814ab8ded4370dfc3/editor.go#L743 And mock out `ebiten.IsKeyPressed`? This would have really...
Hey, I read your blog post on the editor, as Hajime Hoshi shared it on the discord chat. I follow the development of Ebitengine fairly closely, and I wanted to...
Can start with something simple: `go test ./...`