Misc refactor

This commit is contained in:
Krzosa Karol
2025-12-30 13:08:18 +01:00
parent 8270fe2542
commit e5a028ff93
2 changed files with 18 additions and 22 deletions

View File

@@ -21,7 +21,6 @@ Debug session:
- Some bad allocating happening in Clipboard for sure
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
@@ -35,7 +34,6 @@ New UI Session
- DBBuffer
- Guide on the first page for new users with links to configs, tutorials
- Why constraint that name of buffer needs to be unique? For Open() and default behavior but is this required?
- Try to add Tracking Allocator and rewrite the app, free all memory at the end of the app and check all is well
- Maybe fix OS layer returning with "/" at the end for directories
- Fix open code pattern