summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2020-01-07expose scroll_vertical and scroll_horizontal in TextEdit + documentationKrystof Klestil
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-23Fixed selection indent taking an additional linePaulb23
2019-12-14Fix- using cut in first line of a script file does not remove the lineMikolaj Kaczmarek
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-11-26Range: Fix cases where max was set to or below min valueRémi Verschelde
2019-11-24Fixed index out of size error in TextEdit when opening scriptsPouleyKetchoupp
2019-11-09Fixed not being able to scroll ending wrapped linePaulb23
2019-11-02Update connection info on script validation rather then saved copyPaulb23
2019-11-01Merge pull request #33233 from hilfazer/dollar-quoted-autocompleteRémi Verschelde
2019-11-01$ autocompletion keeps quotationhilfazer
2019-10-31Improved TextEdit search usability & documentationPouleyKetchoupp
2019-10-28Merge pull request #33119 from creikey/fix-quote-malfunctionRémi Verschelde
2019-10-27Remove duplicate quote in displayed quote typeCameron Reikes
2019-10-27Merge pull request #33066 from Tabas32/fix_indentationRémi Verschelde
2019-10-27Improve performance of connection info in the script editorPaulb23
2019-10-26Fix text minimap crash when last line is foldedPaulb23
2019-10-25Just initialization, needed by compilerMarian
2019-10-25Fixed indenting issue with comment at end of lineMarian
2019-10-24Don't terminate search if begin_key doesn't fitZatherz
2019-10-24Fix rendering tooltipvolzhs
2019-10-22Merge pull request #32796 from Paulb23/set_text_caretRémi Verschelde
2019-10-22Merge pull request #32940 from nekomatata/text-edit-clear-colorsRémi Verschelde
2019-10-22Merge pull request #32902 from nekomatata/auto-indent-bracket-fixRémi Verschelde
2019-10-20TextEdit syntax highlighting fixesPouleyKetchoupp
2019-10-20Fixed -1 minimap index when smooth scrolling is enabledPaulb23
2019-10-18Auto-indent after opening bracket and parenthesis in the script editorPouleyKetchoupp
2019-10-14Small fixes to redundand code, copy paste bugsqarmin
2019-10-13Fix undo / redo scrollbar calulationsPaulb23
2019-10-13Place caret at 0,0 when setting text not at the endPaulb23
2019-10-07Fixed inserting text at caret not updating scrollbar sizePaulb23
2019-10-07Fixed drawing the caret at eol when at eol is not visiblePaulb23
2019-09-27TextEdit: Fix timer inside tree warninglupoDharkael
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-23Merge pull request #32232 from Paulb23/issue_32070_goto_doc_when_selectingRémi Verschelde
2019-09-22Merge pull request #29895 from ptrojahn/menukeyRémi Verschelde
2019-09-22Support menu key in TextEdit and LineEdit controlsPaul Trojahn
2019-09-21Fixed going to doc reference while selecting textPaulb23
2019-09-20Merge pull request #32190 from KoBeWi/undo_redo_stuffRémi Verschelde
2019-09-20Merge pull request #32150 from luzpaz/typosRémi Verschelde
2019-09-19Fix misc. source comment typosluz.paz
2019-09-19Merge pull request #31188 from codecustard/LineEdit_disable_shortcutsRémi Verschelde
2019-09-18Fix autocompletion undoTomasz Chabora
2019-09-07Add Ability to Enable/Disable Shortcuts for LineEdit/TextEditEmmanuel Barroga
2019-09-04TextEdit & LineEdit caret blink timers run only when focused (fixes #31936)PouleyKetchoupp
2019-09-02Fix editor infinit loop in search_prevamakarenko
2019-09-02Fix multiline texts not updating its contents correctly in the inspectorMichael Alexsander Silva Dias
2019-08-31Fix minimap drag when height is less then control sizePaulb23
2019-08-30Merge pull request #31803 from KoBeWi/minicursorRémi Verschelde