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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix text edit wrapping beyond control size, issue 23896
Paulb23
2019-01-05
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Revert "Use more subtle indentation guides in the script editor"
Rémi Verschelde
2018-12-13
1
-4
/
+0
*
Merge pull request #23923 from bruvzg/ime_gdscript
Rémi Verschelde
2018-12-11
1
-2
/
+0
|
\
|
*
Changes IME input to use notification instead of callback, exposes IME method...
bruvzg
2018-11-23
1
-2
/
+0
*
|
Merge pull request #20725 from Calinou/textedit-subtle-indent-guides
Rémi Verschelde
2018-12-09
1
-0
/
+4
|
\
\
|
*
|
Use more subtle indentation guides in the script editor
Hugo Locurcio
2018-10-03
1
-0
/
+4
*
|
|
TextEdit: added redo option to the context menu
allkhor
2018-11-29
1
-0
/
+1
|
|
/
|
/
|
*
|
Remove no longer necessary "raise_from_completion" in TextEdit
zhagsenkk
2018-10-26
1
-2
/
+0
*
|
Merge pull request #21219 from AlexHolly/fix-textedit-shows-nothing
Rémi Verschelde
2018-09-12
1
-1
/
+0
|
\
\
|
*
|
TextEdit replaced cache.size with get_size()
Alexander Holland
2018-08-25
1
-1
/
+0
|
|
/
*
/
Uncommenting a selection was not updating the selection.
Alexander Holland
2018-09-08
1
-0
/
+1
|
/
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-4
/
+4
*
Add editor highlight for type-safe lines
George Marques
2018-07-20
1
-0
/
+6
*
Improve breakpoints and breakpoint gutter API in TextEdit
Gabriel Gavilan
2018-05-30
1
-2
/
+4
*
fix get_char_width for non-latin characters
ianb96
2018-05-15
1
-1
/
+1
*
TextEdit word wrap
Ian
2018-05-14
1
-17
/
+42
*
Script Editor now displays positional column
Unknown
2018-05-03
1
-0
/
+1
*
Fixed color regions and added local color region cache
Paulb23
2018-04-07
1
-3
/
+4
*
Abstracted the syntax highlighter from text edit
Paulb23
2018-04-02
1
-65
/
+105
*
Merge pull request #15618 from ianb96/fold_comment
Rémi Verschelde
2018-02-14
1
-1
/
+2
|
\
|
*
TextEdit folding over unindented comments
Ian
2018-01-12
1
-1
/
+2
*
|
Add special coloring to members, to make shadowing more obvious.
Juan Linietsky
2018-01-12
1
-0
/
+4
*
|
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-0
/
+3
|
/
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Merge pull request #15063 from poke1024/textedit-select-last-line
Rémi Verschelde
2018-01-03
1
-0
/
+1
|
\
|
*
Fix shift-key down on last line in TextEdit
Bernhard Liebl
2017-12-26
1
-0
/
+1
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
|
/
*
Adds an option to move cursor with right click in TextEdit
MattUV
2017-12-20
1
-0
/
+4
*
Fix cut-copy-line breaking paste (issue 14539)
Bernhard Liebl
2017-12-17
1
-1
/
+1
*
Modifies indentation behaviours
MattUV
2017-12-15
1
-2
/
+2
*
Modify shortcuts and menus to fold/unfold code
MattUV
2017-12-08
1
-0
/
+1
*
Changed current line draw order and added code folding color
Paulb23
2017-12-07
1
-0
/
+1
*
Merge pull request #14352 from ianb96/get_hidden_width
Rémi Verschelde
2017-12-07
1
-1
/
+1
|
\
|
*
fixes horizontal scrolling over hidden lines
Ian
2017-12-06
1
-1
/
+1
*
|
Merge pull request #13362 from groud/fix_folding
Rémi Verschelde
2017-12-07
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fixes folding of blank lines
Gilles Roudiere
2017-11-28
1
-1
/
+1
*
|
Add disabled theme to TextEdit.
Michael Alexsander Silva Dias
2017-12-01
1
-0
/
+1
|
/
*
Native pan and zoom for macOS
Bernhard Liebl
2017-11-21
1
-0
/
+3
*
scrolling fixes
Ian
2017-11-18
1
-2
/
+9
*
TextEdit code folding
Ian
2017-11-17
1
-1
/
+31
*
Merge pull request #12842 from ianb96/shader_editor_fix
Rémi Verschelde
2017-11-14
1
-0
/
+1
|
\
|
*
shader editor context menu and line operations and style fix
Ian
2017-11-11
1
-0
/
+1
*
|
Added "is_readonly()" to TextEdit and made it a property.
Michael Alexsander Silva Dias
2017-11-11
1
-0
/
+1
|
/
*
add context menu enable getters, setters, and properties in LineEdit and Text...
Ian
2017-11-11
1
-0
/
+2
*
Changed line and word mouse selection
Paulb23
2017-11-05
1
-1
/
+8
*
Added setting to toggle current line highlighting
Paulb23
2017-10-22
1
-0
/
+4
*
keep font color on selection as default
toger5
2017-09-28
1
-0
/
+3
*
second take at autocomplete logic, using a TextOperation check.
Paulo Gomes
2017-09-06
1
-0
/
+2
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
[next]