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
*
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
*
Cleanup and bind remaing methods in TextEdit
Paulb23
2021-08-12
1
-2
/
+4
*
Protect internal CodeEdit --> TextEdit API
Paulb23
2021-08-12
1
-1
/
+1
*
Cleanup TextEdit selection methods
Paulb23
2021-08-12
1
-6
/
+6
*
Cleanup and rename caret operations
Paulb23
2021-08-12
1
-12
/
+13
*
Optimize StringName usage
reduz
2021-07-18
1
-11
/
+11
*
Script editor: Rename 'Clone Down' to 'Duplicate Selection'
Rémi Verschelde
2021-06-29
1
-3
/
+3
*
Move indent management to CodeEdit
Paulb23
2021-06-20
1
-2
/
+2
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-2
/
+2
*
Merge pull request #49238 from Paulb23/code_edit_code_folding
Rémi Verschelde
2021-06-16
1
-4
/
+4
|
\
|
*
Move code folding into CodeEdit and hide line hiding API
Paulb23
2021-06-01
1
-4
/
+4
*
|
Merge pull request #49265 from KoBeWi/keepfreplace_2_keepers_of_replace
Rémi Verschelde
2021-06-09
1
-0
/
+4
|
\
\
|
*
|
Move FindReplaceBar out of CodeTextEditor
kobewi
2021-06-08
1
-0
/
+4
|
|
/
*
/
Fix TextEditor redo shortcut typo
Paulb23
2021-06-08
1
-1
/
+1
|
/
*
Add custom background line colour to TextEdit and remove marked lines
Paulb23
2021-05-22
1
-52
/
+1
[next]