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
2023-04-24
Fix CI build error
Juan Linietsky
2023-03-13
Don't autocomplete numbers in GDScript
Arman Elgudzhyan
2023-02-19
Fix Indent/Unindent without a selection not causing a redraw
VolTer
2023-02-15
Fix autocomplete persisting at the beginning of a line
VolTer
2023-01-23
Fix autocomplete filter not including substrings
poohcom1
2023-01-18
Allow unindent without selection
kobewi
2023-01-14
Fixed adding extra quote when completing strings
Paulb23
2023-01-11
Fix crash in CodeEdit when caret column exceeds line length.
Eric M
2023-01-08
Use BitField<> in core type masks
Juan Linietsky
2023-01-06
fix typo 'comleption' -> 'completion'
Michael Bickel
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-19
Fix autocomplete with autobrace completion not adding closing pair
Paulb23
2022-12-17
Fix autocomplete box placement
Hayden Leete
2022-12-03
Merge pull request #62675 from Jummit/tolerant_lookup
Rémi Verschelde
2022-11-17
Add `Control::localize_numeral_system` property to toggle automatic numeral s...
bruvzg
2022-11-05
Pass caret index when deleting selection with backspace
Alfred Reinold Baudisch
2022-11-02
Merge pull request #67994 from YeldhamDev/how_suggestive
Rémi Verschelde
2022-10-28
Stop centering clicked suggestions in the autocomplete popup
Michael Alexsander
2022-10-16
Fix crash in code completion when using an invalid / null font
Paulb23
2022-10-10
Improved breakpoints hover indicator
VolTer
2022-10-09
Allow drag-clicking before symbol lookup
Jummit
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-05
Add multi caret support to CodeEdit
Paulb23
2022-10-05
Add mutliple Caret support to TextEdit
Paulb23
2022-09-26
Merge pull request #65540 from MewPurPur/easier-bookmarks
Rémi Verschelde
2022-09-08
Shift+LMB to Toggle Bookmarks
VolTer
2022-09-07
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-08-29
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-27
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-22
Replace Array return types with TypedArray
kobewi
2022-07-21
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-06
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-03
Add the ability to drag the code completion scrollbar using the mouse click
MinusKube
2022-05-19
Use range iterators for RBSet in most cases
Aaron Record
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-13
Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and Co...
bruvzg
2022-05-12
Add a new HashMap implementation
reduz
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-04-28
fix lines ending in comments causing auto indent
Nathan Franke
2022-04-23
Rename theme properties to include underscores
FireForge
2022-03-28
Fix inspector group name capitalization
FireForge
2022-03-27
Add GDExtension support to Script
reduz
2022-02-15
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-12
Add sub-pixel glyph positioning support.
bruvzg
2022-02-04
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
String: Add contains().
Anilforextra
2022-01-30
With auto_brace_complete enabled, selected text now gets wrapped by braces
Igor Kordiukiewicz
2022-01-27
Merge pull request #57281 from Rubonnek/rename-subsequence
Rémi Verschelde
2022-01-26
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
[next]