summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_text_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added 'Replace in files' functionality to text editorsDominik 'dreamsComeTrue' Jasiński2020-02-131-0/+8
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Fixed unknown symbol drawn instead of tabs in breakpoints/bookmarks listsandrycodestuffs2020-01-161-4/+10
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #34625 from timothyqiu/i18nRémi Verschelde2019-12-301-1/+1
|\
| * Makes more editor strings translatableHaoyu Qiu2019-12-301-1/+1
* | Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
|/
* Merge pull request #34441 from KoBeWi/wrapping_things_upRémi Verschelde2019-12-221-0/+2
|\
| * Fix code editor not always centering to bookmarksTomasz Chabora2019-12-181-0/+2
* | Fix ScriptTextEditor encapsulationYuri Roubinsky2019-12-191-0/+6
|/
* Prevent showing toggle scripts panel switch in shader editorYuri Roubinsky2019-12-171-0/+1
* Center Script Editor when jumping to bookmarks/breakpointsTomasz Chabora2019-12-011-0/+4
* Update connection info on script validation rather then saved copyPaulb232019-11-021-5/+16