From 897949d33a3481b5e64ca3680bc9eadd155d90fe Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Mon, 13 May 2024 16:27:15 -0700 Subject: [PATCH] notes --- src/raddbg/raddbg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/raddbg/raddbg.h b/src/raddbg/raddbg.h index c14a076b..76d0b1d1 100644 --- a/src/raddbg/raddbg.h +++ b/src/raddbg/raddbg.h @@ -16,7 +16,7 @@ // & scrollbars etc. // [ ] target/breakpoint/watch-pin reordering // [ ] watch window reordering -// [ ] standard way to filter +// [x] standard way to filter // [ ] visualize remapped files (via path map) // [ ] theme lister -> fonts & font sizes // [ ] font lister @@ -32,7 +32,7 @@ // that you use to tag them. Just some way that would make it easier to // focus on your own threads. // -// [ ] autocomplete lister should respect position in edited expression, +// [x] autocomplete lister should respect position in edited expression, // tabbing through should autocomplete but not exit, etc. // // [ ] it would be nice to have "show in explorer" for right click on source