KonerDev
KonerDev
**Describe the solution you'd like** It would be fantastic to be able to select multiple folders/files and perform actions on them, such as deleting, moving, or viewing their properties.
1. Tabs in Xed-Editor cannot be reordered by dragging. It would be very useful to enable drag-and-drop for tabs so users can rearrange them dynamically. 2. File icons are not...
### Description I need a way to react to newly published diagnostic data in the editor. As far as I know, the only way to check for new diagnostics is...
## Issue The different windows in the sora-editor can sometimes overlap which makes it hard to read anything. ## Possible solution As soon as the user types something and the...
## Description When using the following method to write file content: ```java public static void setFileContent(String path, String content) { Shell.getShell(); ByteArrayInputStream inputStream = new ByteArrayInputStream(content.getBytes(StandardCharsets.UTF_8)); Shell.cmd("cat > " +...