You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
IDE: Added ogg audio format support
IDE: Added option in settings for Display low storage modal
IDE: Added multiple selection in my project. Ctrl + click on an item to select it, while Ctrl + Right click clears the selection
IDE: Added more shortcuts in settings
IDE: Resolved the issue with automatic file opening where creating a new file with an existing name but different casing would incorrectly open a new tab instance.
IDE: Added Clipboard feature in device panel
IDE: Added ide.hideSidePanel and ide.showSidePanel api
IDE: Added device.getFreeSpace(), device.getBatteryLevel() && device.getMemoryInfo api
IDE: Changed device.saveFile to device.writeFile
IDE: Changed ide.getTabName to ide.getActiveFile
IDE: Added ide.getPath() api
IDE: Added device.convertBlobToFile api, which convert saved blobs to its respective format
IDE: Removed device.saveBlob.
IDE: Added ide.reloadProjectList api
IDE: You can now drag and drop URLs onto the 'My Project' panel to download files directly to your device.