From 2ab1917b73ac0e3c31479a7993ecf6df2a2acaab Mon Sep 17 00:00:00 2001 From: Krzosa Karol Date: Wed, 31 Jul 2024 06:39:33 +0200 Subject: [PATCH] Update todo --- src/text_editor/todo.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/text_editor/todo.txt b/src/text_editor/todo.txt index e515f58..e89db5b 100644 --- a/src/text_editor/todo.txt +++ b/src/text_editor/todo.txt @@ -9,10 +9,19 @@ - is this even practical if we have tab based design? - this would allow to create new windows just like that to inform user and so on - window borders as flag - + - You should be able to edit buffer name, column and line in info bar which would apply to the last open view. Make sure name is unique + - Implement console buffer mimicking vscode with ctrl+~ etc. + - Reverse order of append in console buffer - it should be appending from top to bottom and scrolling + - Modify error popups to not focus, introduce a interaction timer which after some time will make window invisible + - Implement shell interaction in a console buffer + - Fullscreen + - files - load directory - file lister + - commands should run in a directory specified by buffer so you don't have to specify whole path + - each buffer would need a directory even the special ones: C:\a\b\c\+errors + - this could be used for storing the path in the command window - plumbing - add rule which first tries to look for open buffers and then if that fails we go look for files