summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
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
2018-05-15Fix missing registration for new param of TextEdit::cursor_set_line.Pieter-Jan Briers
2018-05-15fix get_char_width for non-latin charactersianb96
2018-05-14TextEdit word wrapIan
2018-05-14Merge pull request #18853 from YeldhamDev/gui_cppcheck_fixesRémi Verschelde
2018-05-14Fixed some warnings found with Cppcheck.Michael Alexsander Silva Dias
2018-05-11fixed a input not registered in osx script editortoger5
2018-05-09Apply viewport scale to selection update methods. Changed to propper fix suge...Gabriel Gavilan
2018-05-09Consider TextEdit paste operation complex.Charly Mourglia
2018-05-09get_word_at_pos considers simple and double quotesDeluvi
2018-05-08Perfect FreeType-based outlines for DynamicFontsRuslan Mustakov
2018-05-07Merge pull request #18003 from sherjilozair/patch_macosx_shortcutsJuan Linietsky
2018-05-04Merge pull request #18397 from KidRigger/working_teMax Hilbrunner
2018-05-03Script Editor now displays positional columnUnknown
2018-04-28Tweak the property hint ranges of caret blink and line length guidelineHugo Locurcio
2018-04-24Support of CMD+Backspace and CMD+Delete on MacOS.Anish
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-04-19Fixed context menu TTR bugssersoong
2018-04-11Use internal physics processing for Nodes' internal logicRémi Verschelde
2018-04-10Fixed color region calculation for the first linePaulb23
2018-04-07Fixed color regions and added local color region cachePaulb23
2018-04-05Add additional macos shortcuts for going to start/end of lineSherjil Ozair