<img width="613" height="530" alt="image" src="https://github.com/user-attachments/assets/be86658d-706c-411c-8ba6-09b495208051" /> ## Break Changes - The `Markers` has been renamed to use `Diagnostics`. - The `input::LineNumber` has renamed to `input::Position` and changed from 1-based to use 0-based. - Renamed `go_to_line` to `set_cursor_position`, `line_column` to `cursor_position`. ```diff - pub fn line_column(&self) -> LineColumn + pub fn cursor_position(&self) -> Position - pub fn go_to_line(&mut self, line: usize, column: Option<usize>, window: &mut Window, cx: &mut Context<Self>) + pub fn set_cursor_position(&mut self, position: impl Into<Position>, window: &mut Window, cx: &mut Context<Self>) ``` |
||
|---|---|---|
| .. | ||
| hello_world | ||
| macros | ||
| story | ||
| ui | ||
| webview | ||
| wef | ||