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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style: Apply new `clang-format` changes
Thaddeus Crews
2024-09-20
1
-2
/
+2
*
Fix goto line issues in code editor
kit
2024-07-31
1
-1
/
+1
*
Implement trim_final_newlines functionality
Aiden Storey
2024-05-02
1
-0
/
+2
*
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-1
/
+1
*
Improved text editor status bar and zooming UX.
Zi Ye
2024-02-21
1
-0
/
+1
*
Add Duplicate Lines shortcut to CodeTextEditor
PucklaMotzer09
2023-09-25
1
-0
/
+1
*
Single Compilation Unit build.
lawnjelly
2023-06-06
1
-0
/
+2
*
Move convert_indent into CodeEdit
Paulb23
2023-05-07
1
-2
/
+1
*
Add shortcut for quick-toggling word wrap
kobewi
2023-04-19
1
-0
/
+1
*
Support editing JSON in ScriptEditor
Paulb23
2023-01-28
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+2
*
Set the shortcut context for the edit/search/goto menus to the ScriptEditor s...
Eric M
2022-10-25
1
-1
/
+1
*
Merge pull request #66300 from KoBeWi/📝🧭
Rémi Verschelde
2022-10-05
1
-0
/
+1
|
\
|
*
Split script navigation state and edit state
kobewi
2022-09-25
1
-0
/
+1
*
|
Rename Indent Left/Right to Indent/Dedent
VolTer
2022-09-29
1
-2
/
+2
|
/
*
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-2
/
+2
*
Convert TextEdit callbacks to Callable
Paulb23
2022-01-19
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Move add_syntax_highlighter bind to ScriptEditorBase
Paulb23
2021-10-11
1
-2
/
+0
*
Added status bar and toggle scripts panel button to EditorHelp/VScripts
Yuri Roubinsky
2021-09-15
1
-0
/
+1
*
Merge pull request #51639 from Ev1lbl0w/gsoc21-dap
Fabio Alessandrelli
2021-09-01
1
-0
/
+2
|
\
|
*
Implemented advanced features of DAP
Ev1lbl0w
2021-08-31
1
-0
/
+2
*
|
Improve Undo/Redo menu items
Haoyu Qiu
2021-08-17
1
-0
/
+1
|
/
*
Script editor: Rename 'Clone Down' to 'Duplicate Selection'
Rémi Verschelde
2021-06-29
1
-1
/
+1
*
Move FindReplaceBar out of CodeTextEditor
kobewi
2021-06-08
1
-0
/
+1
*
Add get_base_editor to ScriptEditorBase
sent44
2021-05-15
1
-0
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit
Paulb23
2020-09-10
1
-1
/
+1
*
Optimized ScriptEditor initialization when many scripts are loaded
PouleyKetchoupp
2020-07-17
1
-11
/
+10
*
Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter
Paulb23
2020-07-11
1
-13
/
+3
*
Convert syntax highlighters into a resource
Paulb23
2020-07-11
1
-3
/
+3
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-33
/
+33
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-1
/
+0
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-1
/
+1
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-1
/
+1
*
Added 'Replace in files' functionality to text editors
Dominik 'dreamsComeTrue' Jasiński
2020-02-13
1
-0
/
+1
*
Texture refactor
Juan Linietsky
2020-02-11
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Support menu key in TextEdit and LineEdit controls
Paul Trojahn
2019-09-22
1
-1
/
+1
*
Add "Find in Files..." to the text editor
Michael Alexsander Silva Dias
2019-08-12
1
-0
/
+1
*
Move "Go to Line..." from "Edit" to "Go To" in text editor
Michael Alexsander Silva Dias
2019-08-09
1
-1
/
+1
*
Fix Find in Files Not Working Properly
Emmanuel Barroga
2019-08-06
1
-0
/
+1
*
Fix memory leaks with SyntaxHighlighters
Paulb23
2019-07-25
1
-0
/
+1
*
Merge pull request #29071 from YeldhamDev/improve_bookmarks
Rémi Verschelde
2019-07-01
1
-0
/
+4
|
\
|
*
Improve bookmarks
Michael Alexsander Silva Dias
2019-05-24
1
-0
/
+4
*
|
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-1
/
+1
*
|
Merge pull request #28766 from pgoral/editor_validation_issue
Rémi Verschelde
2019-06-17
1
-0
/
+2
|
\
\
[next]