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
/
scene
/
gui
/
code_edit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Fix comment causes content of folded methods to not hide
jmb462
2021-09-05
1
-4
/
+18
|
|
/
*
|
Merge pull request #52359 from williamd67/fix-autocomplete-merge
Max Hilbrunner
2021-09-07
1
-1
/
+1
|
\
\
|
*
|
Fix incorrectly removing two characters by auto brace
William Deurwaarder
2021-09-03
1
-1
/
+1
|
|
/
*
/
Fix crash during completion lookback
daniel-mcclintock
2021-09-06
1
-1
/
+1
|
/
*
Fix misspelled "overriden"
Haoyu Qiu
2021-08-26
1
-1
/
+1
*
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-3
/
+3
*
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
1
-18
/
+17
*
Merge pull request #51585 from Paulb23/theme-update-optimisation
Rémi Verschelde
2021-08-13
1
-1
/
+4
|
\
|
*
Move CodeEdit theme overrides into EditorTheme
Paulb23
2021-08-13
1
-1
/
+4
*
|
Fix incorrect completion popup size of `CodeEdit`
Yuri Roubinsky
2021-08-13
1
-7
/
+19
|
/
*
Fix breakpoint toggle signal not firing when expected
Paulb23
2021-08-12
1
-10
/
+34
*
Cleanup and complete TextEdit inspector and docs
Paulb23
2021-08-12
1
-3
/
+3
*
Cleanup and bind remaing methods in TextEdit
Paulb23
2021-08-12
1
-54
/
+66
*
Rename readonly to editable
Paulb23
2021-08-12
1
-8
/
+8
*
Rename insert mode to overtype mode
Paulb23
2021-08-12
1
-2
/
+2
*
Protect internal CodeEdit --> TextEdit API
Paulb23
2021-08-12
1
-15
/
+15
*
Cleanup TextEdit selection methods
Paulb23
2021-08-12
1
-10
/
+10
*
Expose and cleanup TextEdit line wrap API
Paulb23
2021-08-12
1
-4
/
+4
*
Cleanup and rename caret operations
Paulb23
2021-08-12
1
-77
/
+77
*
Make TextEdit cut, copy and paste overridable
Paulb23
2021-08-12
1
-60
/
+63
*
Improve CodeEdit's callhint highlight visibility
Hugo Locurcio
2021-08-02
1
-2
/
+9
*
Clean up and complete CodeEdit inspector and docs
Paulb23
2021-08-01
1
-8
/
+12
*
Move symbol lookup into CodeEdit
Paulb23
2021-08-01
1
-0
/
+115
*
Move line length guidelines into CodeEdit
Paulb23
2021-08-01
1
-0
/
+37
*
Move brace matching into CodeEdit
Paulb23
2021-08-01
1
-0
/
+13
*
Move auto brace completion to CodeEdit
Paulb23
2021-08-01
1
-53
/
+243
*
Merge pull request #50809 from akien-mga/iterators-const-references
Rémi Verschelde
2021-07-25
1
-1
/
+1
|
\
|
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
|
Fix various typos with codespell
luz paz
2021-07-25
1
-2
/
+2
|
/
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-12
/
+9
*
Merge pull request #50606 from Chaosus/textedit_fix_guttertype
Rémi Verschelde
2021-07-19
1
-3
/
+3
|
\
|
*
Fixed typos in `TextEdit::GutterType` enum
Yuri Roubinsky
2021-07-19
1
-3
/
+3
*
|
Optimize StringName usage
reduz
2021-07-18
1
-27
/
+27
|
/
*
Move indent management to CodeEdit
Paulb23
2021-06-20
1
-9
/
+497
*
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-20
1
-0
/
+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
/
+255
|
\
|
*
Move code folding into CodeEdit and hide line hiding API
Paulb23
2021-06-01
1
-4
/
+255
*
|
Fix typo in CodeEdit methods
Haoyu Qiu
2021-06-16
1
-2
/
+2
*
|
Update cache after clearing delimiters in CodeEdit
Haoyu Qiu
2021-06-14
1
-0
/
+3
|
/
*
Move and expose Code Hint in CodeEdit
Paulb23
2021-06-01
1
-6
/
+93
*
Move and expose AutoComplete in CodeEdit
Paulb23
2021-06-01
1
-3
/
+795
*
Add comment and string tracking to CodeEdit
Paulb23
2021-06-01
1
-19
/
+534
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
[Complex Text Layouts] Refactor TextEdit and CodeEdit controls.
bruvzg
2020-11-26
1
-8
/
+14
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-1
/
+1
*
ScriptEditor: Fix line number gutter drag select
Devin Curry
2020-10-25
1
-1
/
+4
*
Fixed main gutter not drawing on item toggle
Paulb23
2020-10-13
1
-0
/
+3
*
Move safe line color into editor
Paulb23
2020-09-10
1
-2
/
+6
*
Add folding gutter to code_edit
Paulb23
2020-09-10
1
-0
/
+62
[prev]
[next]