summaryrefslogtreecommitdiffstats
path: root/scene/gui/text_edit.h
Commit message (Expand)AuthorAgeFilesLines
* Fix text edit wrapping beyond control size, issue 23896Paulb232019-01-051-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Revert "Use more subtle indentation guides in the script editor"Rémi Verschelde2018-12-131-4/+0
* Merge pull request #23923 from bruvzg/ime_gdscriptRémi Verschelde2018-12-111-2/+0
|\
| * Changes IME input to use notification instead of callback, exposes IME method...bruvzg2018-11-231-2/+0
* | Merge pull request #20725 from Calinou/textedit-subtle-indent-guidesRémi Verschelde2018-12-091-0/+4
|\ \
| * | Use more subtle indentation guides in the script editorHugo Locurcio2018-10-031-0/+4
* | | TextEdit: added redo option to the context menuallkhor2018-11-291-0/+1
| |/ |/|
* | Remove no longer necessary "raise_from_completion" in TextEditzhagsenkk2018-10-261-2/+0
* | Merge pull request #21219 from AlexHolly/fix-textedit-shows-nothingRémi Verschelde2018-09-121-1/+0
|\ \
| * | TextEdit replaced cache.size with get_size()Alexander Holland2018-08-251-1/+0
| |/
* / Uncommenting a selection was not updating the selection.Alexander Holland2018-09-081-0/+1
|/
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-4/+4
* Add editor highlight for type-safe linesGeorge Marques2018-07-201-0/+6
* Improve breakpoints and breakpoint gutter API in TextEditGabriel Gavilan2018-05-301-2/+4
* fix get_char_width for non-latin charactersianb962018-05-151-1/+1
* TextEdit word wrapIan2018-05-141-17/+42
* Script Editor now displays positional columnUnknown2018-05-031-0/+1
* Fixed color regions and added local color region cachePaulb232018-04-071-3/+4
* Abstracted the syntax highlighter from text editPaulb232018-04-021-65/+105
* Merge pull request #15618 from ianb96/fold_commentRémi Verschelde2018-02-141-1/+2
|\
| * TextEdit folding over unindented commentsIan2018-01-121-1/+2
* | Add special coloring to members, to make shadowing more obvious.Juan Linietsky2018-01-121-0/+4
* | Bind many more properties to scriptsBojidar Marinov2018-01-121-0/+3
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #15063 from poke1024/textedit-select-last-lineRémi Verschelde2018-01-031-0/+1
|\
| * Fix shift-key down on last line in TextEditBernhard Liebl2017-12-261-0/+1
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Adds an option to move cursor with right click in TextEditMattUV2017-12-201-0/+4
* Fix cut-copy-line breaking paste (issue 14539)Bernhard Liebl2017-12-171-1/+1
* Modifies indentation behavioursMattUV2017-12-151-2/+2
* Modify shortcuts and menus to fold/unfold codeMattUV2017-12-081-0/+1
* Changed current line draw order and added code folding colorPaulb232017-12-071-0/+1
* Merge pull request #14352 from ianb96/get_hidden_widthRémi Verschelde2017-12-071-1/+1
|\
| * fixes horizontal scrolling over hidden linesIan2017-12-061-1/+1
* | Merge pull request #13362 from groud/fix_foldingRémi Verschelde2017-12-071-1/+1
|\ \ | |/ |/|
| * Fixes folding of blank linesGilles Roudiere2017-11-281-1/+1
* | Add disabled theme to TextEdit.Michael Alexsander Silva Dias2017-12-011-0/+1
|/
* Native pan and zoom for macOSBernhard Liebl2017-11-211-0/+3
* scrolling fixesIan2017-11-181-2/+9
* TextEdit code foldingIan2017-11-171-1/+31
* Merge pull request #12842 from ianb96/shader_editor_fixRémi Verschelde2017-11-141-0/+1
|\
| * shader editor context menu and line operations and style fixIan2017-11-111-0/+1
* | Added "is_readonly()" to TextEdit and made it a property.Michael Alexsander Silva Dias2017-11-111-0/+1
|/
* add context menu enable getters, setters, and properties in LineEdit and Text...Ian2017-11-111-0/+2
* Changed line and word mouse selectionPaulb232017-11-051-1/+8
* Added setting to toggle current line highlightingPaulb232017-10-221-0/+4
* keep font color on selection as defaulttoger52017-09-281-0/+3
* second take at autocomplete logic, using a TextOperation check.Paulo Gomes2017-09-061-0/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1