Edward Catchpole
Edward Catchpole
Most languages have completely different tokens for single-line comments and block comments (eg `//` and `/* */` in C), but in Lua they start the same: `--` and `--[[`. The...
**Version/Branch of Dear ImGui:** Version: 1.60 Branch: master **Back-end/Renderer/Compiler/OS** Back-ends: imgui_impl_dx11cpp **My Issue/Question:** I'm attempting to change formatting in the middle of a block of text, to support hyperlinks, emoji,...
It appears that the plugin drops support for IME, which ImGui has rudimentary support for. Unreal seems to conflict with ImGui's use of `::ImmGetContext`, causing it to be deactivated, except...