aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.h
Commit message (Expand)AuthorAgeFilesLines
* fix get_char_width for non-latin charactersianb962018-05-151-1/+1
* TextEdit word wrapIan2018-05-141-16/+41
* 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
* -Code completion for enumerationsJuan Linietsky2017-08-241-1/+2
* Stops scrolling when the user issues another commandPaulb232017-08-221-0/+1
* Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-211-0/+3
|\
| * ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-0/+3
* | Increased smooth scroll speed and added user settingPaulb232017-08-211-0/+4
|/
* Added smooth scrolling to TextEditPaulb232017-08-191-0/+7
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-6/+6
* Implement NSTextInputClient protocol for IMEbruvzg2017-08-091-0/+5
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-1/+1
* Added support for space indentationPaulb232017-04-181-5/+9
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix highlight typosupaiku2017-04-061-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-79/+75
* Fixed line lenght guideline drawing with color optionPaulb232017-01-281-0/+1
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1