Age | Commit message (Expand) | Author |
2016-06-13 | Changed reload logic to auto-hard-reload scripts on save. It's simpler to use... | Juan Linietsky |
2016-06-11 | apply built-in scripts when running the game, closes #4987 | Juan Linietsky |
2016-06-09 | add line spacing option to script and shader editor (#5105) | volzhs |
2016-06-08 | -Ability to reload (and soft reload) tool scripts. Please test! | Juan Linietsky |
2016-06-07 | Improved breakpoint marker position, and scales with font size | Paulb23 |
2016-06-03 | Cleaned up remote menu | Juan Linietsky |
2016-05-30 | -Some fixes to OSX retina scaling for window functions | Juan Linietsky |
2016-05-29 | Merge pull request #4843 from Paulb23/breakpoints_next_prev_and_remove_issue_... | Rémi Verschelde |
2016-05-29 | Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750 | Rémi Verschelde |
2016-05-29 | ScriptEditor/ShaderEditor: Replace find/replace dialog with a bar | Ignacio Etcheverry |
2016-05-27 | Added, goto next and previous breakpoint and remove all, issue 1690 | Paulb23 |
2016-05-26 | Added breakpoint markers, issue 4750 | Paulb23 |
2016-05-25 | Added settings to change marked and breakpoint color | Paulb23 |
2016-05-23 | Added color themes to the text editor | Paulb23 |
2016-05-21 | Merge pull request #4733 from akien-mga/pr-i18n-proofreading | Rémi Verschelde |
2016-05-21 | i18n: Second pass at proofreading | Rémi Verschelde |
2016-05-21 | i18n: Proofreading of all strings | Rémi Verschelde |
2016-05-19 | Multiline duplication, issue #4661 | Paulb23 |
2016-05-09 | Added caret blink in text editor | Paulb23 |
2016-05-03 | Modified editor strings to be translatable in the future | Juan Linietsky |
2016-04-23 | Trim trailing white space on save, issue 4383 | Paulb23 |
2016-04-08 | Setting to change line number color | Paulb23 |
2016-04-06 | Merge pull request #4251 from Paulb23/block_indent_issue_3803 | Rémi Verschelde |
2016-04-06 | Option to toggle syntax highlighting | Paulb23 |
2016-04-06 | Fixed block indent inconsistency, fixes issue 3803 | Paulb23 |
2016-04-06 | Merge pull request #4238 from Paulb23/caret_color | Rémi Verschelde |
2016-04-06 | Merge pull request #4234 from Paulb23/member_variable_syntax_highlighting | Rémi Verschelde |
2016-04-06 | Fixed text edit undo and redo operation interaction | Paul Batty |
2016-04-05 | Ability to change the caret color | Paulb23 |
2016-04-05 | Member variable syntax highlighting | Paulb23 |
2016-04-04 | Separate help pages from scripts by default | Rémi Verschelde |
2016-04-04 | Change toggle comment behaviour. Fixes #4198 | Luiz Paulo de Vasconcellos |
2016-04-02 | Function syntax highlighting | Paul Batty |
2016-03-30 | Option to toggle line numbers | Paulb23 |
2016-03-21 | Syntax highlighting for numbers | Paulb23 |
2016-03-18 | Option to toggle tab drawing | Paulb23 |
2016-03-16 | Highlight all occurrences of selected word | Paulb23 |
2016-03-14 | Added configuable tab size | Paulb23 |
2016-03-09 | fix six possible "divide by zero" | Hubert Jarosz |
2016-03-09 | remove trailing whitespace | Hubert Jarosz |
2016-03-07 | Enabled scrolling past end of file | Paulb23 |
2016-03-05 | Added search box in Class List dialog (Script Editor) | Franklin Sobrinho |
2016-03-04 | Add editor settings for call hint placement | Martin Chuckeles |
2016-02-21 | -fixed a crash when closing scene with animationplayer open | Juan Linietsky |
2016-02-20 | -Change link to new documentation | Juan Linietsky |
2016-02-10 | Fixed a couple of tooltips on the editor | Tegu |
2016-02-08 | -Property apply limits to V/H Splits in main editor window. Fixes #3567 | Juan Linietsky |
2016-02-02 | -only save scripts if changed, takes less time to run projects and does not c... | Juan Linietsky |
2016-01-27 | Fix input passing to script editor even if not visible | Franklin Sobrinho |
2016-01-23 | Fix wrong condition test for saving, fixes #3287 | Juan Linietsky |