summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Collapse)Author
2017-12-07Merge pull request #14352 from ianb96/get_hidden_widthRémi Verschelde
Fixes horizontal scrolling over hidden lines
2017-12-07Merge pull request #13362 from groud/fix_foldingRémi Verschelde
Fixes folding of blank lines
2017-12-06fixes horizontal scrolling over hidden linesIan
2017-12-06Merge pull request #13409 from YeldhamDev/textedit_disabledRémi Verschelde
Add disabled theme to TextEdit
2017-12-01Add disabled theme to TextEdit.Michael Alexsander Silva Dias
2017-11-28last line scroll fix when scroll_past_last_line is disabledIan
2017-11-28Fixes folding of blank linesGilles Roudiere
2017-11-26Fixes adjust viewport to cursor when line is to long, issue 13190Paulb23
2017-11-23Fixed not be able to unfold the last linePaulb23
2017-11-21code folding scrolling fixesianb96
2017-11-21Merge pull request #13134 from Chaosus/fixinvalidscrollRémi Verschelde
Fix invalid scroll
2017-11-21Fix invalid scrollChaosus
2017-11-21Native pan and zoom for macOSBernhard Liebl
2017-11-20Visual fixesDaniel J. Ramirez
Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs
2017-11-20Fix TextEdit::cursor_set_line bindingsRémi Verschelde
As spotted by @neikeq - fixes #13068.
2017-11-18scrolling fixesIan
2017-11-17TextEdit code foldingIan
2017-11-17Merge pull request #12763 from remorse107/Code-CompleteRémi Verschelde
Modified code completion for better tabbing with immediate hints.
2017-11-15Allow underscores in GDScript numeric literalsBojidar Marinov
Closes #12928
2017-11-14Merge pull request #12842 from ianb96/shader_editor_fixRémi Verschelde
Shader Editor context menu and line operations and style fix
2017-11-13Modified code completion for better tabbing, and removal of need to ↵Robert Morse
backspace and re-enter '(' to get code completion hints.
2017-11-12Made text in TextEdit a property.Michael Alexsander Silva Dias
2017-11-11Added "is_readonly()" to TextEdit and made it a property.Michael Alexsander Silva Dias
2017-11-11shader editor context menu and line operations and style fixIan
2017-11-11add context menu enable getters, setters, and properties in LineEdit and ↵Ian
TextEdit
2017-11-05Changed line and word mouse selectionPaulb23
2017-10-31Remove text on enter, issue 12494Paulb23
2017-10-30Fix get_node() and $ autocompletion when using single quotesUnknown
2017-10-22Added setting to toggle current line highlightingPaulb23
2017-10-21Fixed current line highlighting and visual indication of empty selected linesPaulb23
2017-10-15Merge pull request #11407 from toger5/selection_override_colorRémi Verschelde
added option to keep font color on selection + use consistent selection color in help (fixes: #11501)
2017-10-08Consistant scroll when using members overview, issue 11648Paulb23
2017-10-02Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas
Renamed fixed_process to physics_process
2017-09-30Renamed fixed_process to physics_processAndreaCatania
2017-09-29fixed coustom bg weired offset for code editortoger5
2017-09-28do not overlap current line with selection colortoger5
2017-09-28keep font color on selection as defaulttoger5
2017-09-20Rename pos to position in user facing methods and variablesletheed
Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is.
2017-09-18Merge pull request #11021 from tuga3d/autocomplete-logic-attempt2Rémi Verschelde
autocomplete logic attempt 2, fixes #10695
2017-09-17Fix crash when using key+u on a line with only a #Marcelo Fernandez
2017-09-17Merge pull request #11314 from marcelofg55/masterRémi Verschelde
Fix possible crash with ctrl-u on script editor
2017-09-16Fixed compilation with tools=noDaniel J. Ramirez
2017-09-16Fix possible crash with ctrl-u on script editorMarcelo Fernandez
2017-09-15Added adaptive text editor theme, this includes the shader editorDaniel J. Ramirez
2017-09-06second take at autocomplete logic, using a TextOperation check.Paulo Gomes
2017-09-02Added support for brace auto indent and fixed indent abovePaulb23
2017-09-02Fixed jitter when scrolling upPaulb23
2017-09-02Fix use of unitialized variablesHein-Pieter van Braam
The second in my quest to make Godot 3.x compile with -Werror on GCC7
2017-08-30second attempt on fixing the indent glitch.Paulo Gomes
I've reverted the first attempt (https://github.com/godotengine/godot/pull/10653). I was very naive and didn't consider that the glitch happens also if you're not in the first column, ex. if you have 2 tabs and press return in between them. Hope this will solve the problem without messing anything else.
2017-08-28Merge pull request #10693 from Paulb23/offset_view_when_removing_issue_10529Rémi Verschelde
Fixed offset view when removing text, issue 10529