summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2018-12-18Fix Word wrap cache desync causing crashPaulb23
2018-12-13Revert "Use more subtle indentation guides in the script editor"Rémi Verschelde
2018-12-11Merge pull request #23923 from bruvzg/ime_gdscriptRémi Verschelde
2018-12-09Merge pull request #20725 from Calinou/textedit-subtle-indent-guidesRémi Verschelde
2018-11-29TextEdit: added redo option to the context menuallkhor
2018-11-26Add suggestions ignoring case at the end of the code autocompleteKanabenki
2018-11-25TextEdit: remove selection when clear happens.allkhor
2018-11-23Changes IME input to use notification instead of callback, exposes IME method...bruvzg
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-10-26Remove no longer necessary "raise_from_completion" in TextEditzhagsenkk
2018-10-25Merge pull request #22779 from Superwaitsum/LimitSettingsRémi Verschelde
2018-10-24Add some limits on the Editor SettingsSuperwaitsum
2018-10-10A colon ending a comment line no longer indents the next lineOsamaElHariri
2018-10-06Merge pull request #22742 from YeldhamDev/textedit_margin_scrollRémi Verschelde
2018-10-05Fix to scrolling, rounding error on max_v_scrollKellam Spencer
2018-10-04Fix TextEdit margin start spacing with two scrollbarsMichael Alexsander Silva Dias
2018-10-03Use more subtle indentation guides in the script editorHugo Locurcio
2018-09-30Merge pull request #22560 from lupoDharkael/clipboardRémi Verschelde
2018-09-30TextEdit: prevent the copy of an empty stringlupoDharkael
2018-09-29Fix code folding taking into account empty lines, issue 15689Paulb23
2018-09-28Fix some wchar_t truncationselasota
2018-09-27Fix warnings about set but unused variables [-Wunused-but-set-variable]Rémi Verschelde
2018-09-27Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Fix default_cursor_shape for TextEditGuilherme Felipe
2018-09-12Merge pull request #21219 from AlexHolly/fix-textedit-shows-nothingRémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-10Merge pull request #21872 from Paulb23/fix_backwards_searchRémi Verschelde
2018-09-10Merge pull request #21491 from AlexHolly/fix-textedit-uncomment-spammRémi Verschelde
2018-09-08Fix backwards search in TextEdit selecting non-whole words, issue 15677Paulb23
2018-09-08Fixed scientific notaion not highlighting correctly, issue 21435Paulb23
2018-09-08Uncommenting a selection was not updating the selection.Alexander Holland
2018-08-25TextEdit replaced cache.size with get_size()Alexander Holland
2018-08-24Merge pull request #20586 from AlexHolly/text-edit-auto-completionRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-14text_edit auto_completionAlexander Holland
2018-08-14Merge pull request #20876 from ttencate/cursor_blinkRémi Verschelde
2018-08-13Editor autocomplete: prefer same case candidatesJames
2018-08-13Merge pull request #20666 from Calinou/script-editor-underline-hidpiRémi Verschelde
2018-08-10Merge pull request #20149 from Overblob/shader_float_typingJuan Linietsky
2018-08-10Reset caret blink when Ctrl+moving the cursorThomas ten Cate
2018-08-02Scale underlines in the script editor with the editor scaleHugo Locurcio
2018-07-27Merge pull request #20498 from Calinou/caret-width-hidpiRémi Verschelde
2018-07-26Multiply TextEdit line spacing by the editor scaleHugo Locurcio
2018-07-26Make the caret thicker in TextEdit and scale it with the editor scaleHugo Locurcio
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-07-20Add editor highlight for type-safe linesGeorge Marques
2018-07-15* Small hex/float/integer parsing refactoringOverblob