| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | remove warnings if a script is missing and can't be opened | Juan Linietsky | 2016-07-07 | 1 | -0/+2 |
| * | Only allow built-in scripts to be edited when the scene they belong to is loa... | Juan Linietsky | 2016-07-06 | 1 | -3/+74 |
| * | Shortcuts for script switching in script Mode | Daniel J. Ramirez | 2016-06-26 | 1 | -1/+21 |
| * | Fixed save as not working with scripts | Paulb23 | 2016-06-22 | 1 | -0/+1 |
| * | Added code completion existing color setting | Paulb23 | 2016-06-21 | 1 | -0/+1 |
| * | Added code completion selected color setting | Paulb23 | 2016-06-21 | 1 | -0/+1 |
| * | Added code completion background color setting | Paulb23 | 2016-06-21 | 1 | -0/+1 |
| * | Changed save all scripts shortcut to avoid collision, fixes #4278 | Juan Linietsky | 2016-06-20 | 1 | -1/+1 |
| * | Make sure that scripts are reloaded if needed when they enter editing, fixes ... | Juan Linietsky | 2016-06-19 | 1 | -2/+14 |
| * | Removed lots of prints | Daniel J. Ramirez | 2016-06-18 | 1 | -3/+1 |
| * | Merge pull request #5163 from Paulb23/script_editor_shortcuts | Rémi Verschelde | 2016-06-15 | 1 | -47/+47 |
| |\ |
|
| | * | Added script editor shortcuts | Paulb23 | 2016-06-13 | 1 | -47/+47 |
| * | | Merge pull request #5165 from neikeq/pr-issue-5116 | Juan Linietsky | 2016-06-13 | 1 | -0/+45 |
| |\ \
| |/
|/| |
|
| | * | ConnectionsDock: Double click to create and go to signal connection | Ignacio Etcheverry | 2016-06-12 | 1 | -0/+45 |
| * | | Changed reload logic to auto-hard-reload scripts on save. It's simpler to use... | Juan Linietsky | 2016-06-13 | 1 | -2/+7 |
| * | | apply built-in scripts when running the game, closes #4987 | Juan Linietsky | 2016-06-11 | 1 | -1/+4 |
| * | | add line spacing option to script and shader editor (#5105) | volzhs | 2016-06-09 | 1 | -0/+1 |
| |/ |
|
| * | -Ability to reload (and soft reload) tool scripts. Please test! | Juan Linietsky | 2016-06-08 | 1 | -0/+13 |
| * | Improved breakpoint marker position, and scales with font size | Paulb23 | 2016-06-07 | 1 | -1/+0 |
| * | Cleaned up remote menu | Juan Linietsky | 2016-06-03 | 1 | -0/+21 |
| * | -Some fixes to OSX retina scaling for window functions | Juan Linietsky | 2016-05-30 | 1 | -2/+2 |
| * | Merge pull request #4843 from Paulb23/breakpoints_next_prev_and_remove_issue_... | Rémi Verschelde | 2016-05-29 | 1 | -0/+58 |
| |\ |
|
| | * | Added, goto next and previous breakpoint and remove all, issue 1690 | Paulb23 | 2016-05-27 | 1 | -0/+58 |
| * | | Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750 | Rémi Verschelde | 2016-05-29 | 1 | -1/+3 |
| |\ \ |
|
| | * | | Added breakpoint markers, issue 4750 | Paulb23 | 2016-05-26 | 1 | -1/+3 |
| | |/ |
|
| * / | ScriptEditor/ShaderEditor: Replace find/replace dialog with a bar | Ignacio Etcheverry | 2016-05-29 | 1 | -9/+10 |
| |/ |
|
| * | Added settings to change marked and breakpoint color | Paulb23 | 2016-05-25 | 1 | -0/+2 |
| * | Added color themes to the text editor | Paulb23 | 2016-05-23 | 1 | -0/+64 |
| * | Merge pull request #4733 from akien-mga/pr-i18n-proofreading | Rémi Verschelde | 2016-05-21 | 1 | -4/+4 |
| |\ |
|
| | * | i18n: Second pass at proofreading | Rémi Verschelde | 2016-05-21 | 1 | -3/+3 |
| | * | i18n: Proofreading of all strings | Rémi Verschelde | 2016-05-21 | 1 | -1/+1 |
| * | | Multiline duplication, issue #4661 | Paulb23 | 2016-05-19 | 1 | -6/+25 |
| |/ |
|
| * | Added caret blink in text editor | Paulb23 | 2016-05-09 | 1 | -0/+4 |
| * | Modified editor strings to be translatable in the future | Juan Linietsky | 2016-05-03 | 1 | -64/+63 |
| * | Trim trailing white space on save, issue 4383 | Paulb23 | 2016-04-23 | 1 | -3/+48 |
| * | Setting to change line number color | Paulb23 | 2016-04-08 | 1 | -0/+1 |
| * | Merge pull request #4251 from Paulb23/block_indent_issue_3803 | Rémi Verschelde | 2016-04-06 | 1 | -26/+2 |
| |\ |
|
| | * | Fixed block indent inconsistency, fixes issue 3803 | Paulb23 | 2016-04-06 | 1 | -26/+2 |
| * | | Option to toggle syntax highlighting | Paulb23 | 2016-04-06 | 1 | -1/+2 |
| * | | Merge pull request #4238 from Paulb23/caret_color | Rémi Verschelde | 2016-04-06 | 1 | -0/+1 |
| |\ \ |
|
| | * | | Ability to change the caret color | Paulb23 | 2016-04-05 | 1 | -0/+1 |
| * | | | Merge pull request #4234 from Paulb23/member_variable_syntax_highlighting | Rémi Verschelde | 2016-04-06 | 1 | -0/+1 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | Member variable syntax highlighting | Paulb23 | 2016-04-05 | 1 | -0/+1 |
| | |/ |
|
| * / | Fixed text edit undo and redo operation interaction | Paul Batty | 2016-04-06 | 1 | -2/+10 |
| |/ |
|
| * | Separate help pages from scripts by default | Rémi Verschelde | 2016-04-04 | 1 | -1/+1 |
| * | Change toggle comment behaviour. Fixes #4198 | Luiz Paulo de Vasconcellos | 2016-04-04 | 1 | -0/+5 |
| * | Function syntax highlighting | Paul Batty | 2016-04-02 | 1 | -0/+1 |
| * | Option to toggle line numbers | Paulb23 | 2016-03-30 | 1 | -0/+2 |
| * | Syntax highlighting for numbers | Paulb23 | 2016-03-21 | 1 | -0/+1 |
| * | Option to toggle tab drawing | Paulb23 | 2016-03-18 | 1 | -1/+2 |