rich hover for thread-hover editors

This commit is contained in:
Ryan Fleury
2025-02-14 09:43:19 -08:00
parent c5de847fa5
commit ecb4e0d282
7 changed files with 35 additions and 9 deletions
+7
View File
@@ -151,6 +151,13 @@ ctrl_handle_list_copy(Arena *arena, CTRL_HandleList *src)
return dst;
}
internal String8
ctrl_string_from_handle(Arena *arena, CTRL_Handle handle)
{
String8 result = push_str8f(arena, "$%I64x_%I64x", handle.machine_id, handle.dmn_handle.u64[0]);
return result;
}
////////////////////////////////
//~ rjf: Trap Type Functions