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

Implement a RichTextEdit Control #3644

Closed
CsloudX opened this issue Dec 8, 2021 · 1 comment
Closed

Implement a RichTextEdit Control #3644

CsloudX opened this issue Dec 8, 2021 · 1 comment

Comments

@CsloudX
Copy link

CsloudX commented Dec 8, 2021

Describe the project you are working on

NO-GAME application

Describe the problem or limitation you are having in your project

I wish my user who don't know bbcode syntex can custom a panel to show bbcode.

Describe the feature / enhancement and how it helps to overcome the problem or limitation

There was RichTextLabel can show bbcode, and I need a RichTextEdit for edit like Qt's QTextEdit

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

Implement a RichTextEdit, it have below methods:

set_bbcode(text)
get_bbocde()
set_select_bold(yes:bool)
set_select_underline(yes:bool)
set_select_link_to(url)
...

If this enhancement will not be used often, can it be worked around with a few lines of script?

I don't know how to implement it by GDScript

Is there a reason why this should be core and not an add-on in the asset library?

The RichTextEdit show a basic Control

@Calinou
Copy link
Member

Calinou commented Dec 8, 2021

Duplicate of #1781.

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

No branches or pull requests

3 participants