preserve jeff notes from emails - put into todo list

This commit is contained in:
Ryan Fleury
2024-05-12 14:11:08 -07:00
parent 4cb0073909
commit 9f89735b01
2 changed files with 15 additions and 3 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
// Copyright (c) 2024 Epic Games Tools
// Licensed under the MIT license (https://opensource.org/license/mit/)
#ifndef RDI_MARKUP_H
#define RDI_MARKUP_H
#ifndef RADDBG_MARKUP_H
#define RADDBG_MARKUP_H
////////////////////////////////
//~ Usage Macros
@@ -75,4 +75,4 @@ raddbg_log__impl(char *fmt, ...)
#endif // defined(_WIN32)
#endif // RDI_MARKUP_H
#endif // RADDBG_MARKUP_H
+12
View File
@@ -73,6 +73,18 @@
////////////////////////////////
//~ rjf: Hot, Medium Priority Tasks (Low-Hanging-Fruit Features, UI Jank, Cleanup)
//
// [ ] Jeff Notes
// [ ] highlighted text & ctrl+f -> auto-fill search query
// [ ] double-click any part of frame in callstack view -> snap to function
// [ ] sort locals by appearance in source code (or maybe just debug info)
// [ ] bit more padding on the tabs
// [ ] sum view rule
// [ ] plot view rule
// [ ] histogram view rule
// [ ] max view rule
// [ ] min view rule
// [ ] double click on procedure in procedures tab to jump to source
//
// [ ] investigate /DEBUG:FASTLINK - can we somehow alert that we do not
// support it?
//