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