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

Fix TextBubble BBCode/Tag Regex #697

Merged
merged 1 commit into from Jan 1, 2022

Conversation

Jowan-Spooner
Copy link
Collaborator

Know that whenever you made a regex that looks like it works:
-> IT DOESN'T

You can be sure that there is something you missed.

The s in the beginning of speed and signal where picked up as a [s] (strikethrough) tag from bbcode (which get's removed before checking for the dialogic tags. So it didn't consider these as tags.

This should fix #660

Know that whenever you made a regex that looks like it works: 
-> IT DOESN'T

You can be sure that there is something you missed.

The s in the beginning of speed and signal where picked up as a [s] (strikethrough) tag from bbcode (which get's removed before checking for the dialogic tags. So it didn't consider these as tags.
@Jowan-Spooner Jowan-Spooner added Bug 🐞 Something isn't working Critical 💩 labels Dec 29, 2021
@Jowan-Spooner Jowan-Spooner changed the title Fix Regex Fix TextBubble BBCode/Tag Regex Dec 29, 2021
@coppolaemilio coppolaemilio merged commit fa10ca0 into dialogic-godot:main Jan 1, 2022
@Jowan-Spooner Jowan-Spooner deleted the fix-tags branch March 1, 2022 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 Something isn't working Critical 💩
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Speed Tag not working - 1.4 DEV
2 participants