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
/
text_editor.cpp
Age
Commit message (
Expand
)
Author
2023-02-21
Fix line folding with multiple carets
kobewi
2023-01-28
Support editing JSON in ScriptEditor
Paulb23
2023-01-14
Remove set_drag_forwarding_compat()
kobewi
2023-01-10
Change set_drag_forwarding() to use callables.
Juan Linietsky
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-07
Fix various fringe issues with multi-carets and selections
VolTer
2022-11-29
Use forward-declarations in big editor classes
trollodel
2022-10-31
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-25
Set the shortcut context for the edit/search/goto menus to the ScriptEditor s...
Eric M
2022-10-18
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-06
Merge pull request #61902 from Paulb23/multi-caret
Rémi Verschelde
2022-10-05
Add multi caret support to Editor
Paulb23
2022-10-05
Merge pull request #66300 from KoBeWi/📝🧭
Rémi Verschelde
2022-10-03
Fix the flickering of the line gutter icon when saving
Rindbee
2022-09-29
Rename Indent Left/Right to Indent/Dedent
VolTer
2022-09-25
Split script navigation state and edit state
kobewi
2022-08-29
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-22
Replace Array return types with TypedArray
kobewi
2022-07-31
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-29
Remove Signal connect binds
Juan Linietsky
2022-07-18
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-03-12
Allow negative indexes in ItemList and PopupMenu
kobewi
2022-02-08
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-06
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-01-19
Convert TextEdit callbacks to Callable
Paulb23
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-06
Fix bad popups offset in editor with single window off
jmb462
2021-11-22
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-11-07
Improve save handling for built-in scripts
kobewi
2021-11-04
Add is_built_in() method to Resource
kobewi
2021-10-11
Move add_syntax_highlighter bind to ScriptEditorBase
Paulb23
2021-09-15
Added status bar and toggle scripts panel button to EditorHelp/VScripts
Yuri Roubinsky
2021-08-17
Improve Undo/Redo menu items
Haoyu Qiu
2021-08-16
Reorganise text editor settings
Paulb23
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-07-18
Optimize StringName usage
reduz
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-16
Merge pull request #49238 from Paulb23/code_edit_code_folding
Rémi Verschelde
2021-06-09
Merge pull request #49265 from KoBeWi/keepfreplace_2_keepers_of_replace
Rémi Verschelde
2021-06-08
Move FindReplaceBar out of CodeTextEditor
kobewi
2021-06-08
Fix TextEditor redo shortcut typo
Paulb23
[next]