Skip to content

Commit

Permalink
update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Dec 25, 2023
1 parent 3874075 commit a61b393
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ use crate::{
};

// TODO
// * modified file on disk handling
// * Recent files
// * Inhibit when has unsaved changes
// * Find and replace
// * Bird's eye view of graph
// * Full screen view of graph
// * Recent files
// * Drag and drop on tabs
// * Inhibit when has unsaved changes
// * dot language server, hover info, color picker, autocompletion, snippets, renames, etc.
// * modified file on disk handling

mod imp {
use std::cell::{OnceCell, RefCell};
Expand Down

0 comments on commit a61b393

Please sign in to comment.