index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
text_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-1
/
+1
*
Add methods to add submenus without using names
kobewi
2024-02-22
1
-9
/
+3
*
Improved text editor status bar and zooming UX.
Zi Ye
2024-02-21
1
-2
/
+6
*
Apply TextEdit IME on most actions
kit
2024-01-29
1
-0
/
+3
*
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-1
/
+1
*
Make the text editor consistent with the script editor
Adam Scott
2024-01-23
1
-15
/
+15
*
Update deferred calls to use Callables
kobewi
2024-01-09
1
-6
/
+6
*
Fix node names of submenu items across the editor
Yuri Sizov
2023-11-08
1
-6
/
+6
*
Add Duplicate Lines shortcut to CodeTextEditor
PucklaMotzer09
2023-09-25
1
-0
/
+4
*
Single Compilation Unit build.
lawnjelly
2023-06-06
1
-1
/
+1
*
Move convert_indent into CodeEdit
Paulb23
2023-05-07
1
-8
/
+6
*
Add shortcut for quick-toggling word wrap
kobewi
2023-04-19
1
-0
/
+5
*
Fix line folding with multiple carets
kobewi
2023-02-21
1
-2
/
+7
*
Support editing JSON in ScriptEditor
Paulb23
2023-01-28
1
-13
/
+58
*
Remove set_drag_forwarding_compat()
kobewi
2023-01-14
1
-2
/
+0
*
Change set_drag_forwarding() to use callables.
Juan Linietsky
2023-01-10
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix various fringe issues with multi-carets and selections
VolTer
2022-12-07
1
-1
/
+3
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+1
*
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
1
-1
/
+1
|
\
|
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-1
/
+1
*
|
Set the shortcut context for the edit/search/goto menus to the ScriptEditor s...
Eric M
2022-10-25
1
-1
/
+10
|
/
*
Merge pull request #61902 from Paulb23/multi-caret
Rémi Verschelde
2022-10-06
1
-3
/
+4
|
\
|
*
Add multi caret support to Editor
Paulb23
2022-10-05
1
-3
/
+4
*
|
Merge pull request #66300 from KoBeWi/📝🧭
Rémi Verschelde
2022-10-05
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Split script navigation state and edit state
kobewi
2022-09-25
1
-0
/
+4
*
|
Fix the flickering of the line gutter icon when saving
Rindbee
2022-10-03
1
-0
/
+1
*
|
Rename Indent Left/Right to Indent/Dedent
VolTer
2022-09-29
1
-8
/
+8
|
/
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-3
/
+3
*
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-3
/
+3
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
1
-0
/
+1
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-1
/
+1
*
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-5
/
+5
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-3
/
+3
*
Allow negative indexes in ItemList and PopupMenu
kobewi
2022-03-12
1
-1
/
+1
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-1
/
+1
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-1
/
+1
*
Convert TextEdit callbacks to Callable
Paulb23
2022-01-19
1
-2
/
+4
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
Fix bad popups offset in editor with single window off
jmb462
2021-12-06
1
-1
/
+1
*
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-22
1
-1
/
+1
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-1
/
+1
*
Improve save handling for built-in scripts
kobewi
2021-11-07
1
-11
/
+14
*
Add is_built_in() method to Resource
kobewi
2021-11-04
1
-1
/
+1
*
Move add_syntax_highlighter bind to ScriptEditorBase
Paulb23
2021-10-11
1
-4
/
+0
*
Added status bar and toggle scripts panel button to EditorHelp/VScripts
Yuri Roubinsky
2021-09-15
1
-0
/
+5
*
Improve Undo/Redo menu items
Haoyu Qiu
2021-08-17
1
-0
/
+12
*
Reorganise text editor settings
Paulb23
2021-08-16
1
-1
/
+1
[next]