| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | Ignacio Etcheverry | 2016-06-18 | 1 | -2/+2 | |
| | | ||||||
| * | does not fix the bug reported in #4326 and #4818, | Juan Linietsky | 2016-06-14 | 1 | -4/+12 | |
| | | | | | but at least make sure it throws and error and does not crash | |||||
| * | Fixed overloaded virtual functions with const vs none warning | marcelofg55 | 2016-06-12 | 1 | -1/+1 | |
| | | ||||||
| * | Caret blink no longer updates when hidden, issue 5100 | Paulb23 | 2016-06-08 | 1 | -1/+3 | |
| | | ||||||
| * | Improved breakpoint marker position, and scales with font size | Paulb23 | 2016-06-07 | 1 | -3/+6 | |
| | | ||||||
| * | Merge pull request #4916 from Paulb23/current_line_highlighting | Rémi Verschelde | 2016-05-31 | 1 | -13/+13 | |
| |\ | | | | | Current line highlighting draws behind line numbers and breakpont gutter | |||||
| | * | Current line draws behind line numbers and breakpont gutter | Paulb23 | 2016-05-30 | 1 | -13/+13 | |
| | | | ||||||
| * | | Fixed and improved search bar | Ignacio Etcheverry | 2016-05-30 | 1 | -0/+1 | |
| |/ | | | | | | | - Search no longer selects the results - Return focus to the text editor when hiding the bar - Fix connecting to invalid signal - Update/redraw the text editor after searching | |||||
| * | Merge pull request #4823 from Paulb23/fix_backspace_selection_redo_crash | Rémi Verschelde | 2016-05-29 | 1 | -1/+3 | |
| |\ | | | | | Fix crash when redoing backspace to clear selection | |||||
| | * | Fix crash when redoing backspace to clear selection | Paulb23 | 2016-05-26 | 1 | -1/+3 | |
| | | | ||||||
| * | | Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750 | Rémi Verschelde | 2016-05-29 | 1 | -5/+54 | |
| |\ \ | | | | | | | Added breakpoint markers, issue 4750 | |||||
| | * | | Added breakpoint markers, issue 4750 | Paulb23 | 2016-05-26 | 1 | -5/+54 | |
| | |/ | ||||||
| * | | Merge pull request #4812 from neikeq/pr-search-bar | Rémi Verschelde | 2016-05-29 | 1 | -18/+76 | |
| |\ \ | | | | | | | ScriptEditor/ShaderEditor: Replace find/replace dialog with a bar | |||||
| | * | | ScriptEditor/ShaderEditor: Replace find/replace dialog with a bar | Ignacio Etcheverry | 2016-05-29 | 1 | -10/+57 | |
| | | | | ||||||
| | * | | TextEdit: Improve search method to avoid overlapping results | Ignacio Etcheverry | 2016-05-28 | 1 | -7/+17 | |
| | | | | ||||||
| | * | | TextEdit: Avoid capturing KEY_ESCAPE when there is no completion hint | Ignacio Etcheverry | 2016-05-28 | 1 | -1/+2 | |
| | |/ | ||||||
| * / | Finalized DynamicFont implementation | Juan Linietsky | 2016-05-29 | 1 | -1/+1 | |
| |/ | | | | | | -DynamicFont uses Freetype by default -Editor fonts are now scalable thanks to this -Cleaned up documentation browser and added fonts for this | |||||
| * | Merge pull request #4659 from Paulb23/hex_notation_highlighting | Rémi Verschelde | 2016-05-17 | 1 | -7/+23 | |
| |\ | | | | | Fixed hex notation highlighting | |||||
| | * | Fixed hex notation highlighting | Paulb23 | 2016-05-15 | 1 | -7/+23 | |
| | | | ||||||
| * | | Default editing popup for LineEdit and TextEdit | Juan Linietsky | 2016-05-16 | 1 | -0/+66 | |
| |/ | ||||||
| * | Bind caret blink to gdscript and properties | Paulb23 | 2016-05-11 | 1 | -1/+6 | |
| | | ||||||
| * | Added caret blink in text editor | Paulb23 | 2016-05-09 | 1 | -8/+76 | |
| | | ||||||
| * | Fixed autocomlete strings not appearing for function arguments | Paulb23 | 2016-05-08 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #4557 from Paulb23/autocomplete_truncate_issue_4554 | Rémi Verschelde | 2016-05-07 | 1 | -21/+13 | |
| |\ | | | | | Fixed autocomplete truncate, issue 4554 | |||||
| | * | Fixed autocomplete truncate, issue 4554 | Paulb23 | 2016-05-05 | 1 | -21/+13 | |
| | | | ||||||
| * | | Fixed code completion after opening bracket, issue 3977 | Paulb23 | 2016-05-07 | 1 | -0/+3 | |
| |/ | ||||||
| * | Autocomplete no longer shows duplicates, issue 1824 | Paulb23 | 2016-05-03 | 1 | -0/+4 | |
| | | ||||||
| * | Added scroll lines, issue 4243 | Paulb23 | 2016-04-27 | 1 | -2/+52 | |
| | | ||||||
| * | Setting to change line number color | Paulb23 | 2016-04-08 | 1 | -3/+2 | |
| | | ||||||
| * | Merge pull request #4251 from Paulb23/block_indent_issue_3803 | Rémi Verschelde | 2016-04-06 | 1 | -40/+62 | |
| |\ | | | | | Fixed block indent inconsistency, issue #3803 | |||||
| | * | Fixed block indent inconsistency, fixes issue 3803 | Paulb23 | 2016-04-06 | 1 | -40/+62 | |
| | | | ||||||
| * | | Merge pull request #4238 from Paulb23/caret_color | Rémi Verschelde | 2016-04-06 | 1 | -4/+5 | |
| |\ \ | | | | | | | Ability to change the caret color | |||||
| | * | | Ability to change the caret color | Paulb23 | 2016-04-05 | 1 | -4/+5 | |
| | | | | ||||||
| * | | | Merge pull request #4234 from Paulb23/member_variable_syntax_highlighting | Rémi Verschelde | 2016-04-06 | 1 | -0/+16 | |
| |\ \ \ | |_|/ |/| | | Member variable syntax highlighting | |||||
| | * | | Member variable syntax highlighting | Paulb23 | 2016-04-05 | 1 | -0/+16 | |
| | | | | ||||||
| * | | | Fixed text edit undo and redo operation interaction | Paul Batty | 2016-04-06 | 1 | -12/+12 | |
| | |/ |/| | ||||||
| * | | Fixed 'complex' typo in method name | Paulb23 | 2016-04-05 | 1 | -12/+12 | |
| | | | ||||||
| * | | Fixed undoing twice when removing selection | Paulb23 | 2016-04-05 | 1 | -0/+5 | |
| |/ | ||||||
| * | Fixed insert mode interaction with auto complete | Paulb23 | 2016-04-03 | 1 | -0/+15 | |
| | | ||||||
| * | Fixed insert mode removing first unselected character | Paulb23 | 2016-04-03 | 1 | -4/+6 | |
| | | ||||||
| * | Function syntax highlighting | Paul Batty | 2016-04-02 | 1 | -0/+19 | |
| | | ||||||
| * | Added insert mode to text editor | Paulb23 | 2016-04-01 | 1 | -3/+42 | |
| | | ||||||
| * | Fixed numbers not highlighting after space | Paulb23 | 2016-03-26 | 1 | -1/+1 | |
| | | ||||||
| * | Syntax highlighting for numbers | Paulb23 | 2016-03-21 | 1 | -2/+36 | |
| | | ||||||
| * | TextEdit: Fix Shift+Delete shortcut not calling cut() | Ignacio Etcheverry | 2016-03-19 | 1 | -0/+7 | |
| | | ||||||
| * | Fixed highlighting when word occurs as substring first | Paulb23 | 2016-03-17 | 1 | -8/+14 | |
| | | ||||||
| * | Fixed highliting with shift and mouse | Paulb23 | 2016-03-17 | 1 | -5/+2 | |
| | | ||||||
| * | Highlight all occurrences of selected word | Paulb23 | 2016-03-16 | 1 | -0/+55 | |
| | | ||||||
| * | LineEdit/TextEdit: Add Shift+Delete shortcut for cut | Ignacio Etcheverry | 2016-03-15 | 1 | -0/+6 | |
| | | ||||||
| * | TextEdit: Fix inconsistent copy, cut and paste behaviour | Ignacio Etcheverry | 2016-03-15 | 1 | -80/+46 | |
| | | ||||||
