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
/
code_edit.cpp
Age
Commit message (
Expand
)
Author
2021-06-14
Update cache after clearing delimiters in CodeEdit
Haoyu Qiu
2021-06-01
Move and expose Code Hint in CodeEdit
Paulb23
2021-06-01
Move and expose AutoComplete in CodeEdit
Paulb23
2021-06-01
Add comment and string tracking to CodeEdit
Paulb23
2021-01-01
Update copyright statements to 2021
RĂ©mi Verschelde
2020-11-26
[Complex Text Layouts] Refactor TextEdit and CodeEdit controls.
bruvzg
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-10-25
ScriptEditor: Fix line number gutter drag select
Devin Curry
2020-10-13
Fixed main gutter not drawing on item toggle
Paulb23
2020-09-10
Move safe line color into editor
Paulb23
2020-09-10
Add folding gutter to code_edit
Paulb23
2020-09-10
Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit
Paulb23
2020-09-10
Changed line_edited_from(from) to lines_edit_from(from, to)
Paulb23
2020-09-10
Added Line numbers to CodeEdit
Paulb23
2020-09-10
Add and convert editor to use CodeEdit
Paulb23