summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2017-10-02Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas
2017-09-30Renamed fixed_process to physics_processAndreaCatania
2017-09-29fixed coustom bg weired offset for code editortoger5
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-18Merge pull request #11021 from tuga3d/autocomplete-logic-attempt2Rémi Verschelde
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
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
2017-08-30second attempt on fixing the indent glitch.Paulo Gomes
2017-08-28Merge pull request #10693 from Paulb23/offset_view_when_removing_issue_10529Rémi Verschelde
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Fixed offset view when removing text, issue 10529Paulb23
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-27Merge pull request #10600 from MasonAsh/fix-10596Rémi Verschelde
2017-08-27Merge pull request #10591 from Rubonnek/possible-null-ptr-dereferenceRémi Verschelde
2017-08-26Added/Fixed null pointer checksWilson E. Alvarez
2017-08-26Added a cursor column check.Paulo Gomes
2017-08-24Script editor: fixed no key repeat for CTRL+YMason Ashbridge
2017-08-24-Code completion for enumerationsJuan Linietsky
2017-08-23Merge pull request #10561 from Paulb23/smooth_scroll_input_overrideRémi Verschelde
2017-08-22Stops scrolling when the user issues another commandPaulb23
2017-08-22TextEdit: Copy whole line if not having selection.Andreas Haas
2017-08-22Merge pull request #10340 from Rubonnek/remove-unnecessary-assignmentsRémi Verschelde
2017-08-21Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky
2017-08-22Merge pull request #10427 from Hinsbart/fix_paddingRémi Verschelde
2017-08-21Removed unnecessary assignmentsWilson E. Alvarez
2017-08-21Increased smooth scroll speed and added user settingPaulb23
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-20Fixed not being able to scroll to eofPaulb23
2017-08-19Added smooth scrolling to TextEditPaulb23
2017-08-19Merge pull request #10439 from Paulb23/blinking_text_issue_10432Rémi Verschelde
2017-08-19Fixed blinking text, issue 10432Paulb23
2017-08-18TextEdit: Fix line padding.Andreas Haas
2017-08-18TextEdit: Moving between words now works across lines.Andreas Haas
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-11Merge pull request #10142 from bruvzg/3.0-osx-imeRémi Verschelde
2017-08-10Fixes method definitions with extra number of argumentsIgnacio Etcheverry
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-09Implement NSTextInputClient protocol for IMEbruvzg
2017-08-06Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov
2017-08-02ScriptEditor: ctrl+click can open scenes/resources.Andreas Haas
2017-08-01made delete next and prev consistent to other editors,issue 6546Paulb23
2017-07-23Add object type hint for docsPoommetee Ketson
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky