cosmic-edit/src
Josh Megnauth 513d5f9884 Plumbing to handle unsaved changes on tab close
`TabClose` is now `TabCloseForce`. The latter closes a tab without
checking if contents have been saved.

`TabClose` checks for unsaved changes and (will eventually) prompt the
user to handle this issue.
2024-02-27 21:47:25 -07:00
..
config.rs Move recents to state 2024-02-23 09:55:31 -07:00
git.rs Add read-only git management 2023-12-01 13:23:15 -07:00
icon_cache.rs Simple replace implementation 2024-01-09 13:37:10 -07:00
key_bind.rs Implement Save as, fixes #127 2024-02-15 15:09:32 -07:00
line_number.rs Update cosmic-text 2024-01-17 13:40:11 -07:00
localize.rs Remove lazy_static dep. 2024-01-18 20:52:20 -07:00
main.rs Plumbing to handle unsaved changes on tab close 2024-02-27 21:47:25 -07:00
menu.rs Move recents to state 2024-02-23 09:55:31 -07:00
mime_icon.rs Remove lazy_static dep. 2024-01-18 20:52:20 -07:00
project.rs Sort naturally 2024-01-05 09:48:39 -07:00
search.rs Fixed **many** clippy lints, and one bug. 2023-12-26 10:17:32 -07:00
tab.rs Use iced FontSystem and fix #122 2024-02-15 15:23:41 -07:00
text_box.rs Implement highlight current line, fixes #133 2024-02-20 09:45:19 -07:00