summaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.cpp
AgeCommit message (Expand)Author
2018-09-25Tweak some editor texts' capitalization, use "Go to" instead of "Goto"Hugo Locurcio
2018-09-15Remove unnecessary "OK"s text settingsMichael Alexsander Silva Dias
2018-09-14fix scripts not reloading when edited externallyManuel Strey
2018-09-13Merge pull request #21819 from DualMatrix/built-in-scriptRémi Verschelde
2018-09-12Fix default script name in ScriptCreateDialogRémi Verschelde
2018-09-12Merge pull request #21878 from RyanStein/bugfix-14400Rémi Verschelde
2018-09-08Check for double-colon on open recent script.Ryan Stein
2018-09-08Make `_sort_list_on_update` true before opening new help or script files in t...Ryan Stein
2018-09-07Made editor automatically open scenes of built in scripts.DualMatrix
2018-08-29Fix vformat(), minor typos and word puzzlesYuri Chornoivan
2018-08-26Fix Members/Help Overview getting their items deselected when a tooltip appearsMichael Alexsander Silva Dias
2018-08-15Merge pull request #21023 from Paulb23/fix_reopening_text_fileRémi Verschelde
2018-08-15Merge pull request #21022 from Paulb23/create_text_filesRémi Verschelde
2018-08-15Added method to create TextFilesPaulb23
2018-08-15Merge pull request #20873 from ttencate/masterRémi Verschelde
2018-08-14Fix re-opening of TextFiles when its already being editedPaulb23
2018-08-14Allow middle-click to close scriptsThomas ten Cate
2018-08-13Merge pull request #20731 from YeldhamDev/scr_editor_context_fixRémi Verschelde
2018-08-11Do not use theme to set LineEdit right_iconŁukasz Rutkowski
2018-08-11Add clear text button to LineEditŁukasz Rutkowski
2018-08-05Use a standard "OK" text for confirmation buttons in error dialogsHugo Locurcio
2018-08-05Fix wrong context menu when right-clicking script/doc filesMichael Alexsander Silva Dias
2018-07-29Merge pull request #15269 from ianb96/context_menu_improvementsJuan Linietsky
2018-07-26context menu improvementsIan
2018-07-26Merge pull request #19257 from volzhs/edit-visual-scriptRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25Fix crash on doc right click, issue 20429Paulb23
2018-07-25Open internal visual script editor while use external editor is onvolzhs
2018-07-22Allow opening and editing of any utf_8 file in script editorPaulb23
2018-07-15Global class names (and GDScript support for it)Juan Linietsky
2018-07-03Merge pull request #19251 from YeldhamDev/script_templates_changesMax Hilbrunner
2018-06-21Move Theme options to submenuChaosus
2018-06-11Small changes to the comments in the script templates.Michael Alexsander Silva Dias
2018-06-08Merge pull request #19334 from guilhermefelipecgs/fix_popupJuan Linietsky
2018-06-06Fix theme not updating with changesGuilherme Felipe
2018-06-06Fix #16069, #19292, #19267 and #18940Guilherme Felipe
2018-06-06Show opened script or help namevolzhs
2018-05-18Small tooltip changes.Michael Alexsander Silva Dias
2018-05-17Moved inspector functionality from EditorNode to InspectorDock.Daniel J. Ramirez
2018-05-16Changed the name displayed in the Script tab for built-in script with a more ...Samuele Zolfanelli
2018-05-11Add button hbox with alphabetic sort toggle above methods outline.Julian Murgia
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-04-08Merge pull request #16571 from Zylann/find_in_filesJuan Linietsky
2018-04-02Abstracted the syntax highlighter from text editPaulb23
2018-03-01ScriptEditor: Use EditorSettings instead of hardcoded values in constructor.Andreas Haas
2018-02-21Fix builtin script cannot open from debug stacksgeequlim
2018-02-20Merge pull request #16455 from volzhs/close-docsRémi Verschelde
2018-02-20Keep to show current script when closing all docsvolzhs
2018-02-19Added find & replace in filesMarc Gilleron
2018-02-14option to disable sort in script listianb96