summaryrefslogtreecommitdiffstats
path: root/doc/classes/ScriptEditor.xml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #92916 from Naros/expose-update-docs-from-scriptRémi Verschelde2024-09-121-0/+8
|\ | | | | | | Expose `update_docs_from_script` method
| * Expose `update_docs_from_script` methodChris Cranford2024-06-081-0/+8
| |
* | Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-281-0/+6
| |
* | Remove empty `[b]Example:[/b]` lines from the class referenceMicky2024-08-191-1/+0
|/
* Expose `goto_help` for GDExtension on `ScriptEditor`Chris Cranford2024-04-161-0/+29
|
* 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'
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-0/+1
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Replace Array return types with TypedArray 2kobewi2022-08-231-2/+2
|
* [doc] Use "param" instead of "code" to refer to parameters #3Andy Maloney2022-08-091-1/+1
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-7/+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.
* 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-30/+15
| | | | | | | | 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.
* Consistently prefix bound virtual methods with _kobewi2021-06-121-34/+0
|
* Update SyntaxHighlighter documentationPaulb232020-10-111-0/+6
|
* add description for ScriptEditor.open_script_create_dialog()Leleat2020-09-191-0/+1
|
* doc: Sync classref with current sourceRémi Verschelde2020-07-151-0/+28
|
* Document how some editor classes should be accessed as singletons onlyHugo Locurcio2020-04-221-0/+1
| | | | This closes #37687.
* Add LOTS of missing docsTomasz Chabora2020-03-131-0/+1
|
* 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.
* Merge pull request #27870 from mawenzy/pr_gotolineRémi Verschelde2019-04-301-0/+9
|\ | | | | Bind goto_line function for Script Editor
| * Bind goto_line function for Script Editor #9153mawenzy2019-04-161-0/+9
| | | | | | | | - added doc for ScriptEditor:goto_line
* | doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|/
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|
* update class docsKelly Thomas2018-08-311-2/+2
|
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
| | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
|
* doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
| | | | | | Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2018-01-031-8/+8
|
* Bind TextEdit.deselect and update documentationRémi Verschelde2017-12-161-0/+10
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2017-11-151-0/+34
|
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
| | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+45
possible to save module files in module directories and the build system will recognize them.