-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
[TRACKER] RichTextLabel issues #39144
Comments
When I find some time, I will solve this. I can't imagine it being too hard. Since you are currently refactoring the code, should I participate in that branch? Or as a separate MR? |
Answering here for everybody else: (I already answered in #39248)
I would wait with it, until the new structure is finalized, and work on top of it. We might integrate some bugfixes into the refractoring, depending on how the final design will be. The point I see in favor of adding bugfixes in this state is, that sometimes those will lead to a different and perhaps better design. Edit: I currently can't work on the refactoring. See #39248 (comment) for details. |
I only want #18260 To be fixed so i can optimize my script. |
One small feature request to add background color tag for BBcode. It will be really useful and have many use-cases. :) |
@Janglee123 Support for highlighting (background color) and redacting (overlay color) is implemented by #35608. |
Also, Add this under BBcode issues #41474. |
Add this issue #41963 |
@theoway Done. |
Add this as well #42656 |
@theoway Done. |
With text to speech being added to Godot, is there any way to scroll a richtextlabel alongside the highlighted text? I don't think it knows which line it's on, only which part has been spoken and what hasn't yet been. Everytime I try to scroll manually it resets scroll when something becomes highlighted which is annoying, tts demo doesn't include it at all and just lets it cut off. Also tts highlighting breaks if you press interrupt while it's already speaking and highlights everything. Not sure if this is something that can be worked around with gdscript or if it's something Godot needs to change? The problem has to do with interrupt starting before the past one successfully ends I think. Edit: I don't think making richtextlabel auto scroll with tts is super important because I got a workaround by just calculating line number times line size to increase the label. But I don't have a solution for the damn scroll bar resetting every time... |
|
BBCode issues
[indent]
not working properly inRichTextLabel
#67026Rendering
2d
stretch mode due to font oversampling #22580master
) #37720General
get_total_character_count()
#27896Input
Related to RichTextLabel bugs
Proposals
Pull requests
The text was updated successfully, but these errors were encountered: