summaryrefslogtreecommitdiff
path: root/editor/editor_help.cpp
AgeCommit message (Expand)Author
2021-11-18Add [theme_item] tag to editor helpkobewi
2021-11-15Allow dehardcoding documentation branch and URL in docs linksRémi Verschelde
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-11String: Remove `erase` method, bindings can't mutate StringRémi Verschelde
2021-10-29Move the docs for constructors and operators out of methods sectionAaron Franke
2021-10-01Fix match counter in help pages not updatingMichael Alexsander
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-17Merge pull request #52655 from Chaosus/toggle_scripts_panelRémi Verschelde
2021-09-16Remove bbcode_text from RichTextLabelHaSa1002
2021-09-15Merge pull request #52352 from williamd67/open-help-editor-at-correct-positionRémi Verschelde
2021-09-15Added status bar and toggle scripts panel button to EditorHelp/VScriptsYuri Roubinsky
2021-09-02Symbol lookup jumps to the correct position in help editorWilliam Deurwaarder
2021-08-30Show help for built-in functions (@GlobalScope)William Deurwaarder
2021-08-24Implement error return documetationreduz
2021-08-23Implement NativeExtension pointer argumentsreduz
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-04Add theme item descriptions to the online documentationYuri Sizov
2021-07-18Optimize StringName usagereduz
2021-06-21Rename `is_a_parent_of()` to `is_ancestor_of()`Lightning_A
2021-06-16Documentation search fixesGregory Basile
2021-05-24Merge pull request #47791 from Chaosus/fix_doc_themeRémi Verschelde
2021-05-20Change behavior of String.rightTomasz Chabora
2021-04-17Rename LineEdit caret_* properties getters and setters to match propertyMarcel Admiraal
2021-04-11Fix doc theme not changing when its hiddingYuri Roubinsky
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-01-24Change themes *_color_* to *_*_colorMarcel Admiraal
2021-01-08Merge pull request #35505 from dalexeev/rtl_colorsRémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-11[Complex Text Layouts] Refactor RichTextLabel.bruvzg
2020-12-02Refactor DocData into core and editor (DocTools) partsThakee Nathees
2020-11-29Documentation generation for GDScriptThakee Nathees
2020-11-28Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-23Remove unused unhandled_key_input method in EditorHelp. Search popup and focu...Eric M
2020-11-17Unified named colors in RichTextLabelDanil Alexeev
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-07-23Add multiple programming language support to class referenceHaSa1002
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-06-16Merge pull request #38934 from KoBeWi/where_to_setgetRémi Verschelde
2020-06-16Change in-editor documentation style to be closer to online docs.bruvzg
2020-06-15Link exposed set/getters in property descriptionsTomasz Chabora
2020-06-10Added a "title" attribute for the link tag in the docs xmlSaviHex
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Enforce use of bool literals instead of integersRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde