aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Consistant scroll when using members overview, issue 11648Paulb232017-10-081-0/+8
* Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas2017-10-021-6/+6
|\
| * Renamed fixed_process to physics_processAndreaCatania2017-09-301-6/+6
* | fixed coustom bg weired offset for code editortoger52017-09-291-2/+1
|/
* Rename pos to position in user facing methods and variablesletheed2017-09-201-3/+3
* Merge pull request #11021 from tuga3d/autocomplete-logic-attempt2Rémi Verschelde2017-09-181-0/+4
|\
| * second take at autocomplete logic, using a TextOperation check.Paulo Gomes2017-09-061-0/+4
* | Fix crash when using key+u on a line with only a #Marcelo Fernandez2017-09-171-1/+5
* | Merge pull request #11314 from marcelofg55/masterRémi Verschelde2017-09-171-2/+2
|\ \
| * | Fix possible crash with ctrl-u on script editorMarcelo Fernandez2017-09-161-2/+2
| |/
* | Fixed compilation with tools=noDaniel J. Ramirez2017-09-161-1/+8
* | Added adaptive text editor theme, this includes the shader editorDaniel J. Ramirez2017-09-151-5/+5
|/
* Added support for brace auto indent and fixed indent abovePaulb232017-09-021-4/+17
* Fixed jitter when scrolling upPaulb232017-09-021-1/+1
* Fix use of unitialized variablesHein-Pieter van Braam2017-09-021-1/+1
* second attempt on fixing the indent glitch.Paulo Gomes2017-08-301-3/+3
* Merge pull request #10693 from Paulb23/offset_view_when_removing_issue_10529Rémi Verschelde2017-08-281-2/+7
|\
| * Fixed offset view when removing text, issue 10529Paulb232017-08-271-2/+7
* | Dead code tells no talesRémi Verschelde2017-08-271-33/+2
* | Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|/
* Merge pull request #10600 from MasonAsh/fix-10596Rémi Verschelde2017-08-271-0/+9
|\
| * Script editor: fixed no key repeat for CTRL+YMason Ashbridge2017-08-241-0/+9
* | Merge pull request #10591 from Rubonnek/possible-null-ptr-dereferenceRémi Verschelde2017-08-271-2/+2
|\ \
| * | Added/Fixed null pointer checksWilson E. Alvarez2017-08-261-2/+2
| |/
* / Added a cursor column check.Paulo Gomes2017-08-261-2/+2
|/
* -Code completion for enumerationsJuan Linietsky2017-08-241-3/+13
* Merge pull request #10561 from Paulb23/smooth_scroll_input_overrideRémi Verschelde2017-08-231-0/+13
|\
| * Stops scrolling when the user issues another commandPaulb232017-08-221-0/+13
* | TextEdit: Copy whole line if not having selection.Andreas Haas2017-08-221-3/+0
|/
* Merge pull request #10340 from Rubonnek/remove-unnecessary-assignmentsRémi Verschelde2017-08-221-3/+1
|\
| * Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-3/+1
* | Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-211-10/+10
|\ \
| * | ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-10/+10
| |/
* | Merge pull request #10427 from Hinsbart/fix_paddingRémi Verschelde2017-08-221-1/+1
|\ \
| * | TextEdit: Fix line padding.Andreas Haas2017-08-181-1/+1
* | | Increased smooth scroll speed and added user settingPaulb232017-08-211-1/+13
| |/ |/|
* | Fixed not being able to scroll to eofPaulb232017-08-201-3/+3
* | Added smooth scrolling to TextEditPaulb232017-08-191-5/+82
* | Merge pull request #10439 from Paulb23/blinking_text_issue_10432Rémi Verschelde2017-08-191-0/+2
|\ \ | |/ |/|
| * Fixed blinking text, issue 10432Paulb232017-08-191-0/+2
* | TextEdit: Moving between words now works across lines.Andreas Haas2017-08-181-0/+14
* | Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-3/+3
* | Merge pull request #10142 from bruvzg/3.0-osx-imeRémi Verschelde2017-08-111-16/+83
|\ \
| * | Implement NSTextInputClient protocol for IMEbruvzg2017-08-091-16/+83
| |/
* | Fixes method definitions with extra number of argumentsIgnacio Etcheverry2017-08-101-1/+1
* | Removes type information from method bindsIgnacio Etcheverry2017-08-101-1/+1
|/
* Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov2017-08-061-3/+3
* ScriptEditor: ctrl+click can open scenes/resources.Andreas Haas2017-08-021-0/+17
* made delete next and prev consistent to other editors,issue 6546Paulb232017-08-011-52/+52
* Add object type hint for docsPoommetee Ketson2017-07-231-2/+2