summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_text_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve performance of connection info in the script editorPaulb232019-10-271-18/+28
* Fixed evaluation for typesDavid Sichma2019-10-221-1/+1
* Update ScriptEditor and ShaderEditor TooltipAlexander Holland2019-10-021-1/+1
* Highlight singletons and class_names in GDScriptBojidar Marinov2019-09-281-0/+25
* Support menu key in TextEdit and LineEdit controlsPaul Trojahn2019-09-221-74/+79
* Default ColorPicker color mode settingBhupendra Aole2019-08-311-0/+7
* Editor: remove TOOLS_ENABLED guardsmerumelu2019-08-301-10/+0
* Merge pull request #31338 from Calinou/reorganize-menusRémi Verschelde2019-08-131-6/+7
|\
| * Reorganize various menus for consistency and concisenessHugo Locurcio2019-08-131-6/+7
* | Add "Find in Files..." to the text editorMichael Alexsander Silva Dias2019-08-121-1/+0
|/
* Merge pull request #31179 from KoBeWi/code_editor_magicRémi Verschelde2019-08-121-0/+30
|\
| * Add Evaluate Selection option to Script EditorTomasz Chabora2019-08-081-0/+30
* | Adds support for undo/redo for in-editor color pickermiwanczuk2019-08-101-0/+2
* | Move "Go to Function/Line" to "Go To" menuMichael Alexsander Silva Dias2019-08-081-21/+23
* | Fixes color picker in code editor - now it only changes one coloriwek72019-08-081-4/+12
|/
* Fix memory leaks with SyntaxHighlightersPaulb232019-07-251-0/+9
* Parse more informations for code completionGeequlim2019-07-041-2/+2
* Add "Go To" menu to the script editor and move the bookmark and breakpoint me...Michael Alexsander Silva Dias2019-07-011-20/+69