Age | Commit message (Expand) | Author |
2019-10-10 | Fixed ScriptEditor autosave timer causing errors on start | PouleyKetchoupp |
2019-10-10 | Add shortcut Shift + F3 to search pervious in the built-in docs | Marqus |
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-09-22 | Improve the debugger shortcut UX | Hugo Locurcio |
2019-09-07 | Fixed resource loading when editing built-in script from resource | PouleyKetchoupp |
2019-09-04 | Load scene if needed when editing recent built-in script | PouleyKetchoupp |
2019-09-01 | Reorganize & rename text editor settings categories | Cykyrios |
2019-08-13 | Merge pull request #31338 from Calinou/reorganize-menus | Rémi Verschelde |
2019-08-13 | Reorganize various menus for consistency and conciseness | Hugo Locurcio |
2019-08-12 | Add "Find in Files..." to the text editor | Michael Alexsander Silva Dias |
2019-08-08 | Minor cosmetic changes in some editor plugins | Michael Alexsander Silva Dias |
2019-08-08 | Update icons in script editor when theme changes | Michael Alexsander Silva Dias |
2019-08-07 | Fix error when going to a text file by clicking in a result from "Find in files" | Michael Alexsander Silva Dias |
2019-08-06 | Fix Find in Files Not Working Properly | Emmanuel Barroga |
2019-08-01 | Add Reopen Closed Script option in Script Editor | Tomasz Chabora |
2019-07-25 | Fix memory leaks with SyntaxHighlighters | Paulb23 |
2019-07-01 | Remove unnecessary code and add some error explanations | qarmin |
2019-06-23 | Center script line when double clicked on error in debugger | Dawid Wdowiak |
2019-06-20 | Merge pull request #29283 from qarmin/fix_some_always_same_values | Rémi Verschelde |
2019-06-20 | Fix always true/false values | qarmin |
2019-06-19 | Merge pull request #29547 from santouits/filter-scripts | Rémi Verschelde |
2019-06-17 | Merge pull request #28766 from pgoral/editor_validation_issue | Rémi Verschelde |
2019-06-16 | Bring selected script in view of open scripts list | Emmanuel Barroga |
2019-06-13 | Merge pull request #29129 from kis3lori/remove-save-theme-for-default | Rémi Verschelde |
2019-06-13 | Created a fallback from the "Save Theme" button to "Save Theme As" when a def... | Kis Levente Lorand |
2019-06-12 | Merge pull request #29664 from akien-mga/external-editor-default-flags | Rémi Verschelde |
2019-06-12 | Add filter search for script list and the members | santouits |
2019-06-11 | Merge pull request #29262 from DarknessCatt/issue-27476 | Rémi Verschelde |
2019-06-11 | Always pass script path to external editor | Rémi Verschelde |
2019-06-01 | Merge pull request #24708 from uzimonkey/sub-resource-names-in-script-editor | Rémi Verschelde |
2019-06-01 | Merge pull request #28695 from Ranoller/patch-2 | Rémi Verschelde |
2019-05-31 | Add sub-resource name when available to script editor | UziMonkey |
2019-05-29 | Automatically add new line to scripts | Matheus Lima Cunha |
2019-05-29 | Changing method signature in other class in not recognized in working class i... | Goral |
2019-05-27 | method list no longer forwards drag commands to script list | AlexHoratio |
2019-05-24 | fixed problem where the script lists gets ordered even when ordering is disabled | hbina085 |
2019-05-18 | minor change in scriptEdtiorPlugin ref #28943 | Elias Rammos |
2019-05-05 | FIX Script editor doesn´t send unsaved script #28693 | Ranoller |
2019-05-02 | Make "Find in Files" always available in the script editor | Michael Alexsander Silva Dias |
2019-04-30 | Merge pull request #27870 from mawenzy/pr_gotoline | Rémi Verschelde |
2019-04-29 | Merge pull request #28101 from MunWolf/debugger_cursor | Rémi Verschelde |
2019-04-23 | Added a marker in text_edit that tells which row is executing. | Rikhardur Bjarni Einarsson |
2019-04-23 | Fix crash when restoring script editor state | Paulb23 |
2019-04-22 | Merge pull request #28234 from Paulb23/connection_info_on_script | Rémi Verschelde |
2019-04-20 | Display connection information in the script editor | Paulb23 |
2019-04-16 | Bind goto_line function for Script Editor #9153 | mawenzy |
2019-04-13 | Restore script editor state between sessions | Paulb23 |
2019-04-09 | Fix TTR string for class reference tooltip | Rémi Verschelde |
2019-04-06 | Merge pull request #26650 from YeldhamDev/filesys_tooltips | Rémi Verschelde |