mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-07 04:47:45 +03:00
render diagnostic inline
This commit is contained in:
parent
39b3d81abf
commit
6d051d7084
14 changed files with 786 additions and 29 deletions
|
@ -53,8 +53,8 @@ pub use {regex, tree_sitter};
|
|||
|
||||
pub use graphemes::RopeGraphemes;
|
||||
pub use position::{
|
||||
char_idx_at_visual_offset, coords_at_pos, pos_at_coords, visual_offset_from_anchor,
|
||||
visual_offset_from_block, Position, VisualOffsetError,
|
||||
char_idx_at_visual_offset, coords_at_pos, pos_at_coords, softwrapped_dimensions,
|
||||
visual_offset_from_anchor, visual_offset_from_block, Position, VisualOffsetError,
|
||||
};
|
||||
#[allow(deprecated)]
|
||||
pub use position::{pos_at_visual_coords, visual_coords_at_pos};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue