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
/
text_edit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #36089 from dreamsComeTrue/fix-autocomplete-quotes
Rémi Verschelde
2020-02-23
1
-0
/
+36
|
\
|
*
Fix: auto brace complete for quoted strings
Dominik 'dreamsComeTrue' Jasiński
2020-02-21
1
-0
/
+36
*
|
Replace FALLTHROUGH macro by C++17 [[fallthrough]]
Rémi Verschelde
2020-02-23
1
-8
/
+8
*
|
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-7
/
+7
*
|
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-3
/
+3
*
|
Texture refactor
Juan Linietsky
2020-02-11
1
-3
/
+3
|
/
*
Merge pull request #34288 from bojidar-bg/33425-always-suggest-subsequence
Rémi Verschelde
2020-02-10
1
-16
/
+57
|
\
|
*
Always display subsequence autocompletion matches
Bojidar Marinov
2019-12-12
1
-16
/
+57
*
|
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
|
expose scroll_vertical and scroll_horizontal in TextEdit + documentation
Krystof Klestil
2020-01-07
1
-0
/
+6
*
|
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
|
Fixed selection indent taking an additional line
Paulb23
2019-12-23
1
-0
/
+1
*
|
Fix- using cut in first line of a script file does not remove the line
Mikolaj Kaczmarek
2019-12-14
1
-3
/
+8
|
/
*
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
1
-1
/
+1
*
Range: Fix cases where max was set to or below min value
Rémi Verschelde
2019-11-26
1
-2
/
+0
*
Fixed index out of size error in TextEdit when opening scripts
PouleyKetchoupp
2019-11-24
1
-0
/
+1
*
Fixed not being able to scroll ending wrapped line
Paulb23
2019-11-09
1
-1
/
+1
*
Update connection info on script validation rather then saved copy
Paulb23
2019-11-02
1
-1
/
+3
*
Merge pull request #33233 from hilfazer/dollar-quoted-autocomplete
Rémi Verschelde
2019-11-01
1
-0
/
+1
|
\
|
*
$ autocompletion keeps quotation
hilfazer
2019-11-01
1
-0
/
+1
*
|
Improved TextEdit search usability & documentation
PouleyKetchoupp
2019-10-31
1
-3
/
+6
|
/
*
Merge pull request #33119 from creikey/fix-quote-malfunction
Rémi Verschelde
2019-10-28
1
-1
/
+2
|
\
|
*
Remove duplicate quote in displayed quote type
Cameron Reikes
2019-10-27
1
-1
/
+2
*
|
Merge pull request #33066 from Tabas32/fix_indentation
Rémi Verschelde
2019-10-27
1
-20
/
+41
|
\
\
|
*
|
Just initialization, needed by compiler
Marian
2019-10-25
1
-2
/
+2
|
*
|
Fixed indenting issue with comment at end of line
Marian
2019-10-25
1
-20
/
+41
*
|
|
Improve performance of connection info in the script editor
Paulb23
2019-10-27
1
-3
/
+8
|
|
/
|
/
|
*
|
Fix text minimap crash when last line is folded
Paulb23
2019-10-26
1
-0
/
+4
|
/
*
Don't terminate search if begin_key doesn't fit
Zatherz
2019-10-24
1
-33
/
+34
*
Fix rendering tooltip
volzhs
2019-10-24
1
-1
/
+3
*
Merge pull request #32796 from Paulb23/set_text_caret
Rémi Verschelde
2019-10-22
1
-0
/
+6
|
\
|
*
Fix undo / redo scrollbar calulations
Paulb23
2019-10-13
1
-0
/
+3
|
*
Place caret at 0,0 when setting text not at the end
Paulb23
2019-10-13
1
-0
/
+3
*
|
Merge pull request #32940 from nekomatata/text-edit-clear-colors
Rémi Verschelde
2019-10-22
1
-0
/
+6
|
\
\
|
*
|
TextEdit syntax highlighting fixes
PouleyKetchoupp
2019-10-20
1
-0
/
+6
*
|
|
Merge pull request #32902 from nekomatata/auto-indent-bracket-fix
Rémi Verschelde
2019-10-22
1
-11
/
+22
|
\
\
\
|
*
|
|
Auto-indent after opening bracket and parenthesis in the script editor
PouleyKetchoupp
2019-10-18
1
-11
/
+22
|
|
/
/
*
/
/
Fixed -1 minimap index when smooth scrolling is enabled
Paulb23
2019-10-20
1
-2
/
+2
|
/
/
*
/
Small fixes to redundand code, copy paste bugs
qarmin
2019-10-14
1
-1
/
+1
|
/
*
Fixed inserting text at caret not updating scrollbar size
Paulb23
2019-10-07
1
-0
/
+1
*
Fixed drawing the caret at eol when at eol is not visible
Paulb23
2019-10-07
1
-2
/
+3
*
TextEdit: Fix timer inside tree warning
lupoDharkael
2019-09-27
1
-2
/
+2
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-1
/
+1
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
|
Merge pull request #32232 from Paulb23/issue_32070_goto_doc_when_selecting
Rémi Verschelde
2019-09-23
1
-2
/
+2
|
\
\
|
*
|
Fixed going to doc reference while selecting text
Paulb23
2019-09-21
1
-2
/
+2
*
|
|
Merge pull request #29895 from ptrojahn/menukey
Rémi Verschelde
2019-09-22
1
-0
/
+48
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Support menu key in TextEdit and LineEdit controls
Paul Trojahn
2019-09-22
1
-0
/
+48
|
|
/
*
|
Merge pull request #32190 from KoBeWi/undo_redo_stuff
Rémi Verschelde
2019-09-20
1
-1
/
+1
|
\
\
|
*
|
Fix autocompletion undo
Tomasz Chabora
2019-09-18
1
-1
/
+1
|
|
/
[next]