diff --git a/src/backup/todo.txt b/src/backup/todo.txt index 6190202..d683dfe 100644 --- a/src/backup/todo.txt +++ b/src/backup/todo.txt @@ -8,11 +8,13 @@ How to go about search/replace, opening code and other considerations - For fuzzy find number of files is the problem - most likely just getting them in one place is the biggest problem that can be optimized - Opening code is problematic for large / weird files, they stall for a while, getting them buffered up is hard. And they stall the execution when they go overboard. Maybe just skipping on filesisze on something would be enough, or making a very large skip list. Another solution would be lazy loaded buffers + determining what kind of file we are dealing with on open before loading - Search everything, like fuzzy panel, on every key stroke we grep immediately and get new results, cancel old, reset +- ARENA CODE POSSIBLY DOMINATES Use session 2 - Need configs I can't change browser or vcvarsall currently, maybe syntax like :Set InternetBrowser "firefox" - BUILD annoying: Console or use the other window / the window which is already being used - +- Tutorial +- When jumping should center the view!!! Debug session: - Should highlight main buffer when clicking on status? @@ -20,6 +22,7 @@ Debug session: - Replace in render layer also New UI Session +- Move CommandWindow hooks to hooks - Cleanup String16/String with Open and EvalCommands after lua refactor - Uneditable buffers ? - Maybe marked allocations??? So that we can associate allocations with a buffer or view and then dealloc all at the same time