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
/
text_edit.cpp
Age
Commit message (
Expand
)
Author
2021-07-19
Merge pull request #50588 from bruvzg/menu_gen
Rémi Verschelde
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-19
Optimize LineEdit and TextEdit menu item generation.
bruvzg
2021-07-18
Optimize StringName usage
reduz
2021-07-17
Create many types of popups on demand
reduz
2021-07-06
LineEdit: Respect `max_length` by truncating text to append
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-19
Remove redundant keywords from TextEdit
Paulb23
2021-06-01
Move code folding into CodeEdit and hide line hiding API
Paulb23
2021-06-01
Merge pull request #45393 from Paulb23/code_edit_autocomplete
Rémi Verschelde
2021-06-01
Move and expose Code Hint in CodeEdit
Paulb23
2021-06-01
Move and expose AutoComplete in CodeEdit
Paulb23
2021-06-01
Fix TextEdit selection drawing behing minimap
Paulb23
2021-05-25
Merge pull request #48955 from Calinou/editor-tweak-property-hints
Rémi Verschelde
2021-05-25
Tweak dozens of editor property hints for consistency
Hugo Locurcio
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-18
Merge pull request #48528 from sent44/textedit
Rémi Verschelde
2021-05-17
Fix build after mismatch between #48168 and #48599
Rémi Verschelde
2021-05-17
Merge pull request #48599 from Calinou/textedit-alt-scroll-faster
Rémi Verschelde
2021-05-17
Merge pull request #48168 from LightningAA/control-to-ctrl-4.0
Rémi Verschelde
2021-05-10
Scroll faster when holding Alt in TextEdit (and script editor)
Hugo Locurcio
2021-05-07
Display arrow cursor if text is not editable
kobewi
2021-05-07
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
Expose get_total_visible_rows as get_visible_line_count
sent44
2021-05-04
Rename `doubleclick` to `double_click`
Aaron Franke
2021-04-25
Fix indent left line selection
Koala
2021-04-15
Fixed ui_accept (spacebar + return) accepting auto-completion options.
Eric M
2021-04-06
Fix TextEdit cursor update when adding or deleting text
PouleyKetchoupp
2021-04-05
Fix crashes in *_input functions
Rafał Mikrut
2021-03-23
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-21
Merge pull request #46280 from floppyhammer/AdjustCompletionPanelPosition
Rémi Verschelde
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-03-11
Add IME support checks in LineEdit/TextEdit.
Fabio Alessandrelli
2021-03-07
Merge pull request #46572 from jmb462/fix-selection-error-after-commenting-or...
Rémi Verschelde
2021-03-07
Merge pull request #46627 from jmb462/fix-incorrect-autoindentation-in-multil...
Rémi Verschelde
2021-03-03
fix incorrect iauto-indentation in mutliline bracket (fix #46384)
jmb462
2021-03-01
fix selection error after commenting or indenting text
jmb462
2021-03-01
LineEdit: Now double click to select a word, and triple click to select all t...
Mateo Kuruk Miccino
2021-02-22
ImproveCompletionPanelPositionInShaderEditor
floppyhammer
2021-02-18
Removed hardcoded shortcuts from /scene and converted to input actions
Eric M
2021-02-14
[CTL] Add missing font outline drawing routines and theme constants.
bruvzg
2021-02-13
Merge pull request #45858 from nekomatata/text-edit-style-content-margins
Rémi Verschelde
2021-02-13
Merge pull request #45881 from nekomatata/textedit-wrap-autoscroll
Rémi Verschelde
2021-02-12
Fix TextEdit autoscroll with wrapped lines
PouleyKetchoupp
2021-02-12
TextEdit respects content margin from StyleBox
PouleyKetchoupp
2021-02-12
Fix LineEdit minimum width
reduz
2021-02-12
Use get_char_size(' ') to calculate space width.
bruvzg
[next]