-
The
But the ---- Side Quest Is there somewhere to look for modifying the gutter (as in displaying indicators beyond the line number)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The modal editing will need special handling in the same way that Lapce handles it. https://docs.rs/floem/latest/floem/views/editor/view/fn.editor_view.html This is the base editor view. If you would like to customize the gutter right now the easiest things might be to just copy the existing gutter view and modify as you want. Then if you find a nice way to customize that could potentially be accepted in a PR |
Beta Was this translation helpful? Give feedback.
The modal editing will need special handling in the same way that Lapce handles it.
https://docs.rs/floem/latest/floem/views/editor/view/fn.editor_view.html
This is the base editor view. If you would like to customize the gutter right now the easiest things might be to just copy the existing gutter view and modify as you want. Then if you find a nice way to customize that could potentially be accepted in a PR