Zoom – I see we zoom with scrolling, but how do we drag/move around the canvas when zoom in?
Import/Export – Normally the Editors (or IDE) will have a working directory with my list of projects. So I can open this working directory and import/export assets (e.g. explosion file collection) from another project to the current project and the editor will manage/resolve dependencies for me
Hey. Is it possible to use vim keybindings for the editor? I know that it’s possible to use visual code with plugins but native support for custom keybindings it would be great to have it in case if it’s not blocking point for delivering the other game development related features.
We have configurable keybindings among the things we wish to add. Our editor dev team is growing so I do hope that we will be able to ship more features during the spring.
Not directly easily possible yet. It might be possible if you edit the editor.css (in the section /* Code view */ maybe?) change the font name inside of the Defold package .jar file. Maybe if you change it to a system font name it will work? Or add the font to the package too, and try editing the very top of the css to add your font or replace one of the already listed there.