void reshade::imgui::code_editor::render(const char *title, const uint32_t palette[color_palette_max], bool border, ImFont *font) // There should always at least be a single line with a new line ...
/// A text editor for ImGui with syntax highlighting. bool operator==(const text_pos &o) const { return line == o.line && column == o.column; } bool operator!=(const ...