Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input Text #19

Open
Namek opened this issue Sep 16, 2023 · 1 comment
Open

Input Text #19

Namek opened this issue Sep 16, 2023 · 1 comment

Comments

@Namek
Copy link

Namek commented Sep 16, 2023

Hi, aim trying to achieve a simple ImGui multiline input text with support for word wrapping. No scrolling (auto-grow vertically), no syntax highlighting, no line numbers, just editable text. Is this possible with this control? Is it suitable for that?

If so I need multiple of those on my screen. Can I expect performance close to the ImGui's built-in Text Input with all visual features turned off?

Thanks for the great work.

@santaclose
Copy link
Owner

Hi, I'm pretty sure there is no support for word wrapping yet. And probably not possible to hide line numbers either 🤔 . Also, not sure about how this performs compared to imgui's built-in text input. Will keep the issue open as we probably should support both word wrapping and hiding line numbers in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants