/// Position of a character in the text currently being edited. bool operator==(const text_pos &o) const { return line == o.line && column == o.column; } bool ...
/// 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 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results