santaclose / ImGuiColorTextEdit

Colorizing text editor for ImGui
MIT License
69 stars 19 forks source link

GetKeyIndex is nop since 1.87+ and obsoleted from 1.90.5 b #29

Closed sonoro1234 closed 2 months ago

sonoro1234 commented 2 months ago

include for sqrt in TextEditor.h

include for sqrt

GetKeyIndex is nop since 1.87+ and obsoleted from 1.90.5

sonoro1234 commented 2 months ago

The #27 should be closed!!

santaclose commented 2 months ago

ok i just tested your changes, the commit message is currently cosmetic ((ImGui...)) -> (ImGui...), could you change it to something that makes more sense? maybe something like "move cmath header and stop using GetKeyIndex". Commands for this should be git commit --amend, then you get a text editor to modify the message, and then git push origin santa_master_imguikey --force

sonoro1234 commented 2 months ago

done.

santaclose commented 2 months ago

thanks!