Add build window

This commit is contained in:
Krzosa Karol
2025-12-30 12:18:08 +01:00
parent b140d9c3f1
commit ca464c314b
9 changed files with 53 additions and 15 deletions

View File

@@ -8,7 +8,6 @@ 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"
@@ -17,7 +16,6 @@ Use session 2
- When jumping should center the view!!!
Debug session:
- Should highlight main buffer when clicking on status?
- Report errorf - use coroutine dialogs
- Replace in render layer also
- BlockAllocator something is not working there which only showed after executing OpenCode on many files