Skip to content

Restore ImGuiColorTextEdit support with goossens upstream#389

Merged
SpaiR merged 1 commit intoSpaiR:mainfrom
edoli:add-color-text-edit
Apr 24, 2026
Merged

Restore ImGuiColorTextEdit support with goossens upstream#389
SpaiR merged 1 commit intoSpaiR:mainfrom
edoli:add-color-text-edit

Conversation

@edoli
Copy link
Copy Markdown
Contributor

@edoli edoli commented Apr 22, 2026

This PR switches the ImGuiColorTextEdit extension from BalazsJako's repository to goossens' repository, which is actively maintained and compatible with latest Dear ImGui versions

Also re-enables the ImGuiColorTextEdit Java example.

Require C++17 in buildSrc/src/main/groovy/tool/generator/GenerateLibs.groovy, since the goossens' code depends on it.

closes #360

Type of change

  • Minor changes or tweaks (quality of life stuff)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Switch the vendored ImGuiColorTextEdit extension from BalazsJako's repository to goossens' actively maintained implementation and regenerate the text editor bindings against the current API. Re-enable the Java example and require C++17 for native builds because the new upstream code depends on it.

Closes SpaiR#360
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@SpaiR SpaiR self-assigned this Apr 24, 2026
@SpaiR SpaiR added the feat New feature or request label Apr 24, 2026
@SpaiR SpaiR merged commit 342ac7b into SpaiR:main Apr 24, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: missing coloredtexteditor

2 participants