summaryrefslogtreecommitdiffstats
path: root/doc/classes/EditorResourcePicker.xml
Commit message (Collapse)AuthorAgeFilesLines
* fix: replace "Godot" to "Redot"Muhannad Elbolaky2024-10-151-1/+1
| | | | Trying to change "Godot" to "Redot" in the doc while acknowledging the reference to previous Godot versions like Godot 3.X.
* Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-1/+1
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Disable editing properties in foreign resourcesSaracenOne2022-08-231-2/+2
| | | | | | from imported scenes or objects returning true from a function named '_is_read_only' and disable resaving imported resources.
* [doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney2022-08-121-2/+2
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-6/+6
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Use GDVIRTUAL* macros when binding virtual methods in exposed classesYuri Sizov2021-12-291-1/+1
|
* Add a flag to EditorResourcePicker to differentiate selection contextsYuri Sizov2021-11-021-1/+2
|
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-18/+9
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Fix some virtual methodskobewi2021-06-131-11/+11
|
* Consistently prefix bound virtual methods with _kobewi2021-06-121-34/+0
|
* Use EditorResourcePicker in the InspectorYuri Sizov2021-05-191-2/+33
|
* Add EditorResourcePicker control based on the Inspector editor for Resourcespycbouh2021-05-171-0/+84
Fix formatting for the docs