summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2019-03-05Check cursor line and columnVasiliy Makarov
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-20Fix word wrap cutoff and tab wrapping issueianb96
2019-02-16Fix copy text when TextEdit is readonlyqarmin
2019-02-04Fixed selection being activated when using scroll linesPaulb23
2019-01-16Appease some CppCheck warns for files in the "scene" directoryMichael Alexsander Silva Dias
2019-01-08Update IME text only for focused input controls.bruvzg
2019-01-06Fix jumping when scrolling down fast with smooth scroll enabledTimo Schwarzer
2019-01-05Fix text edit wrapping beyond control size, issue 23896Paulb23
2019-01-03Merge pull request #24683 from SoIAS/autocompletion_menu_position_24674Rémi Verschelde
2019-01-03Fixed autocompletion menu vertical positionDawid Wdowiak
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-27Merge pull request #24566 from thomasruiz/fix/completion-box-center-text-vert...Rémi Verschelde
2018-12-23Fix caret size with font smaller than row heightThomas Ruiz
2018-12-23Center lines vertically in completion boxThomas Ruiz
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