Open sokorototo opened 2 years ago
I was about to open the same feature request. This is how I previously used Atom, and how I currently use Kate. (for some files)
Really looking forward to using Lapce full time once it is fleshed out a bit more, love how fast the editor is!
Additionally, the ability to drag and drop entire folders to make Lapce open the folder.
If Lapce supports multiple panes, what should happen when dragging-and-dropping:
Such basic functionality which makes me sad as I love Lapce otherwise. No drag/drop support anywhere and this has been a longstanding request from the community. Back to VS code I guess.
I am also very sad. As you can see, there are too few developers now, and many basic functions are missing. I can only slowly make up for it.
@tinyaustralia I think we should all cherish open source project developers more. As you could see, for the longstanding request from the community to really happen, either someone funds staff to work on the project, or some of the community members actually contribute code.
The way Lapce implements its cross-platform UI makes this a hassle to achieve, as you’ll need to actually get Druid to implement the API reliably across different platforms. I’d suggest starting from there.
The way Lapce implements its cross-platform UI makes this a hassle to achieve, as you’ll need to actually get Druid to implement the API reliably across different platforms. I’d suggest starting from there.
Slightly off-topic, but since the issue was opened we replaced Druid (since it was deprecated) with our own GUI toolkit.
@panekj Ah thanks! Haven’t digged into the UI stack for a while. Will definitely look what can be done in Floem!
should be implemented now in latest v0.4.1
should be implemented now in latest v0.4.1
What a nice surprise! Thank you.
should be implemented now in latest v0.4.1
What a nice surprise! Thank you.
You have @jm-observer to thank who implemented this feature among a lot of other new features.
Is your feature request related to a problem? Please describe.
Say I have the editor open and I see a file in my file manager I want to quickly open. I try dragging and dropping into the editor, no dice.
Describe the solution you'd like
It's quite simple: open a new editor for the dropped file; if the file lives in the current workspace/folder, behave as though it was opened via the Side Bar.
Describe alternatives you've considered
lapce
could open a small dialogue asking whether the user trusts the given file. Also whether to enable advanced editor features likeLSP
.Additional context
None, I just like
lapce