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
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
1
-7
/
+7
*
Refactor toggling script list
kobewi
2024-08-28
1
-0
/
+2
*
Fix goto line issues in code editor
kit
2024-07-31
1
-2
/
+2
*
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-6
/
+6
*
Merge pull request #87099 from bitwise-aiden/ba-add-trim-newlines
Rémi Verschelde
2024-05-30
1
-0
/
+8
|
\
|
*
Implement trim_final_newlines functionality
Aiden Storey
2024-05-02
1
-0
/
+8
*
|
Remove duplicate shortcut definitions
kobewi
2024-05-21
1
-3
/
+3
*
|
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+1
|
/
*
Overhaul multiple caret editing in TextEdit.
kit
2024-04-26
1
-13
/
+5
*
Overhaul TextEdit selection.
kit
2024-04-26
1
-1
/
+1
*
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
[next]