index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
text_edit.cpp
Age
Commit message (
Expand
)
Author
2018-01-04
Merge pull request #15308 from ianb96/horizontal_scrolling
Rémi Verschelde
2018-01-04
Merge pull request #15191 from Jerome67000/z_renaming
Rémi Verschelde
2018-01-03
TextEdit horizontal scrolling with shift
Ian
2018-01-03
#15078 renamed "z" -> "z_index" property in Node2D
Jerome67000
2018-01-03
Merge pull request #15127 from poke1024/smooth-scroll-play
Rémi Verschelde
2018-01-03
Merge pull request #15063 from poke1024/textedit-select-last-line
Rémi Verschelde
2018-01-02
Merge pull request #14983 from Paulb23/keyboard_selection_issue_14675
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
Merge pull request #14972 from poke1024/fix-unindent-col-0
Noshyaar
2018-01-01
Merge pull request #14973 from poke1024/docs-word-selection
Noshyaar
2017-12-28
Fix unindent (shift-tab) on column 0 and more
Bernhard Liebl
2017-12-28
Double-click word selection for RichTextLabel (i.e. docs)
Bernhard Liebl
2017-12-28
Remove some lagginess from TextEdit's smooth scrolling
Bernhard Liebl
2017-12-26
fix indent selection crash
Ian
2017-12-26
Fix shift-key down on last line in TextEdit
Bernhard Liebl
2017-12-25
Add missing parameter names
Poommetee Ketson
2017-12-23
Fixed keyboard word selection when at the start/end of line, issue 14675
Paulb23
2017-12-20
Adds an option to move cursor with right click in TextEdit
MattUV
2017-12-17
Fix cut-copy-line breaking paste (issue 14539)
Bernhard Liebl
2017-12-16
Bind TextEdit.deselect and update documentation
Rémi Verschelde
2017-12-15
Modifies indentation behaviours
MattUV
2017-12-08
Modify shortcuts and menus to fold/unfold code
MattUV
2017-12-07
Changed current line draw order and added code folding color
Paulb23
2017-12-07
Merge pull request #14352 from ianb96/get_hidden_width
Rémi Verschelde
2017-12-07
Merge pull request #13362 from groud/fix_folding
Rémi Verschelde
2017-12-06
fixes horizontal scrolling over hidden lines
Ian
2017-12-06
Merge pull request #13409 from YeldhamDev/textedit_disabled
Rémi Verschelde
2017-12-01
Add disabled theme to TextEdit.
Michael Alexsander Silva Dias
2017-11-28
last line scroll fix when scroll_past_last_line is disabled
Ian
2017-11-28
Fixes folding of blank lines
Gilles Roudiere
2017-11-26
Fixes adjust viewport to cursor when line is to long, issue 13190
Paulb23
2017-11-23
Fixed not be able to unfold the last line
Paulb23
2017-11-21
code folding scrolling fixes
ianb96
2017-11-21
Merge pull request #13134 from Chaosus/fixinvalidscroll
Rémi Verschelde
2017-11-21
Fix invalid scroll
Chaosus
2017-11-21
Native pan and zoom for macOS
Bernhard Liebl
2017-11-20
Visual fixes
Daniel J. Ramirez
2017-11-20
Fix TextEdit::cursor_set_line bindings
Rémi Verschelde
2017-11-18
scrolling fixes
Ian
2017-11-17
TextEdit code folding
Ian
2017-11-17
Merge pull request #12763 from remorse107/Code-Complete
Rémi Verschelde
2017-11-15
Allow underscores in GDScript numeric literals
Bojidar Marinov
2017-11-14
Merge pull request #12842 from ianb96/shader_editor_fix
Rémi Verschelde
2017-11-13
Modified code completion for better tabbing, and removal of need to backspace...
Robert Morse
2017-11-12
Made text in TextEdit a property.
Michael Alexsander Silva Dias
2017-11-11
Added "is_readonly()" to TextEdit and made it a property.
Michael Alexsander Silva Dias
2017-11-11
shader editor context menu and line operations and style fix
Ian
2017-11-11
add context menu enable getters, setters, and properties in LineEdit and Text...
Ian
2017-11-05
Changed line and word mouse selection
Paulb23
2017-10-31
Remove text on enter, issue 12494
Paulb23
[next]