summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2019-05-19Fix typos with codespellRémi Verschelde
2019-05-17Merge pull request #28366 from iwek7/feature/issue28355/showSpacesInEditorMax Hilbrunner
2019-05-16Fix text_edit drawing incorrect chars when syntax highlighting enabledPaulb23
2019-05-04Support Mac OS default delete char hotkeysmegalike
2019-05-02Fix Mac OS move cursor behaviourmegalike
2019-05-01Merge pull request #28559 from megalike/mac_os_move_cursor_hotkeysRémi Verschelde
2019-05-01Support Mac OS default move cursor hotkeysmegalike
2019-05-01Expose TextEdit's drawSpaces feature to GDScriptmiwanczuk
2019-05-01Merge pull request #25350 from Connall/masterRémi Verschelde
2019-05-01Merge pull request #28493 from mitchcurtis/mac-lineRémi Verschelde
2019-04-30Merge pull request #28481 from iwek7/issue28446/highlighingOfWhitespacesRémi Verschelde
2019-04-30Issue-28355 - show spaces in editormiwanczuk
2019-04-30Merge pull request #26224 from hilfazer/autocompleteRémi Verschelde
2019-04-30Merge pull request #27693 from YeldhamDev/method_brackets_smartRémi Verschelde
2019-04-30Merge pull request #28287 from YeldhamDev/text_editable_contextmenuRémi Verschelde
2019-04-30Merge pull request #28334 from YeldhamDev/popup_buttons_scaleRémi Verschelde
2019-04-30issue-28446 - disable higlighting all occurences of string in editor if only ...miwanczuk
2019-04-29Make 'Line/TextEdit's context menus hide their editing options when in readon...Michael Alexsander Silva Dias
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-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-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