Update todos

This commit is contained in:
krzosa
2025-12-30 09:20:48 +01:00
parent 50ac0600cb
commit 187bbcc5fc

View File

@@ -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