summaryrefslogtreecommitdiff
path: root/editor/plugins/shader_editor_plugin.cpp
AgeCommit message (Expand)Author
2019-07-01Merge pull request #29071 from YeldhamDev/improve_bookmarksRémi Verschelde
2019-06-24Correct typo that broke custom selected font colorGwyneth Lowe
2019-06-01Reload text shaders when externaly edited, issue 19852Paulb23
2019-05-24Improve bookmarksMichael Alexsander Silva Dias
2019-05-05Add bookmarks for easier code navigationTomasz Chabora
2019-04-23Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson
2019-03-16Merge pull request #25782 from hsandt/feature/fix-toggle-comment-indentRémi Verschelde
2019-03-06Don't hide/show top editor if they did not change, fixes #26644Juan Linietsky
2019-03-04Ensure shader is not set if code did not changeJuan Linietsky
2019-02-23-Treat scalar conversions when calling functions as error, closes #24261Juan Linietsky
2019-02-04[Script Editor] Refactored ScriptTextEditor::_edit_option by extracting EDIT_...hsandt
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-13Revert "Use more subtle indentation guides in the script editor"Rémi Verschelde
2018-12-09Merge pull request #20609 from YeldhamDev/menu_hover_explicitRémi Verschelde
2018-12-09Merge pull request #20725 from Calinou/textedit-subtle-indent-guidesRémi Verschelde
2018-12-07Merge pull request #23327 from YeldhamDev/search_shadersRémi Verschelde
2018-11-22Allows user to click on error line to jump into error.Chaosus
2018-11-20Make opening menus with the same parent on mouse focus explicitMichael Alexsander Silva Dias
2018-11-05Added "shader" filter to "Find in Files"Michael Alexsander Silva Dias
2018-11-04Fix clone line undo history and extra new line, issue 21811Paulb23
2018-10-03Use more subtle indentation guides in the script editorHugo Locurcio
2018-09-29Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde
2018-09-27Fix warnings about set but unused variables [-Wunused-but-set-variable]Rémi Verschelde
2018-09-14Don't open VisualShaders in the text shader editor, and don't support saving ...elasota
2018-09-12Misc. typosluz.paz
2018-08-24Merge pull request #21356 from akien-mga/drop-shadergraphRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-24Drop old ShaderGraph code, obsoleted by VisualShaderRémi Verschelde
2018-07-26context menu improvementsIan
2018-07-22Refactored text manipulation into CodeTexteditorPaulb23
2018-07-14Visual Shaders are back.Juan Linietsky
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-28Respect text editor highlighting color changesvolzhs
2017-12-20Adds an option to move cursor with right click in TextEditMattUV
2017-12-16Merge pull request #14649 from MattUV/fix-indentationRémi Verschelde
2017-12-15Made built-in identifiers properly constant in shaders. Fixes #14449, closes ...Juan Linietsky
2017-12-15Modifies indentation behavioursMattUV
2017-12-07Changed current line draw order and added code folding colorPaulb23
2017-11-11shader editor context menu and line operations and style fixIan
2017-10-22Added setting to toggle current line highlightingPaulb23
2017-09-15Added adaptive text editor theme, this includes the shader editorDaniel J. Ramirez
2017-09-08Fix unused variable warningsHein-Pieter van Braam
2017-09-03Enabled smooth scrolling for shader editorPaulb23
2017-08-31Added setting to toggle auto indentPaulb23
2017-08-30Merge pull request #10750 from Rubonnek/fix-duplicate-script-changed-signalRémi Verschelde
2017-08-29Renamed 'script_changed' signal in the script editor plugin to 'edited_script...Wilson E. Alvarez
2017-08-29removed DISCARD built in variable, replaced by actual discard GLSL instructio...Juan Linietsky
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde