提交历史

作者 SHA1 备注 提交日期
  Henrique Lacreta Alves 853d1ce9f3 Prevent unwanted script editor input on game crash 9 年之前
  Andreas Haas ac80e68d2f Fix "Save All" option in Script editor. 9 年之前
  Paulb23 fbd0b6f995 Fix highlight current script when script temputure is disabled 9 年之前
  Rémi Verschelde dc6eefdbf2 Merge pull request #6465 from Paulb23/script_highlight_color_update 9 年之前
  Paulb23 a0136838b3 Update current script color on change 9 年之前
  Juan Linietsky 37f1e86108 Do ctrl-click on any code identifier to go to definiton or help page. 9 年之前
  Juan Linietsky c40ab446c9 Changed default assignment of shorcut for alt-left/right to history next/prev, which is more standard and useful. 9 年之前
  Juan Linietsky 1bf684cea2 -Cleaned up find/replace bar for replace (made selection only default if selection exists), also made buttons look like buttons 9 年之前
  Juan Linietsky 3c30a3b1aa Merge pull request #6137 from supaiku-o/master 9 年之前
  Paulb23 9e92fcaef9 Added setting to change current script background color, issue 5450 9 年之前
  Juan Linietsky 9c6175db11 More visual script work 9 年之前
  supaiku 3d84849e03 Added CLOSE_ALL files option to script editor 9 年之前
  Juan Linietsky 9890c1d2ca Likely with bugs and with some features are missing, as well as profiler support, but VisualScript should be more or less done! 9 年之前
  Juan Linietsky 3d1d190dcd Merge branch 'master' of https://github.com/godotengine/godot 9 年之前
  Juan Linietsky ad313097eb WIP visual scripting, not working yet but you can check out stuff 9 年之前
  Saracen 5035edb7fd Explicitly initialize 'pending_auto_reload' to false. 9 年之前
  Rémi Verschelde 13fe615ea3 Merge pull request #5760 from r1cebank/issue-5636__add-close-docs-option 9 年之前
  Juan Linietsky 3e3108abe2 Always soft reload editor plugins. Closes #5273 9 年之前
  Siyuan Gao 0c3b1b51b8 Script Editor: adding close all docs menu option 9 年之前
  Franklin Sobrinho 3ca6e584e5 Fix ScriptEditor don't saving the layout when opening a help page 9 年之前
  Rémi Verschelde 62eae7cbe2 Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712 9 年之前
  Paulb23 b550471a14 Fixed breakpoint gutter toggle not updating when game is running, issue 5712 9 年之前
  Paulb23 54f720ac06 Added block caret to TextEdit 9 年之前
  Paulb23 a9956be63d Added completion font colors 9 年之前
  Paulb23 8e5c40b364 Added completion scroll color 9 年之前
  Juan Linietsky b0f0ae0723 Finally fixes the infamous bug #4444, hoping to never see you again. 9 年之前
  Juan Linietsky d8c31e0e74 remove warnings if a script is missing and can't be opened 9 年之前
  Juan Linietsky a78226c32c Only allow built-in scripts to be edited when the scene they belong to is loaded, closes #5403 9 年之前
  Daniel J. Ramirez 8f259ff5ca Shortcuts for script switching in script Mode 9 年之前
  Paulb23 c68e4e8cbe Fixed save as not working with scripts 9 年之前