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
2016-04-27
Added scroll lines, issue 4243
Paulb23
2016-04-08
Setting to change line number color
Paulb23
2016-04-06
Merge pull request #4251 from Paulb23/block_indent_issue_3803
Rémi Verschelde
2016-04-06
Fixed block indent inconsistency, fixes issue 3803
Paulb23
2016-04-06
Merge pull request #4238 from Paulb23/caret_color
Rémi Verschelde
2016-04-06
Merge pull request #4234 from Paulb23/member_variable_syntax_highlighting
Rémi Verschelde
2016-04-06
Fixed text edit undo and redo operation interaction
Paul Batty
2016-04-05
Ability to change the caret color
Paulb23
2016-04-05
Member variable syntax highlighting
Paulb23
2016-04-05
Fixed 'complex' typo in method name
Paulb23
2016-04-05
Fixed undoing twice when removing selection
Paulb23
2016-04-03
Fixed insert mode interaction with auto complete
Paulb23
2016-04-03
Fixed insert mode removing first unselected character
Paulb23
2016-04-02
Function syntax highlighting
Paul Batty
2016-04-01
Added insert mode to text editor
Paulb23
2016-03-26
Fixed numbers not highlighting after space
Paulb23
2016-03-21
Syntax highlighting for numbers
Paulb23
2016-03-19
TextEdit: Fix Shift+Delete shortcut not calling cut()
Ignacio Etcheverry
2016-03-17
Fixed highlighting when word occurs as substring first
Paulb23
2016-03-17
Fixed highliting with shift and mouse
Paulb23
2016-03-16
Highlight all occurrences of selected word
Paulb23
2016-03-15
LineEdit/TextEdit: Add Shift+Delete shortcut for cut
Ignacio Etcheverry
2016-03-15
TextEdit: Fix inconsistent copy, cut and paste behaviour
Ignacio Etcheverry
2016-03-14
Merge pull request #4017 from Paulb23/set_tab_size
Rémi Verschelde
2016-03-14
Added configuable tab size
Paulb23
2016-03-13
Undo and redo commands on text editor now affect internal version which fixes...
Saracen
2016-03-09
remove trailing whitespace
Hubert Jarosz
2016-03-08
Merge pull request #3969 from Paulb23/scroll_past_end_of_file
Juan Linietsky
2016-03-07
Enabled scrolling past end of file
Paulb23
2016-03-04
Add special new line opening
Martin Chuckeles
2016-03-04
Add editor settings for call hint placement
Martin Chuckeles
2016-03-03
Hide hint if completion is active
Martin Chuckeles
2016-03-03
Move the call hint under the current line
Martin Chuckeles
2016-02-04
support horizontal mouse wheel, use in text editor
hondres
2016-01-08
Merge pull request #3279 from neikeq/issue_3259
Rémi Verschelde
2016-01-08
Fix TextEdit caret drawn when outside the visible region
Ignacio Etcheverry
2016-01-07
TextEdit/LineEdit: Handle numpad PageUp, PageDown, Home and End
Ignacio Etcheverry
2016-01-07
TextEdit/LineEdit: Handle numpad arrows if NumLock is disabled
Ignacio Etcheverry
2016-01-01
Update copyright to 2016 in headers
George Marques
2015-12-28
Add missing argument names in GDScript bindings
Rémi Verschelde
2015-12-09
TextEdit: Scroll while selecting with mouse idle
neikeq
2015-11-29
Script Editor: automatic indentation after a colon
koalefant
2015-11-19
Merge pull request #2364 from neikeq/textedit_select
Juan Linietsky
2015-11-12
Implement Ctrl + backspace/delete to delete words
Franklin Sobrinho
2015-11-07
TextEdit: Properly scroll vertically when selecting text with mouse drag
neikeq
2015-10-17
Merge branch 'master' of https://github.com/okamstudio/godot
Juan Linietsky
2015-10-17
misc cleanup
Juan Linietsky
2015-10-12
ran cppcheck, fixed cases where array index is used before limits check
firefly2442
2015-09-09
Fix HScrollBar of TextEdit, closes #2355
Franklin Sobrinho
2015-08-13
textedit selection improvements
neikeq
[next]