summaryrefslogtreecommitdiffstats
path: root/editor/plugins/text_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove set_drag_forwarding_compat()kobewi2023-01-141-2/+0
* Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix various fringe issues with multi-carets and selectionsVolTer2022-12-071-1/+3
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-1/+1
|\
| * Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* | Set the shortcut context for the edit/search/goto menus to the ScriptEditor s...Eric M2022-10-251-1/+10
|/
* Merge pull request #61902 from Paulb23/multi-caretRémi Verschelde2022-10-061-3/+4
|\
| * Add multi caret support to EditorPaulb232022-10-051-3/+4
* | Merge pull request #66300 from KoBeWi/📝🧭Rémi Verschelde2022-10-051-0/+4
|\ \ | |/ |/|
| * Split script navigation state and edit statekobewi2022-09-251-0/+4
* | Fix the flickering of the line gutter icon when savingRindbee2022-10-031-0/+1
* | Rename Indent Left/Right to Indent/DedentVolTer2022-09-291-8/+8
|/
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-3/+3
* Replace Array return types with TypedArraykobewi2022-08-221-3/+3
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-5/+5
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-3/+3
* Allow negative indexes in ItemList and PopupMenukobewi2022-03-121-1/+1
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
* Convert TextEdit callbacks to CallablePaulb232022-01-191-2/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Fix bad popups offset in editor with single window offjmb4622021-12-061-1/+1
* Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-221-1/+1
* Use "enum class" for input enumsAaron Franke2021-11-121-1/+1
* Improve save handling for built-in scriptskobewi2021-11-071-11/+14
* Add is_built_in() method to Resourcekobewi2021-11-041-1/+1
* Move add_syntax_highlighter bind to ScriptEditorBasePaulb232021-10-111-4/+0
* Added status bar and toggle scripts panel button to EditorHelp/VScriptsYuri Roubinsky2021-09-151-0/+5
* Improve Undo/Redo menu itemsHaoyu Qiu2021-08-171-0/+12
* Reorganise text editor settingsPaulb232021-08-161-1/+1
* Cleanup and bind remaing methods in TextEditPaulb232021-08-121-2/+4
* Protect internal CodeEdit --> TextEdit APIPaulb232021-08-121-1/+1
* Cleanup TextEdit selection methodsPaulb232021-08-121-6/+6
* Cleanup and rename caret operationsPaulb232021-08-121-12/+13
* Optimize StringName usagereduz2021-07-181-11/+11
* Script editor: Rename 'Clone Down' to 'Duplicate Selection'Rémi Verschelde2021-06-291-3/+3
* Move indent management to CodeEditPaulb232021-06-201-2/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Merge pull request #49238 from Paulb23/code_edit_code_foldingRémi Verschelde2021-06-161-4/+4
|\
| * Move code folding into CodeEdit and hide line hiding APIPaulb232021-06-011-4/+4
* | Merge pull request #49265 from KoBeWi/keepfreplace_2_keepers_of_replaceRémi Verschelde2021-06-091-0/+4
|\ \
| * | Move FindReplaceBar out of CodeTextEditorkobewi2021-06-081-0/+4
| |/
* / Fix TextEditor redo shortcut typoPaulb232021-06-081-1/+1
|/
* Add custom background line colour to TextEdit and remove marked linesPaulb232021-05-221-52/+1