- Rewrite cursor_test.go to use the current GlyphLayout-based API instead of the deleted byteOffsetToLineCol function - Add guard for empty/missing layout slices in SetCursorFromPoint to prevent index-out-of-range panic on empty documents - Add missing Advance field to e2e test GlyphLayout initialization - Add cmd/pad/pad binary to .gitignore
21 lines
150 B
Plaintext
21 lines
150 B
Plaintext
# Syncthing
|
|
.stfolder/
|
|
|
|
# Go test cache
|
|
*.test
|
|
*.out
|
|
|
|
# build files
|
|
*.apk
|
|
*.idsig
|
|
cmd/pad/pad
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|