summaryrefslogtreecommitdiffstats
path: root/editor/code_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Cancels the code complete timer when the caret moves to another lineAlfred Reinold Baudisch2022-12-061-0/+5
* Merge pull request #69132 from RumblingTurtle/multiline-move-fixRémi Verschelde2022-12-051-126/+137
|\
| * Script editor: Rewrite multiline move logic. Preserving all carets and their ...Eduard Zalyaev2022-12-051-126/+137
* | Merge pull request #68759 from MewPurPur/bookmark-fixRémi Verschelde2022-11-281-30/+12
|\ \
| * | Fix text selection persisting on bookmark traversalVolTer2022-11-171-30/+12
* | | Rename TextureButton set_*_texture methods to set_texture_*Aaron Franke2022-11-191-4/+4
| |/ |/|
* | Fix "Search" match inconsistenciesChristian Cuevas2022-11-161-3/+5
|/
* Disable code font ligatures by default in the editorHugo Locurcio2022-11-121-2/+2
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-35/+35
* Fix some bugs about search in code editorRindbee2022-10-111-44/+53
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-9/+9
* Merge pull request #61902 from Paulb23/multi-caretRémi Verschelde2022-10-061-239/+429
|\
| * Add multi caret support to EditorPaulb232022-10-051-240/+430
* | Split script navigation state and edit statekobewi2022-09-251-14/+23
|/
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-4/+4
* Rename every instance of `caret_blink_speed` to `caret_blink_interval`Micky2022-09-061-1/+1
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-8/+8
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+4
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-4/+4
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-4/+4
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-4/+0
|/
* Replace Array return types with TypedArraykobewi2022-08-221-2/+2
* Allow using numpad for zoom shortcuts in the 2D/code editorsHugo Locurcio2022-08-101-1/+2
* Fix guidelines appearanceStanislav Labzyuk2022-08-021-0/+2
* Fix script editor zoom shortcuts not marking events as accepted.bruvzg2022-07-251-0/+3
* Adding shader preprocessor supportYuri Roubinsky2022-07-221-0/+4
* Fix negative search result matchAndreas Raddau2022-07-121-1/+1
* Fix regressions from Font refactorbruvzg2022-07-081-1/+0
* Fix regressions from Font refactorbruvzg2022-07-071-56/+52
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-15/+30
* Add an option to drag'n'drop selected text in TextEditConteZero2022-06-261-0/+1
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-4/+0
* Indicate code editor search match numberOğuzhan Eroğlu2022-04-271-22/+76
* Add GDExtension support to Scriptreduz2022-03-271-13/+13
* Initialize bools in the headers in editorAaron Franke2022-03-121-6/+0
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-42/+47
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-4/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+2
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-18/+18
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-18/+18
* Add missing SNAME macro optimization in some function callsjmb4622022-02-061-2/+2
* Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...Gilles Roudière2022-02-031-2/+2
* Fix theming update of shader editorYuri Roubinsky2022-01-251-15/+18
* Rename request_code_completion signalkobewi2022-01-221-1/+1
* Prevent error emitting when clicking on error in code text editorYuri Roubinsky2022-01-051-1/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* Fixup last commit, change misleading CodeEditor for consistencyRémi Verschelde2021-12-091-3/+3
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-3/+3