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

[Feature Suggestion] A Texteditor Control #113

Closed
Shakey-Games opened this issue Jul 8, 2020 · 2 comments
Closed

[Feature Suggestion] A Texteditor Control #113

Shakey-Games opened this issue Jul 8, 2020 · 2 comments

Comments

@Shakey-Games
Copy link

The only way a user running a form can input text is with the Textbox control.
Textboxes are meant for a small amount of input, one line only.

A Texteditor control would function the same as a textbox, but it would be meant for large amounts of text input. The text would be aligned from the top-left, and would have both a vertical and a horizontal scrollbar. The Text editor doesn't have to have it's text set by the user: the developer can write text in it as well. The control can also be disabled (greyed-out and unable to have text written). See below for an example.

image

This control is useful for creating Text Editor software, retrieving large amounts of text input from the user, or displaying large amount of text to the user.

@FellippeHeitor
Copy link
Owner

Hi, and thanks for the suggestion. It is already an open issue, though - check #19 - so I'll have this one closed.

@Shakey-Games
Copy link
Author

Hi, and thanks for the suggestion. It is already an open issue, though - check #19 - so I'll have this one closed.

Ah, understood.

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