omar

Results 2356 comments of omar

> The most time-consuming part when writing tests is usually identifying the correct IDs for node lookups. The hover tools that display IDs are already very helpful, but navigating deeper...

I assume you have set ImGuiTestEngineSrcFileOpenFunc and you'd like this to be used from the log? You know you can right-click a Test or a check entry in Test Log...

As I understand source_location works by typically defaulting a param to `std::source_location::current()`, so as I understand it we would still need to include as a param to all functions?

What I believe is possible, without adding a source_location to every 150+ functions in ImGuiTestContext: Improve the Test Log so that: - clicking on an intermediary line would offer to...

I don’t understand the remark about being “outdated”. Any news version of Visual Studio can should be able to load and update the project. It is intentionally kept at an...

> If VS2022 is used to open and upgrade the solution, many files get updated in Microsoft’s private formats. Even small actions in the IDE can cause XML changes, which...