summaryrefslogtreecommitdiffstats
path: root/editor/code_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Translate "No match" message in FindReplaceBarHaoyu Qiu2023-07-021-1/+1
* [TextEdit] Expose all auto-wrap modes.bruvzg2023-06-131-0/+1
* Merge pull request #75746 from ajreckof/order_autocompleteRémi Verschelde2023-06-081-1/+1
|\
| * sort code completions with rulesajreckof2023-05-231-1/+1
* | Enable bookmarks gutterkobewi2023-06-021-0/+1
* | Merge pull request #66763 from MewPurPur/remove-bookmark-hidingRémi Verschelde2023-05-291-1/+0
|\ \
| * | Remove editor setting for hiding bookmarksVolTer2022-11-021-1/+0
* | | Use defined key mapping for closing popups and dialogsArman Elgudzhyan2023-05-201-16/+4
| |/ |/|
* | Move convert_indent into CodeEditPaulb232023-05-071-105/+3
* | Merge pull request #72288 from MewPurPur/use-string-repeatClay John2023-05-051-5/+1
|\ \
| * | Use String.repeat() in more placesVolTer2023-05-011-5/+1
* | | Fix `line_spacing` in code editor will not take effect immediately on changeRindbee2023-04-241-0/+1
* | | Code style improvements to text_edit and relatedVolTer2023-04-081-27/+28
* | | Merge pull request #75070 from jmb462/74802Yuri Sizov2023-04-031-1/+7
|\ \ \
| * | | Fix commenting collapsed function issueJean-Michel Bernard2023-03-251-1/+7
* | | | Fix off-by-one issue where Go to Line dialog shows the incorrect lineRon B. Yeh2023-03-301-8/+11
|/ / /
* | | Fix toggle comment not moving caretaXu-AP2023-02-161-2/+3
* | | Rework code editor multiline operationsaXu-AP2023-02-121-154/+135
* | | Remove some unused signalsRémi Verschelde2023-01-311-1/+0
* | | Fixed removing secondary carets when editing with search openPaulb232023-01-281-1/+3
|/ /
* | Implement BiDi override mode for GDScript source.bruvzg2023-01-181-0/+1
* | Remove secondary carets when using FindReplaceBarPaulb232023-01-141-0/+3
* | 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