summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2021-07-19Merge pull request #50588 from bruvzg/menu_genRémi Verschelde
2021-07-19Merge pull request #50606 from Chaosus/textedit_fix_guttertypeRémi Verschelde
2021-07-19Fixed typos in `TextEdit::GutterType` enumYuri Roubinsky
2021-07-19Optimize LineEdit and TextEdit menu item generation.bruvzg
2021-07-18Optimize StringName usagereduz
2021-07-17Create many types of popups on demandreduz
2021-07-06LineEdit: Respect `max_length` by truncating text to appendRémi Verschelde
2021-06-20Move indent management to CodeEditPaulb23
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-19Remove redundant keywords from TextEditPaulb23
2021-06-01Move code folding into CodeEdit and hide line hiding APIPaulb23
2021-06-01Merge pull request #45393 from Paulb23/code_edit_autocompleteRémi Verschelde
2021-06-01Move and expose Code Hint in CodeEditPaulb23
2021-06-01Move and expose AutoComplete in CodeEditPaulb23
2021-06-01Fix TextEdit selection drawing behing minimapPaulb23
2021-05-25Merge pull request #48955 from Calinou/editor-tweak-property-hintsRémi Verschelde
2021-05-25Tweak dozens of editor property hints for consistencyHugo Locurcio
2021-05-22Add a keyboard shortcut to select the word under cursor in TextEditHugo Locurcio
2021-05-22Add custom background line colour to TextEdit and remove marked linesPaulb23
2021-05-18Merge pull request #48528 from sent44/texteditRémi Verschelde
2021-05-17Fix build after mismatch between #48168 and #48599Rémi Verschelde
2021-05-17Merge pull request #48599 from Calinou/textedit-alt-scroll-fasterRémi Verschelde
2021-05-17Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde
2021-05-10Scroll faster when holding Alt in TextEdit (and script editor)Hugo Locurcio
2021-05-07Display arrow cursor if text is not editablekobewi
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-05-07Expose get_total_visible_rows as get_visible_line_countsent44
2021-05-04Rename `doubleclick` to `double_click`Aaron Franke
2021-04-25Fix indent left line selectionKoala
2021-04-15Fixed ui_accept (spacebar + return) accepting auto-completion options.Eric M
2021-04-06Fix TextEdit cursor update when adding or deleting textPouleyKetchoupp
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-21Merge pull request #46280 from floppyhammer/AdjustCompletionPanelPositionRémi Verschelde
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-03-11Add IME support checks in LineEdit/TextEdit.Fabio Alessandrelli
2021-03-07Merge pull request #46572 from jmb462/fix-selection-error-after-commenting-or...Rémi Verschelde
2021-03-07Merge pull request #46627 from jmb462/fix-incorrect-autoindentation-in-multil...Rémi Verschelde
2021-03-03fix incorrect iauto-indentation in mutliline bracket (fix #46384)jmb462
2021-03-01fix selection error after commenting or indenting textjmb462
2021-03-01LineEdit: Now double click to select a word, and triple click to select all t...Mateo Kuruk Miccino
2021-02-22ImproveCompletionPanelPositionInShaderEditorfloppyhammer
2021-02-18Removed hardcoded shortcuts from /scene and converted to input actionsEric M
2021-02-14[CTL] Add missing font outline drawing routines and theme constants.bruvzg
2021-02-13Merge pull request #45858 from nekomatata/text-edit-style-content-marginsRémi Verschelde
2021-02-13Merge pull request #45881 from nekomatata/textedit-wrap-autoscrollRémi Verschelde
2021-02-12Fix TextEdit autoscroll with wrapped linesPouleyKetchoupp
2021-02-12TextEdit respects content margin from StyleBoxPouleyKetchoupp
2021-02-12Fix LineEdit minimum widthreduz
2021-02-12Use get_char_size(' ') to calculate space width.bruvzg