Commit Graph

32 Commits

Author SHA1 Message Date
bruvzg
dd74ee5345 Sync BBCode tutorial page with features added in 4.3. 2024-06-14 11:51:43 +03:00
Lulu
a0ce0dd4e3 Corrected closing in example for [lang] tag 2023-12-18 18:24:29 +01:00
Brett Parker
f5d3d8ece8 Update bbcode_in_richtextlabel.rst - Typo
Both left and right aligned said righ-aligned #8367
2023-11-01 08:10:25 +00:00
Hugo Locurcio
4724d6d737 Update BBCode in RichTextLabel documentation for Godot 4.2
- Add `lang` tag.
- Add `tab_stops` parameter to `p`.
- Add `pulse` built-in effect and remove custom pulse effect as it's
  superseded.
2023-10-28 02:03:10 +02:00
bdan-codes
1e96a4c8dd fix typo in bbcode_in_richtextlabel.rst
fixes the "tornao" typo in bbcode_in_richtextlabel.rst (its supposed to be tornado)
2023-08-06 19:53:45 -04:00
Hugo Locurcio
9a3836396c Fix [img] resource type in BBCode in RichTextLabel 2023-07-21 04:40:58 +02:00
Max Hilbrunner
6d71eee28d Merge pull request #7552 from Calinou/richtextlabel-ul-bullet 2023-07-18 13:28:57 +02:00
Hugo Locurcio
df904137db Fix incorrect usage of backticks in various pages 2023-07-14 19:31:01 +02:00
Hugo Locurcio
81c997bf15 Document bullet parameter for ul tag in BBCode in RichTextLabel
This also adds `[shy]` (soft hyphen) to the list of control character
tags and clarifies which tags are self-closing.
2023-06-24 00:38:19 +02:00
Hugo Locurcio
28ebc5a792 Document whitespace handling in BBCode in RichTextLabel 2023-06-14 02:21:43 +02:00
Hugo Locurcio
d782a51bca Document disabling ligatures and/or kerning in Using fonts
This also mentions the `connected` parameter available in the
`tornado`, `wave`, `shake` built-in RichTextEffects.
2023-06-05 22:37:49 +02:00
Max Hilbrunner
7cc873c2dd Remove duplicate the-the 2023-04-18 03:02:23 +02:00
Hugo Locurcio
38aea06740 Update and improve BBCode in RichTextlabel documentation for Godot 4.0
- Update screenshots for Godot 4.0.
- Document RichTextLabel having its own vertical scrollbar.
- Document `push_[tag]()` and `pop()` functions as a faster alternative
  to BBCode.
- Document threading support and when to use it.
- Document how to escape user input to prevent it from having its
  BBCode tags parsed.
- Document stripping BBCode tags from the text.
- Mention entangled tags not being supported.
- Mention faux bold/italic versus real bold/italic fonts.
- Document `[hint]` and `[dropcap]` BBCode tags.
- Mention animated RichTextEffects pausing when the scene tree is paused
  and how to control this behavior.
- Modify RichTextEffect examples to use the actual default values.
- Add screenshot showcasing how to add a RichTextEffect to the
  Custom Effects inspector property.
- Fix and improve `[pulse]` custom RichTextEffect. This adds an easing parameter
  and makes the target color a multiplier, so that colored text keeps its original
  color while fading in and out.
2023-03-19 21:11:55 +01:00
Yuri Sizov
dbfe3b1d26 Reorganize documentation for contributors
- Merge Community/Contributing and Engine Development into one top-level section, Contributing.
- Structure it in a way that gives equal priority to various ways to contribute, including documentation.
- Rename several articles to be more comprehensive and in line with the overall state of the documentation.
- Rewrite the guide for class reference contributions.
2023-01-10 01:49:30 +03:00
Max Hilbrunner
6c13f5ba58 More Godot 4 renames and fixes (#6317)
* Move ImmediateGeometry -> ImmediateMesh

* More Godot 3 -> Godot 4 renames
2022-10-15 23:12:48 +02:00
Petra Baranski
3811e23373 Add Spritesheet support to RichTextLabel BBCode 2022-10-10 18:10:24 +02:00
Hugo Locurcio
23dd5d21ae Warn about the importance of registering the RichTextEffect 2022-08-15 11:17:59 +02:00
RedMser
6812f487f6 Update RichTextEffect tutorial
The code examples have been updated and the documentation now mentions
that `class_name` is a required part for custom effects to show up in the inspector.
2022-07-24 22:36:52 +02:00
Max Hilbrunner
55c80494c7 Merge pull request #5509 from dalexeev/bgcolor-fgcolor-bbcodes
Document `[bgcolor]` and `[fgcolor]` BBCodes
2022-01-14 03:28:47 +01:00
Danil Alexeev
f47697e1b6 Document [bgcolor] and [fgcolor] BBCodes 2022-01-12 21:05:25 +03:00
Danil Alexeev
d7a41d57f6 Add info about [lb] and [rb] BBCodes 2022-01-12 18:41:30 +03:00
Yuri Sizov
4f67dc3cac Reorganize and update the "BBCode in RichTextLabel" article 2021-09-16 03:52:07 +03:00
Max Hilbrunner
54644d4754 Merge pull request #5246 from Calinou/bbcode-in-richtextlabel-url-handling
Document how to handle clicked `[url]` tags in RichTextLabel
2021-09-16 00:35:33 +02:00
Max Hilbrunner
6fe3279246 Merge pull request #5247 from Calinou/bbcode-in-richtextlabel-rgba-color
Update BBCode in RichTextLabel `[color]` for RGBA color change
2021-09-13 22:41:00 +02:00
Aaron Franke
4060179184 Remove trailing space characters (#5251) 2021-09-13 14:52:39 +02:00
Hugo Locurcio
2fe36082ec Document how to handle clicked [url] tags in RichTextLabel 2021-09-13 02:00:58 +02:00
Hugo Locurcio
78fe1e13c2 Update BBCode in RichTextLabel [color] for RGBA color change
Color codes are now RGBA instead of ARGB in Godot 4.0.
2021-09-13 01:59:15 +02:00
bruvzg
20bcd1307a [Complex Text Layouts] Update tutorials and documentation to match TextServer changes. 2021-05-07 11:29:55 +03:00
Danil Alexeev
e4c408d326 Update docs about named colors in RichTextLabel (#4648)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-02-14 15:58:00 +01:00
Beuc
8d15ca796d Reference Custom Effects property in BBCode in RichTextLabel (#4604)
Custom effects need manual activation.
This information was missing to complete the tutorial.

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-01-30 17:07:26 +01:00
Nathan Lovato
d475940178 Update references to the docs guidelines
We split some pages into two and some remaining references were leading to an
irrelevant page.
2020-11-13 11:05:40 -06:00
Nathan Lovato
75e6ba0454 Rename GUI to User Interface (UI) 2020-10-08 17:05:17 -06:00