Age | Commit message (Expand) | Author |
2016-10-13 | Allow turing off zero-padding for line numbers | Pedro J. Estébanez |
2016-10-11 | Merge pull request #6778 from Hinsbart/completion_z | Rémi Verschelde |
2016-10-10 | Fix Script Editor drawing over Dialogs. | Andreas Haas |
2016-10-10 | Add line length guideline to code editors | Pedro J. Estébanez |
2016-10-05 | Fix code completion drawing under other gui elements. | Andreas Haas |
2016-09-29 | Add inline ColorPicker to Script text editor. | Andreas Haas |
2016-09-19 | Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode. | Andreas Haas |
2016-09-12 | Do ctrl-click on any code identifier to go to definiton or help page. | Juan Linietsky |
2016-09-11 | -Added a ColorFrame control, kind of like Texture but for color. | Juan Linietsky |
2016-08-12 | Confirm code completion with numpad key ENTER | Ignacio Etcheverry |
2016-07-28 | Exposed enable syntax highlighting to properties | Paulb23 |
2016-07-23 | Merge pull request #5737 from neikeq/pr-issue-5269 | Rémi Verschelde |
2016-07-21 | TextEdit: Center search results | Ignacio Etcheverry |
2016-07-18 | Fixed caret width on tabs | Paulb23 |
2016-07-18 | Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712 | Rémi Verschelde |
2016-07-15 | Fixed breakpoint gutter toggle not updating when game is running, issue 5712 | Paulb23 |
2016-07-12 | Added block caret to TextEdit | Paulb23 |
2016-07-11 | Expose highlight all occurrences | Paulb23 |
2016-07-11 | Expose show line numbers | Paulb23 |
2016-07-11 | Added completion font colors | Paulb23 |
2016-07-10 | Fixed highlight all occurrences highlighing highlighted section | Paulb23 |
2016-07-07 | Remove unused variables (third pass) + dead code | Rémi Verschelde |
2016-07-03 | Fix completion string check when column = 0 | George Marques |
2016-07-03 | Stop completion when the match is perfect | George Marques |
2016-07-03 | Fix code completion sorting | George Marques |
2016-06-30 | Merge pull request #5419 from djrm/shortcuts | Rémi Verschelde |
2016-06-30 | Merge pull request #5487 from Paulb23/function_highlighting_issue_5454 | Rémi Verschelde |
2016-06-29 | Fixed function highlighting with spaces | Paulb23 |
2016-06-26 | Fixed selected text turning black, issue 5199 | Paulb23 |
2016-06-26 | Shortcuts for script switching in script Mode | Daniel J. Ramirez |
2016-06-24 | Fix weird deselection behaviour with text field | Ignacio Etcheverry |
2016-06-22 | Merge pull request #5344 from Paulb23/code_completion_colors | Rémi Verschelde |
2016-06-21 | Added code completion existing color setting | Paulb23 |
2016-06-21 | Added code completion selected color setting | Paulb23 |
2016-06-21 | Added code completion background color setting | Paulb23 |
2016-06-20 | Fixed caret not drawing on focus regain | Paulb23 |
2016-06-20 | Merge pull request #5196 from vnen/similarity-code-completion | Rémi Verschelde |
2016-06-19 | Text Edit no longer draws caret on focus loss | Paulb23 |
2016-06-19 | Improve code completion search | George Marques |
2016-06-19 | Fix TextEdit cursor position after undo remove text | George Marques |
2016-06-18 | TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | Ignacio Etcheverry |
2016-06-14 | does not fix the bug reported in #4326 and #4818, | Juan Linietsky |
2016-06-12 | Fixed overloaded virtual functions with const vs none warning | marcelofg55 |
2016-06-08 | Caret blink no longer updates when hidden, issue 5100 | Paulb23 |
2016-06-07 | Improved breakpoint marker position, and scales with font size | Paulb23 |
2016-05-31 | Merge pull request #4916 from Paulb23/current_line_highlighting | Rémi Verschelde |
2016-05-30 | Fixed and improved search bar | Ignacio Etcheverry |
2016-05-30 | Current line draws behind line numbers and breakpont gutter | Paulb23 |
2016-05-29 | Merge pull request #4823 from Paulb23/fix_backspace_selection_redo_crash | Rémi Verschelde |
2016-05-29 | Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750 | Rémi Verschelde |