summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2019-09-19Merge pull request #31188 from codecustard/LineEdit_disable_shortcutsRémi Verschelde
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
2019-08-30Don't change cursor when minimap is disabledTomasz Chabora
2019-08-30Perform symbol lookup on button releaseTomasz Chabora
2019-08-26Fix Multiline texts not updating correcly inside arraysMichael Alexsander Silva Dias
2019-08-25Merge pull request #31496 from nekomatata/fix-text-edit-insert-selectionRémi Verschelde
2019-08-25Merge pull request #31654 from Paulb23/minimap_fixesRémi Verschelde
2019-08-25Refactor TextEdit control height calculationsPaulb23
2019-08-25Update TextEdit selection & cursor when inserting linePouleyKetchoupp
2019-08-25Minimap scroll now acts similar to scrollbarPaulb23
2019-08-25Disallow undo/redo in readonly TextEdit'sYuri Roubinski
2019-08-24Fixed syntax highlighting cache not clearing final linePaulb23
2019-08-24Adjust viewport colour based on background colourPaulb23
2019-08-22Fix minimap mouse click resolving to -1Paulb23
2019-08-21Add minimap to text_editPaulb23
2019-08-21Add syntax highlighting cachePaulb23
2019-08-21Fix filter quotes wraped insert completion optionsgeequlim
2019-08-18Keep syntax highlighting on TextEdit in readonly modeMichael Alexsander Silva Dias
2019-08-15Fix autocompletion widget having its text leak outsideMichael Alexsander Silva Dias
2019-08-13Reorganize various menus for consistency and concisenessHugo Locurcio
2019-07-10Fix incorrect X position of line length guidelineShiqing
2019-07-09Merge pull request #28190 from griant/testRémi Verschelde
2019-07-06Fix light area position in the selected completiongeequlim
2019-07-05Show icons for code completion optionsGeequlim
2019-07-01Merge pull request #29572 from qarmin/fix_text_edit_selectRémi Verschelde
2019-06-30Draw the script editor's line length guideline below charactersHugo Locurcio
2019-06-27Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-24Give TextEdit a custom color for font when read only is setGwyneth Lowe
2019-06-24Correct typo that broke custom selected font colorGwyneth Lowe
2019-06-23Center script line when double clicked on error in debuggerDawid Wdowiak
2019-06-20Fix TextEdit Selectqarmin
2019-06-17Fix selection undo... for realTomasz Chabora
2019-06-14Fix TextEdit cursor.column having a negative valuePaulb23
2019-06-12Merge pull request #29601 from NilsIrl/hiding_enabledRémi Verschelde
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-06-08Treat hiding_enabled as bool throughoutNils ANDRÉ-CHANG
2019-06-06Fix crash with get_keywords_colorqarmin
2019-06-03Merge pull request #26848 from ptrojahn/utf8navigationRémi Verschelde
2019-05-28Merge pull request #29174 from Chaosus/fix_line_wrap_outputRémi Verschelde
2019-05-26Fix TextEdit blocking scroll without scrollbarTomasz Chabora
2019-05-25Fix "Index out of size" TextEdit's spam to outputChaosus
2019-05-24Merge pull request #29078 from KoBeWi/scroll_stuffRémi Verschelde
2019-05-24Merge pull request #28811 from iwek7/editor_remove_spaces_to_closes_indentionRémi Verschelde
2019-05-24Improvements to scroll handlingTomasz Chabora