summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.h
AgeCommit message (Expand)Author
2019-09-22Merge pull request #29895 from ptrojahn/menukeyRémi Verschelde
2019-09-22Support menu key in TextEdit and LineEdit controlsPaul Trojahn
2019-09-07Add Ability to Enable/Disable Shortcuts for LineEdit/TextEditEmmanuel Barroga
2019-08-25Refactor TextEdit control height calculationsPaulb23
2019-08-25Minimap scroll now acts similar to scrollbarPaulb23
2019-08-21Add minimap to text_editPaulb23
2019-08-21Add syntax highlighting cachePaulb23
2019-07-09Merge pull request #28190 from griant/testRémi Verschelde
2019-07-05Show icons for code completion optionsGeequlim
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-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-08Treat hiding_enabled as bool throughoutNils ANDRÉ-CHANG
2019-05-24Merge pull request #28811 from iwek7/editor_remove_spaces_to_closes_indentionRémi Verschelde
2019-05-21Merge pull request #29041 from hbina/add_constRémi Verschelde
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-05-20Merge pull request #28218 from KoBeWi/b00km4rk5Rémi Verschelde
2019-05-11Change rules of indenting for spacesmiwanczuk
2019-05-05Add bookmarks for easier code navigationTomasz Chabora
2019-04-30Issue-28355 - show spaces in editormiwanczuk
2019-04-23Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson
2019-04-22Merge pull request #28234 from Paulb23/connection_info_on_scriptRémi Verschelde
2019-04-20Display connection information in the script editorPaulb23
2019-04-19fix improper uncommenting behavior in TextEditorgriant
2019-04-13Restore script editor state between sessionsPaulb23
2019-04-11Reorganized connection dialog for much improved ease of use.Juan Linietsky
2019-04-02Fix -Wnon-virtual-dtor warnings.marxin
2019-01-05Fix text edit wrapping beyond control size, issue 23896Paulb23
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-13Revert "Use more subtle indentation guides in the script editor"Rémi Verschelde
2018-12-11Merge pull request #23923 from bruvzg/ime_gdscriptRémi Verschelde
2018-12-09Merge pull request #20725 from Calinou/textedit-subtle-indent-guidesRémi Verschelde
2018-11-29TextEdit: added redo option to the context menuallkhor
2018-11-23Changes IME input to use notification instead of callback, exposes IME method...bruvzg
2018-10-26Remove no longer necessary "raise_from_completion" in TextEditzhagsenkk
2018-10-03Use more subtle indentation guides in the script editorHugo Locurcio
2018-09-12Merge pull request #21219 from AlexHolly/fix-textedit-shows-nothingRémi Verschelde
2018-09-08Uncommenting a selection was not updating the selection.Alexander Holland
2018-08-25TextEdit replaced cache.size with get_size()Alexander Holland
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-20Add editor highlight for type-safe linesGeorge Marques
2018-05-30Improve breakpoints and breakpoint gutter API in TextEditGabriel Gavilan
2018-05-15fix get_char_width for non-latin charactersianb96
2018-05-14TextEdit word wrapIan
2018-05-03Script Editor now displays positional columnUnknown
2018-04-07Fixed color regions and added local color region cachePaulb23
2018-04-02Abstracted the syntax highlighter from text editPaulb23
2018-02-14Merge pull request #15618 from ianb96/fold_commentRémi Verschelde
2018-01-12Add special coloring to members, to make shadowing more obvious.Juan Linietsky
2018-01-12TextEdit folding over unindented commentsIan