summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_text_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Various ColorPicker shapesKongfa Waroros2021-04-061-0/+3
* Fixes ctrl-click function line centeringKyle2021-03-241-3/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-1/+1
* Removed hardcoded shortcuts from /scene and converted to input actionsEric M2021-02-181-23/+15
* Improve resource load cachereduz2021-02-111-1/+1
* Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-241-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-3/+3
* Rename Control margin to offsetMarcel Admiraal2020-12-231-6/+6
* Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-0/+3
|\
| * Implement new shortcuts system.Eric M2020-11-231-0/+3
* | [Complex Text Layouts] Refactor TextEdit and CodeEdit controls.bruvzg2020-11-261-1/+3
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-0/+2
|/
* Remove breakpoints from editor settingsPaulb232020-09-101-0/+3
* Move safe line color into editorPaulb232020-09-101-7/+21
* Move ConnectionGutter to editor code_editorPaulb232020-09-101-6/+53
* Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-101-21/+18
* Add and convert editor to use CodeEditPaulb232020-09-101-63/+63
* Fixed script_editor info_clicked signal not being connectedPaulb232020-07-291-0/+1
* Make unsaved scripts in the script editor more user-friendlyAndrii Doroshenko (Xrayez)2020-07-261-1/+7
* Merge pull request #33760 from nekomatata/script-editor-init-optimizationRémi Verschelde2020-07-261-94/+134
|\
| * Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp2020-07-171-94/+134
* | Add warning checks in GDScript analyzerGeorge Marques2020-07-201-3/+3
|/
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-144/+41
* Expose Syntax highlighter for editor pluginsPaulb232020-07-111-0/+2
* Convert syntax highlighters into a resourcePaulb232020-07-111-15/+9
* Add a map of autoloads to ProjectSettingsGeorge Marques2020-07-061-17/+11
* Fix error label clicking in status bar for shader editorYuri Roubinsky2020-06-231-5/+0
* Improve the text appearance in the script editor warnings panelHugo Locurcio2020-05-241-9/+14
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-38/+73
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-119/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Merge pull request #37293 from Janglee123/ctrl-click-improvementsRémi Verschelde2020-05-051-1/+36
|\
| * Improved go-to definition (Ctrl + Click)janglee2020-05-051-1/+36
* | Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editorRémi Verschelde2020-04-201-1/+1
* | Replace NULL with nullptrlupoDharkael2020-04-021-10/+10
* | Popups are now windows also (broken!)Juan Linietsky2020-03-261-44/+43
* | Working multiple window support, including editorJuan Linietsky2020-03-261-6/+7
|/
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-3/+3
* Merge pull request #36518 from Janglee123/no-underlined-keywordsRémi Verschelde2020-03-121-0/+18
|\
| * Removed underlining for not clickable symbolsjanglee2020-03-111-0/+18
* | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-1/+1
|\ \ | |/ |/|
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-1/+1
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-38/+21
* | Fix autocomplete and GDScript Highlighting for typesnathanwfranke2020-02-261-5/+10
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+4
|/
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-4/+4
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-37/+37
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-13/+13
* Increase the width of the "Connections to method" dialogHugo Locurcio2020-02-151-1/+1