Commit Graph
2 Commits
Author SHA1 Message Date
Bohdan Triapitsyn 2bcac9c6f9 refactor: integrate go-to-line into files toolbar
Move go-to-line UI into the editor action bar for a unified layout
Keep toolbar height stable with compact inline line input and Go action
Align file action icons to a single always-enabled visual style
2026-04-17 13:12:53 +03:00
coldbrow ef4c6ee163 feat(files): add Go to Line workflow (#933)
Add a Go to Line dialog to the file editor that accepts a line number
and scrolls the CodeMirror editor to that position. Triggered via:
- Keyboard shortcut: Alt+G (macOS/Windows/Linux)
- Toolbar button next to the existing Find in file button
2026-04-17 11:15:36 +03:00