summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
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-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
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-14text_edit auto_completionAlexander Holland
2018-08-14Merge pull request #20876 from ttencate/cursor_blinkRémi Verschelde
2018-08-13Editor autocomplete: prefer same case candidatesJames
2018-08-13Merge pull request #20666 from Calinou/script-editor-underline-hidpiRémi Verschelde
2018-08-10Merge pull request #20149 from Overblob/shader_float_typingJuan Linietsky
2018-08-10Reset caret blink when Ctrl+moving the cursorThomas ten Cate
2018-08-02Scale underlines in the script editor with the editor scaleHugo Locurcio
2018-07-27Merge pull request #20498 from Calinou/caret-width-hidpiRémi Verschelde
2018-07-26Multiply TextEdit line spacing by the editor scaleHugo Locurcio
2018-07-26Make the caret thicker in TextEdit and scale it with the editor scaleHugo Locurcio
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-07-20Add editor highlight for type-safe linesGeorge Marques
2018-07-15* Small hex/float/integer parsing refactoringOverblob
2018-07-05Merge pull request #19735 from Paulb23/text_offset_issue_15688Max Hilbrunner
2018-07-05Merge pull request #19187 from Zirak/editor-autocomplete-quoteMax Hilbrunner
2018-07-05Merge pull request #18028 from gabrii/18026Max Hilbrunner
2018-07-03Merge pull request #17438 from Deluvi/get-word-pos-quote-fixMax Hilbrunner
2018-06-24Fixed text drawing too high in TextEdit, issue 15688Paulb23
2018-06-14Re-enable scrolling via selecting code beyond edges in text_edit.cpprobojumper
2018-06-11IME context detection.Saracen
2018-06-09Merge pull request #18298 from gabrii/TextEditScaledSelectionMax Hilbrunner
2018-05-30Improve breakpoints and breakpoint gutter API in TextEditGabriel Gavilan
2018-05-26Editor autocomplete won't insert unnecessary quotesZirak
2018-05-19fix for TextEdit::set_text firing signals it shouldn't.Ibrahn Sahir
2018-05-18Merge pull request #19017 from toger5/fix_no_a_input_script_editor_osxRémi Verschelde
2018-05-18fixed capital A osxtoger5
2018-05-16Merge pull request #18910 from PJB3005/18-05-15-fix-textedit-paramRémi Verschelde