summaryrefslogtreecommitdiff
path: root/editor/plugins/shader_editor_plugin.cpp
AgeCommit message (Expand)Author
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-27Merge pull request #36232 from Calinou/add-soft-line-length-guidelineRémi Verschelde
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-15Add a soft line length guideline to the script editorHugo Locurcio
2020-02-06Few enchancements for shader editorYuri Roubinsky
2020-01-18Fix minimap updating in shader tabYuri Roubinsky
2020-01-12Fixes min size of various editor plugins on HiDPIHaoyu Qiu
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-02Merge pull request #32484 from Chaosus/shader_fixRémi Verschelde
2019-10-02Removed unnecessary shader error log messagesYuri Roubinsky
2019-10-02Update ScriptEditor and ShaderEditor TooltipAlexander Holland
2019-09-22Support menu key in TextEdit and LineEdit controlsPaul Trojahn
2019-09-01Reorganize & rename text editor settings categoriesCykyrios
2019-08-26Clear undo history on shader loadTomasz Chabora
2019-08-08Move "Go to Function/Line" to "Go To" menuMichael Alexsander Silva Dias
2019-08-02Added link to docs for shader editorYuri Roubinski
2019-07-06Fix code completion for shader editorgeequlim
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