summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-08-15Improve error reporting in the Particles emission point creation dialogHugo Locurcio
- Display an error message if the selected node doesn't extend from Spatial - Display the selected node name in error messages to provide additional context when relevant - Clarify error messages - Use the standard editor warning dialog
2019-08-15Merge pull request #31375 from Calinou/add-auto-editor-font-hintingRémi Verschelde
Add an "Auto" editor font hinting setting to match OS font rendering
2019-08-14Fix matches result in the code search not appearing when the quantity is 0Michael Alexsander Silva Dias
2019-08-14Add an "Auto" editor font hinting setting to match OS font renderingHugo Locurcio
The "Auto" setting picks the font hinting setting that best matches the operating system's font rendering settings. This font hinting setting is now the default.
2019-08-14Merge pull request #31263 from Chaosus/vs_pluginRémi Verschelde
Plugin support for visual shaders
2019-08-14Plugin support for visual shadersYuri Roubinski
2019-08-14Merge pull request #31266 from ↵Rémi Verschelde
IAmActuallyCthulhu/pr/remove-redundant-author-comments Remove redundant author doc comments
2019-08-14Fix Project Manager not remembering sorting optionTomasz Chabora
2019-08-14Merge pull request #31329 from KoBeWi/vscode_ftwRémi Verschelde
Tweak the behavior of search/replace bar
2019-08-14Merge pull request #31347 from neikeq/monodevelop-addinRémi Verschelde
C#: Add Ide Connection library and server for the editor
2019-08-14Merge pull request #31362 from Calinou/icons-use-lanczos-filteringRémi Verschelde
Use Lanczos filtering for variable-sized images such as project icons
2019-08-14Merge pull request #31357 from YeldhamDev/theme_editor_fixup_fixupRémi Verschelde
Regression fixup to the theme editor
2019-08-13Use Lanczos filtering for variable-sized images such as project iconsHugo Locurcio
This results in better-looking icons with less artifacts induced by downscaling.
2019-08-13Merge pull request #31355 from nekomatata/fix-select-prev-freezeRémi Verschelde
Fixed freeze on search previous
2019-08-13Regression fixup to the theme editorMichael Alexsander Silva Dias
2019-08-13Fixed freeze on search_prev (missing condition for searching from a previous ↵PouleyKetchoupp
result, now the same as search_next) Fixes #31328
2019-08-13Tweak the behavior of search/replace barTomasz Chabora
2019-08-13Merge pull request #31338 from Calinou/reorganize-menusRémi Verschelde
Reorganize various menus for consistency and conciseness
2019-08-13Make the script search have a proper matches counterMichael Alexsander Silva Dias
2019-08-13Merge pull request #31326 from Calinou/template-manager-disable-download-devRémi Verschelde
Only display download buttons in the template manager when available
2019-08-13Reorganize various menus for consistency and concisenessHugo Locurcio
- Clean up the recent scripts dialog to match the recent scenes dialog - Add "..." at the end of shortcuts that cause a modal dialog to appear This closes #31148.
2019-08-13Only display download buttons in the template manager when availableHugo Locurcio
Development builds don't have official export templates available. Clicking the "Download" or "Re-Download" button resulted in an error while fetching the list of mirrors. This hides the download-related features when using a development build.
2019-08-13Merge pull request #31317 from sparkart/masterRémi Verschelde
Fix Right-Click Menu Deselecting Edits Content
2019-08-12Add "Find in Files..." to the text editorMichael Alexsander Silva Dias
2019-08-12Merge pull request #31319 from Xrayez/script-lang-iconsRémi Verschelde
Display language icons in script create dialog
2019-08-12Display language icons in script create dialogAndrii Doroshenko (Xrayez)
2019-08-12Export: Remove temp files from cache after exportRémi Verschelde
So far we left most temporary files lying around, so this attempts to fix that. I added a helper method to DirAccess to factor out the boilerplate of creating a DirAccess, checking if the file exists, remove it or print an error on failure.
2019-08-12Fix Right-Click Menu Deselecting Edits ContentEmmanuel Barroga
Right-clicking a property to open the context menu deselects the text field. This causes the context menu to be useless because it doesn't have anything to edit.
2019-08-12Merge pull request #31315 from fstiewitz/fix-find-in-files-crashRémi Verschelde
Fix crash on right click in "Find in Files" panel
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-08-12Merge pull request #31179 from KoBeWi/code_editor_magicRémi Verschelde
Add Evaluate Selection option to Script Editor
2019-08-12fix(find_in_files): crash when selecting with RMBFabian Stiewitz
in replace mode, if no search result has been selected and RMB is pressed on a checkbox, the editor crashes in editor/find_in_files.cpp:712 because item is NULL
2019-08-12Merge pull request #31251 from YeldhamDev/text_editor_goto_fullRémi Verschelde
Move "Go to Line..." from "Edit" to "Go To" in text editor
2019-08-12Merge pull request #31249 from Calinou/tweak-multiline-text-popup-sizeRémi Verschelde
Tweak the size of the multiline text edit popup dialog
2019-08-12Merge pull request #31247 from YeldhamDev/theme_editor_fixupRémi Verschelde
Minor fixups to the theme editor
2019-08-10Adds support for undo/redo for in-editor color pickermiwanczuk
2019-08-09Move "Go to Line..." from "Edit" to "Go To" in text editorMichael Alexsander Silva Dias
2019-08-09Tweak the size of the multiline text edit popup dialogHugo Locurcio
This caps its size on large displays. This in turn prevents lines from becoming very long, which could hamper text readability.
2019-08-09Minor fixups to the theme editorMichael Alexsander Silva Dias
2019-08-09Improve node Change Type optionTomasz Chabora
2019-08-09Merge pull request #31225 from YeldhamDev/editor_help_matchesRémi Verschelde
Show matches found when searching the docs
2019-08-09Merge pull request #31223 from creikey/fix-csg-crashRémi Verschelde
Button object used after pressed is called
2019-08-09Merge pull request #31222 from YeldhamDev/editplugins_cosmetic_changesRémi Verschelde
Minor cosmetic changes in some editor plugins
2019-08-09Merge pull request #31220 from YeldhamDev/goto_single_menuRémi Verschelde
Move "Go to Function/Line" to "Go To" menu
2019-08-09Show matches found when searching the docsMichael Alexsander Silva Dias
2019-08-09Merge pull request #31193 from creikey/cpuparticles-gizmoRémi Verschelde
Add particles icon to CPUParticles
2019-08-08Button object used after pressed is calledCameron Reikes
- by queueing for deletion node can call own cleanup methods
2019-08-08Minor cosmetic changes in some editor pluginsMichael Alexsander Silva Dias
2019-08-08Move "Go to Function/Line" to "Go To" menuMichael Alexsander Silva Dias
2019-08-08Add particles icon to CPUParticlesCameron Reikes