index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
script_text_editor.cpp
Age
Commit message (
Expand
)
Author
2021-08-13
Style: Cleanup code using `text_editor/completion/use_single_quotes`
Rémi Verschelde
2021-08-13
Allow dropping property path into script editor
Haoyu Qiu
2021-08-12
Cleanup and bind remaing methods in TextEdit
Paulb23
2021-08-12
Protect internal CodeEdit --> TextEdit API
Paulb23
2021-08-12
Cleanup TextEdit selection methods
Paulb23
2021-08-12
Cleanup and rename caret operations
Paulb23
2021-08-10
Use Key enum instead of plain integers
Aaron Franke
2021-08-09
Added EditorCommandPalette
Bhuvan Vemula
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 auto brace completion to CodeEdit
Paulb23
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
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-07-03
Support single quote when dropping files to script
kobewi
2021-06-29
Script editor: Rename 'Clone Down' to 'Duplicate Selection'
Rémi Verschelde
2021-06-20
Move indent management to CodeEdit
Paulb23
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-20
Merge pull request #49742 from Paulb23/remove_keywords_textedit
Rémi Verschelde
2021-06-19
Remove redundant keywords from TextEdit
Paulb23
2021-06-19
Added support for scripts reporting multiple errors to ScriptTextEditor
Eric M
2021-06-16
Merge pull request #49238 from Paulb23/code_edit_code_folding
Rémi Verschelde
2021-06-12
Consistently prefix bound virtual methods with _
kobewi
2021-06-08
Move FindReplaceBar out of CodeTextEditor
kobewi
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-05-27
Add preload() to resource path when holding Ctrl
kobewi
2021-05-22
Add a keyboard shortcut to select the word under cursor in TextEdit
Hugo Locurcio
2021-05-22
Add custom background line colour to TextEdit and remove marked lines
Paulb23
2021-05-16
Merge pull request #48605 from sent44/scripteditor_get_codeedit
Rémi Verschelde
2021-05-15
Add get_base_editor to ScriptEditorBase
sent44
2021-05-13
text-editor: fix Clicking warning doesn't center around line
llschuster
2021-04-06
Add Various ColorPicker shapes
Kongfa Waroros
2021-03-24
Fixes ctrl-click function line centering
Kyle
2021-03-23
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-02-18
Removed hardcoded shortcuts from /scene and converted to input actions
Eric M
2021-02-11
Improve resource load cache
reduz
2021-01-24
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-23
Rename Control margin to offset
Marcel Admiraal
2020-11-28
Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework
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-11-23
Implement new shortcuts system.
Eric M
2020-09-10
Remove breakpoints from editor settings
Paulb23
[next]