mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-11 20:11:26 -07:00
extend autocompletion lister to support path autocompletion; use in cases where a watch window view is editing a path-tagged type
This commit is contained in:
@@ -1692,11 +1692,8 @@ raw_from_escaped_str8(Arena *arena, String8 string)
|
||||
}
|
||||
String8 replace_string = push_str8_copy(scratch.arena, str8(&replace_byte, 1));
|
||||
str8_list_push(scratch.arena, &strs, replace_string);
|
||||
if(replace_byte == '\\' || replace_byte == '"' || replace_byte == '\'')
|
||||
{
|
||||
idx += 1;
|
||||
start += 1;
|
||||
}
|
||||
idx += 1;
|
||||
start += 1;
|
||||
}
|
||||
}
|
||||
String8 result = str8_list_join(arena, &strs, 0);
|
||||
|
||||
Reference in New Issue
Block a user