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-08-22
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-13
Merge pull request #51585 from Paulb23/theme-update-optimisation
Rémi Verschelde
2021-08-13
Move CodeEdit theme overrides into EditorTheme
Paulb23
2021-08-13
Fix incorrect completion popup size of `CodeEdit`
Yuri Roubinsky
2021-08-12
Fix breakpoint toggle signal not firing when expected
Paulb23
2021-08-12
Cleanup and complete TextEdit inspector and docs
Paulb23
2021-08-12
Cleanup and bind remaing methods in TextEdit
Paulb23
2021-08-12
Rename readonly to editable
Paulb23
2021-08-12
Rename insert mode to overtype mode
Paulb23
2021-08-12
Protect internal CodeEdit --> TextEdit API
Paulb23
2021-08-12
Cleanup TextEdit selection methods
Paulb23
2021-08-12
Expose and cleanup TextEdit line wrap API
Paulb23
2021-08-12
Cleanup and rename caret operations
Paulb23
2021-08-12
Make TextEdit cut, copy and paste overridable
Paulb23
2021-08-02
Improve CodeEdit's callhint highlight visibility
Hugo Locurcio
2021-08-01
Clean up and complete CodeEdit inspector and docs
Paulb23
2021-08-01
Move symbol lookup into CodeEdit
Paulb23
2021-08-01
Move line length guidelines into CodeEdit
Paulb23
2021-08-01
Move brace matching into CodeEdit
Paulb23
2021-08-01
Move auto brace completion to CodeEdit
Paulb23
2021-07-25
Merge pull request #50809 from akien-mga/iterators-const-references
Rémi Verschelde
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
Fix various typos with codespell
luz paz
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-19
Merge pull request #50606 from Chaosus/textedit_fix_guttertype
Rémi Verschelde
2021-07-19
Fixed typos in `TextEdit::GutterType` enum
Yuri Roubinsky
2021-07-18
Optimize StringName usage
reduz
2021-06-20
Move indent management to CodeEdit
Paulb23
2021-06-20
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-16
Merge pull request #49238 from Paulb23/code_edit_code_folding
Rémi Verschelde
2021-06-16
Fix typo in CodeEdit methods
Haoyu Qiu
2021-06-14
Update cache after clearing delimiters in CodeEdit
Haoyu Qiu
2021-06-01
Move code folding into CodeEdit and hide line hiding API
Paulb23
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