summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
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
2018-04-02Abstracted the syntax highlighter from text editPaulb23
2018-03-13Merge pull request #17314 from robfram/complete-path-15813Rémi Verschelde
2018-03-09auto-completion edge jumpAlexander Holland
2018-03-06Fix bad autocomplete of partially written node paths when using syntactic sug...robfram
2018-02-21Fix typos with codespellluz.paz
2018-02-19Merge pull request #16652 from aragar/FixQuotationInStringRémi Verschelde
2018-02-14Merge pull request #15618 from ianb96/fold_commentRémi Verschelde
2018-02-12Fix quotation in stringRado'sPC\aRaGaR
2018-01-31Fix TextEdit current line highlight horizontal offsetbinbitten
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-18TextEdit fix get_mouse after many foldsIan
2018-01-14Fixed current line highligting with horizontal clipping, issue 15427Paulb23
2018-01-13Deselect on undo/redo in TextEditPaul Joannon
2018-01-12Add special coloring to members, to make shadowing more obvious.Juan Linietsky
2018-01-12TextEdit folding over unindented commentsIan
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-11Fixes empty line selection when scrollingpoke1024
2018-01-08Fix whole word search missing occurencesBernhard Liebl
2018-01-06fix center viewport out of size error, #15411Ian
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Merge pull request #15334 from poke1024/textedit-mouseposRémi Verschelde
2018-01-04Fix TextEdit::_get_mouse_pos rounding errorsBernhard Liebl
2018-01-04Merge pull request #15308 from ianb96/horizontal_scrollingRémi Verschelde
2018-01-04Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde
2018-01-03TextEdit horizontal scrolling with shiftIan
2018-01-03#15078 renamed "z" -> "z_index" property in Node2DJerome67000
2018-01-03Merge pull request #15127 from poke1024/smooth-scroll-playRémi Verschelde
2018-01-03Merge pull request #15063 from poke1024/textedit-select-last-lineRémi Verschelde
2018-01-02Merge pull request #14983 from Paulb23/keyboard_selection_issue_14675Rémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2018-01-01Merge pull request #14972 from poke1024/fix-unindent-col-0Noshyaar