summaryrefslogtreecommitdiffstats
path: root/editor/editor_help.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use "enum class" for input enumsAaron Franke2021-11-121-2/+2
* String: Remove `erase` method, bindings can't mutate StringRémi Verschelde2021-11-111-6/+8
* Move the docs for constructors and operators out of methods sectionAaron Franke2021-10-291-139/+195
* Fix match counter in help pages not updatingMichael Alexsander2021-10-011-1/+1
* Use range iterators for `Map`Lightning_A2021-09-301-9/+9
* Merge pull request #52655 from Chaosus/toggle_scripts_panelRémi Verschelde2021-09-171-0/+28
|\
| * Added status bar and toggle scripts panel button to EditorHelp/VScriptsYuri Roubinsky2021-09-151-0/+28
* | Remove bbcode_text from RichTextLabelHaSa10022021-09-161-7/+7
* | Merge pull request #52352 from williamd67/open-help-editor-at-correct-positionRémi Verschelde2021-09-151-3/+3
|\ \ | |/ |/|
| * Symbol lookup jumps to the correct position in help editorWilliam Deurwaarder2021-09-021-3/+3
* | Show help for built-in functions (@GlobalScope)William Deurwaarder2021-08-301-0/+2
|/
* Implement error return documetationreduz2021-08-241-1/+27
* Implement NativeExtension pointer argumentsreduz2021-08-231-3/+3
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-3/+1
* Add theme item descriptions to the online documentationYuri Sizov2021-08-041-5/+3
* Optimize StringName usagereduz2021-07-181-40/+40
* Rename `is_a_parent_of()` to `is_ancestor_of()`Lightning_A2021-06-211-1/+1
* Documentation search fixesGregory Basile2021-06-161-6/+3
* Merge pull request #47791 from Chaosus/fix_doc_themeRémi Verschelde2021-05-241-1/+1
|\
| * Fix doc theme not changing when its hiddingYuri Roubinsky2021-04-111-1/+1
* | Change behavior of String.rightTomasz Chabora2021-05-201-1/+1
* | Rename LineEdit caret_* properties getters and setters to match propertyMarcel Admiraal2021-04-171-1/+1
|/
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
* Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-241-4/+4
* Merge pull request #35505 from dalexeev/rtl_colorsRémi Verschelde2021-01-081-40/+1
|\
| * Unified named colors in RichTextLabelDanil Alexeev2020-11-171-40/+1
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-17/+17
* | Rename Control margin to offsetMarcel Admiraal2020-12-231-2/+2
* | [Complex Text Layouts] Refactor RichTextLabel.bruvzg2020-12-111-4/+4
* | Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-4/+4
* | Documentation generation for GDScriptThakee Nathees2020-11-291-52/+158
* | Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-14/+0
|\ \
| * | Remove unused unhandled_key_input method in EditorHelp. Search popup and focu...Eric M2020-11-231-14/+0
| |/
* / [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-1/+2
|/
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-8/+8
* Add multiple programming language support to class referenceHaSa10022020-07-231-0/+49
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-2/+4
* Merge pull request #38934 from KoBeWi/where_to_setgetRémi Verschelde2020-06-161-2/+21
|\
| * Link exposed set/getters in property descriptionsTomasz Chabora2020-06-151-2/+21
* | Change in-editor documentation style to be closer to online docs.bruvzg2020-06-161-11/+29
* | Added a "title" attribute for the link tag in the docs xmlSaviHex2020-06-101-2/+2
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-57/+91
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-103/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-4/+4
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-2/+4
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Merge pull request #37293 from Janglee123/ctrl-click-improvementsRémi Verschelde2020-05-051-0/+2
|\
| * Improved go-to definition (Ctrl + Click)janglee2020-05-051-0/+2