summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2019-04-29Merge pull request #28101 from MunWolf/debugger_cursorRémi Verschelde
2019-04-29Make buttons that trigger popups have the same scaleMichael Alexsander Silva Dias
2019-04-29Merge pull request #28281 from zqyoung1/fix-selection-undoRémi Verschelde
2019-04-29Merge pull request #28399 from YeldhamDev/textedit_expose_tab_foldRémi Verschelde
2019-04-28macOS: make Command + Left go to first non-whitespace characterMitch Curtis
2019-04-24Expose 'TextEdit's tab drawing and folding to GDScriptMichael Alexsander Silva Dias
2019-04-24Make small changes to the new connection info on script featureMichael Alexsander Silva Dias
2019-04-23Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson
2019-04-22autocomplete for $" and $'hilfazer
2019-04-22Merge pull request #28234 from Paulb23/connection_info_on_scriptRémi Verschelde
2019-04-21Fix completely #14835 -proper selection reset on undoZach Young
2019-04-20Display connection information in the script editorPaulb23
2019-04-19fix improper uncommenting behavior in TextEditorgriant
2019-04-13Restore script editor state between sessionsPaulb23
2019-04-11Reorganized connection dialog for much improved ease of use.Juan Linietsky
2019-04-05Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde
2019-04-04Make brackets only be inserted when necessary when autocompleting methodsMichael Alexsander Silva Dias
2019-03-09Support UTF-8 in TextEdit and LineEdit navigationPaul Trojahn
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-26Brace completion for quotation marks was introducing another quotation mark a...Connall Lindsay
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