summaryrefslogtreecommitdiffstats
path: root/doc/classes/ScriptCreateDialog.xml
Commit message (Collapse)AuthorAgeFilesLines
* doc: Sync classref with DisplayServer/Window changesRémi Verschelde2020-03-311-5/+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.
* Add option to disable loading scripts in ScriptCreateDialogMichael Alexsander2020-01-091-0/+2
|
* doc: Sync classref with current sourceRémi Verschelde2019-10-111-3/+3
|
* doc: Fix parsing of self-closing XML tagsRémi Verschelde2019-09-241-5/+5
| | | | | | | 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/+7
|
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-2/+2
| | | | | | | | | | | | | - Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|
* Merge pull request #27465 from ↵Rémi Verschelde2019-04-051-1/+1
|\ | | | | | | | | neikeq/road-to-lang-agnostic-docs-is-going-to-be-tough EditorHelp: Improve enum ref resolving and add constant ref support
| * ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]Ignacio Etcheverry2019-03-291-1/+1
| | | | | | | | Modified makerst to generate code tags for these to avoid hyperlinks to the same class.
* | doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|/
* doc: Fix wrong references found by Sphinx and new makerst.pyRémi Verschelde2019-01-071-1/+1
|
* doc: Fix formatting in code blocksRémi Verschelde2018-12-141-3/+3
|
* Update class documentation xmlKelly Thomas2018-10-071-0/+2
|
* update class docsKelly Thomas2018-08-311-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2018-07-261-2/+0
| | | | Fix various missing arguments in bindings.
* Expose ScriptCreateDialog to EditorPluginwillnationsdev2018-07-041-0/+45