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
/
tests
/
scene
/
test_code_edit.h
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
*
Add TextEdit option to prevent copying without a selection
Haoyu Qiu
2024-09-14
1
-0
/
+25
*
Merge pull request #89554 from smnast/backspace-unfold
Rémi Verschelde
2024-08-19
1
-0
/
+20
|
\
|
*
Fix backspace always unfolding previous line
MrPersonDev
2024-05-27
1
-0
/
+20
*
|
CodeEdit Fix move lines up/down viewport and selection issues
kit
2024-06-25
1
-1
/
+119
*
|
Unhide carets in add selection for occurrence
kit
2024-05-27
1
-0
/
+39
|
/
*
Overhaul multiple caret editing in TextEdit.
kit
2024-04-26
1
-324
/
+1692
*
Fix a special case for button masks
Markus Sauermann
2024-03-28
1
-0
/
+1
*
Fix region section not ignoring #region and #endregion when in a string
Rafael Chuva
2024-03-11
1
-0
/
+22
*
Fix updating delimiter cache of `CodeEdit` when typing on the first line
HolonProduction
2023-12-18
1
-0
/
+26
*
Code Editor: Fix regression with using doc comments for code regions
Danil Alexeev
2023-10-13
1
-3
/
+3
*
Fix code completion override of home and end keys
Adam Scott
2023-10-06
1
-4
/
+34
*
Merge pull request #81633 from matorin57/code-completion-popup
Rémi Verschelde
2023-10-03
1
-0
/
+61
|
\
|
*
Avoid resetting the code completion popup excessively
DESKTOP-UT43QTQ\Garrigan-Desktop
2023-09-20
1
-0
/
+61
*
|
Add Duplicate Lines shortcut to CodeTextEditor
PucklaMotzer09
2023-09-25
1
-0
/
+78
|
/
*
Add code region folding to CodeEdit
Jean-Michel Bernard
2023-09-11
1
-0
/
+188
*
Change precedence in rules to make location after proper casing.
ajreckof
2023-09-05
1
-19
/
+19
*
Fix various typos with codespell
Rémi Verschelde
2023-06-16
1
-3
/
+3
*
sort code completions with rules
ajreckof
2023-05-23
1
-2
/
+94
*
Fix various errors when running the unit tests
RedworkDE
2023-05-09
1
-2
/
+2
*
Move convert_indent into CodeEdit
Paulb23
2023-05-07
1
-0
/
+137
*
Fix auto-indentation in typed arrays, comments, and after colon
Manuel Dun
2023-04-20
1
-0
/
+11
*
Remove `m_object` parameter from unit test Macros
Markus Sauermann
2023-02-09
1
-118
/
+118
*
Convert en_GB spelling to en_US with codespell
Rémi Verschelde
2023-01-23
1
-1
/
+1
*
Allow unindent without selection
kobewi
2023-01-18
1
-31
/
+17
*
Fixed adding extra quote when completing strings
Paulb23
2023-01-14
1
-1
/
+1
*
Fix typos with codespell
Rémi Verschelde
2023-01-09
1
-2
/
+2
*
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-4
/
+4
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix autocomplete with autobrace completion not adding closing pair
Paulb23
2022-12-19
1
-0
/
+83
*
Fix autocomplete box placement
Hayden Leete
2022-12-17
1
-1
/
+2
*
Fix TextEdit::gutters_width (total gutter width) when adding & removing a gut...
Tim Fronsee
2022-08-31
1
-1
/
+1
*
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-3
/
+3
*
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
1
-1
/
+1
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-2
/
+2
*
fix lines ending in comments causing auto indent
Nathan Franke
2022-04-28
1
-0
/
+32
*
Use Input::push_input for tests plus extra mouse testing
Paulb23
2022-04-22
1
-5
/
+14
*
Unify TextServer built-in module and GDExtension code.
bruvzg
2022-03-17
1
-281
/
+285
*
With auto_brace_complete enabled, selected text now gets wrapped by braces
Igor Kordiukiewicz
2022-01-30
1
-0
/
+46
*
Fix selection being deleted and indentation not being accounted for
Preslavb
2022-01-23
1
-0
/
+49
*
Rename request_code_completion signal
kobewi
2022-01-22
1
-8
/
+8
*
Improve the default project theme
Hugo Locurcio
2022-01-19
1
-1
/
+1
*
Fix various typos
luz paz
2022-01-13
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Fix various typos
luz paz
2022-01-02
1
-7
/
+7
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
Fix code folding when end of block is unindented delimiter
ator-dev
2021-11-24
1
-4
/
+72
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-18
/
+18
*
Move and organize tests into subfolders
Aaron Franke
2021-11-07
1
-0
/
+3185