Marc

Results 6 comments of Marc

> That's because we don't have syntax highlighting for Lua. Regarding the icon it will be removed anyway once I finish icon themes. > Oh that's a pity. I'd love...

Hey @takase1121, I tried it again and I can reproduce it. 1. Open Lite XL on macOS (Intel or Apple Chips) 2. Drag a folder (with Lua source files) onto...

I looked into the sources and I think I found the location where the folder drop is handled: [data/core/init.lua](https://github.com/lite-xl/lite-xl/blob/9b1bfeacac3444324444539078d61890897da6ed/data/core/init.lua) ```lua if info and info.type == "dir" then system.exec(string.format("%q %q", EXEFILE,...

Hey @jgmdev, I tried the plugin and it works. It would be absolutely perfect, if only it were possible to delete the first folder. The option `remove folder` is, however,...

> How are you opening the directories? Directly from lite-xl (cmd+shift+o) or from Finder? What happens if you do `open lite-xl.app [directory]` multiple times? I tried all three ways again,...

> Ok, added the suggested [ipc](https://github.com/lite-xl/lite-xl-plugins/blob/2.1/plugins/ipc.lua) changes as a temporary remedy until maybe a better solution is worked directly on lite-xl **Perfect!** Works like a charm. Thank-you so much. :)