summaryrefslogtreecommitdiff
path: root/editor/code_editor.cpp
AgeCommit message (Expand)Author
2023-04-26Fix `line_spacing` in code editor will not take effect immediately on changeRindbee
2023-04-07Fix commenting collapsed function issueJean-Michel Bernard
2023-04-07Fix off-by-one issue where Go to Line dialog shows the incorrect lineRon B. Yeh
2023-02-16Fix toggle comment not moving caretaXu-AP
2023-02-12Rework code editor multiline operationsaXu-AP
2023-01-31Remove some unused signalsRémi Verschelde
2023-01-28Fixed removing secondary carets when editing with search openPaulb23
2023-01-18Implement BiDi override mode for GDScript source.bruvzg
2023-01-14Remove secondary carets when using FindReplaceBarPaulb23
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-06Cancels the code complete timer when the caret moves to another lineAlfred Reinold Baudisch
2022-12-05Merge pull request #69132 from RumblingTurtle/multiline-move-fixRémi Verschelde
2022-12-05Script editor: Rewrite multiline move logic. Preserving all carets and their ...Eduard Zalyaev
2022-11-28Merge pull request #68759 from MewPurPur/bookmark-fixRémi Verschelde
2022-11-19Rename TextureButton set_*_texture methods to set_texture_*Aaron Franke
2022-11-17Fix text selection persisting on bookmark traversalVolTer
2022-11-16Fix "Search" match inconsistenciesChristian Cuevas
2022-11-12Disable code font ligatures by default in the editorHugo Locurcio
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-11Fix some bugs about search in code editorRindbee
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-06Merge pull request #61902 from Paulb23/multi-caretRémi Verschelde
2022-10-05Add multi caret support to EditorPaulb23
2022-09-25Split script navigation state and edit statekobewi
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-09-06Rename every instance of `caret_blink_speed` to `caret_blink_interval`Micky
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-22Replace Array return types with TypedArraykobewi
2022-08-10Allow using numpad for zoom shortcuts in the 2D/code editorsHugo Locurcio
2022-08-02Fix guidelines appearanceStanislav Labzyuk
2022-07-25Fix script editor zoom shortcuts not marking events as accepted.bruvzg
2022-07-22Adding shader preprocessor supportYuri Roubinsky
2022-07-12Fix negative search result matchAndreas Raddau
2022-07-08Fix regressions from Font refactorbruvzg
2022-07-07Fix regressions from Font refactorbruvzg
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-06-26Add an option to drag'n'drop selected text in TextEditConteZero
2022-05-02Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde
2022-04-27Indicate code editor search match numberOğuzhan Eroğlu
2022-03-27Add GDExtension support to Scriptreduz
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462