summaryrefslogtreecommitdiffstats
path: root/doc/classes/EditorInspector.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix Inspector may scrolls away when editing a property that adds or removes ↵Marius Hanl2024-09-041-0/+1
| | | | sub properties
* Disable follow focus while updating inspectorkobewi2024-05-191-1/+0
|
* Merge pull request #78960 from kleonc/inspector-follow-focusRémi Verschelde2024-01-041-0/+1
|\ | | | | | | Make editor inspector follow focus
| * Make editor inspector follow focuskleonc2023-07-021-0/+1
| |
* | Expose EditorInspector::get_edited_object to GDScriptWilson E. Alvarez2023-09-231-0/+6
| |
* | 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?
* Fix inspector not showing name for LabelSettings.fontHaoyu Qiu2022-11-251-1/+1
|
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-2/+2
| | | | | | | | | | - Removed empty paragraphs in XML. - Consistently use bold style for "Example:", on a new line. - Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`). - Fix invalid usage of backticks for inline code in BBCode. - Fix some American/British English spelling inconsistencies. - Other minor fixes spotted along the way, including typo fixes with codespell. - Don't specify `@GlobalScope` for `enum` and `constant`.
* Doc consistency: "inspector" to "Inspector"Micky2022-10-271-1/+1
| | | | Also fixes a slightly misleading comment in `Node.print_tree_pretty`.
* Expose `EditorInspector.get_selected_path`Marc Gilleron2022-09-191-0/+8
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-11/+11
|
* Improves EditorInspector documentationHaoyu Qiu2022-04-121-3/+7
|
* 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.
* Improve some signal bindings to use specific `Object` subtypesRémi Verschelde2022-01-281-2/+2
|
* [Editor] Move some animation specific keying logic out of inspector.Fabio Alessandrelli2022-01-191-0/+5
| | | | | | | Most of the custom logic to handle special keying cases is now inside the AnimationPlayerEditorPlugin. The EditorInspector now emits a signal when inspecting a new object.
* [Editor] Fix inspector keying signals argument count.Fabio Alessandrelli2022-01-071-0/+2
| | | | | | | The second parameter of the signals `EditorInspector.property_keyed` and `EditorProperty.property_keyed_with_value` can be NIL, causing the event to fire with less arguments when using `emit_signal` that accepts Variant arguments, so we use the pointer version instead.
* ScrollContainer's scrollbar visibility is now enumkobewi2021-12-071-1/+1
|
* Make overridden properties link to parent definitionYuri Sizov2021-12-031-1/+1
| | | | Co-authored-by: Josh DeGraw <joshmdegraw@gmail.com>
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-4/+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.
* doc: Sync classref with current sourceRémi Verschelde2021-02-191-8/+0
| | | | And fix various bogus bindings following previous PRs.
* doc: Sync classref with current sourceRémi Verschelde2020-07-281-3/+1
|
* Document several editor-related classes to 100% completionHugo Locurcio2020-07-201-1/+14
|
* Merge pull request #37888 from Calinou/doc-editor-only-singletonsRémi Verschelde2020-04-231-0/+1
|\ | | | | Document how some editor classes should be accessed as singletons only
| * Document how some editor classes should be accessed as singletons onlyHugo Locurcio2020-04-221-0/+1
| | | | | | | | This closes #37687.
* | doc: Sync classref with current sourceRémi Verschelde2020-04-201-0/+6
|/ | | | Add missing enum bindings.
* Fixed GrammerYuri Roubinsky2020-02-061-0/+2
|
* Update docs to version 4.0clayjohn2020-01-311-1/+1
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
| | | | | | | | | | We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
* doc: Fix parsing of self-closing XML tagsRémi Verschelde2019-09-241-1/+1
| | | | | | | Follow-up to #31925, `<member />` tags just before `</members>` would cause a parsing issue, and we'd never notice that we're no longer parsing members. Also added space before closing `/>`.
* Run doctool after overridden properties changesBojidar Marinov2019-09-041-0/+3
|
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|
* doc: Sync classref with current sourcePoommetee Ketson2018-11-101-0/+8
|
* doc: Sync classref with current sourceRémi Verschelde2018-07-261-0/+22
| | | | Fix various missing arguments in bindings.
* Sync classref with current sourceRémi Verschelde2018-05-281-0/+37
Also fix binding of Basis.slerp