From a7ec909f10e037df2ca859e95176172408c43b04 Mon Sep 17 00:00:00 2001 From: WanderingPenwing Date: Sun, 14 Jul 2024 16:53:05 +0200 Subject: [PATCH] edit project file --- project/calcifer.project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/calcifer.project b/project/calcifer.project index b10a98e..74af072 100644 --- a/project/calcifer.project +++ b/project/calcifer.project @@ -1 +1 @@ -{"categories":[{"name":"to do","content":[{"name":"inspire from Jiji refresh","description":"use egui::Context::request_repaint_after(ctx, Duration::from_secs_f32(BACKGROUND_REFRESH_DELAY));\n\n","id":1}]},{"name":"+","content":[]}]} \ No newline at end of file +{"categories":[{"name":"to do","content":[{"name":"move config","description":"config from .calcifer/save.json\nto .config/calcifer/state.json","id":1},{"name":"add id to textarea per tab","description":"to improve undo, make each code area of each tab have a unique id (no more undo into another tab)","id":1},{"name":"bug project","description":"when switching tabs between two project file, if item window is open it crashes","id":1}]},{"name":"+","content":[]}]} \ No newline at end of file