InputText: rename Edited->EditedThisFrame, add EditedBefore. (#701) + Comments + About box clipboard blurb include a comment.

This commit is contained in:
ocornut
2026-04-02 14:30:18 +02:00
parent fc5e421cb9
commit 9e9fdc97bb
4 changed files with 10 additions and 7 deletions

View File

@@ -8175,6 +8175,7 @@ void ImGui::ShowAboutWindow(bool* p_open)
if (copy_to_clipboard)
{
ImGui::LogToClipboard();
ImGui::LogText("// (Copy from the next line. Keep the ``` markers for formatting.)\n");
ImGui::LogText("```cpp\n"); // Back quotes will make text appears without formatting when pasting on GitHub
}