carlito913 / editor-on-fire

Automatically exported from code.google.com/p/editor-on-fire
Other
0 stars 0 forks source link

Support drag and drop? #157

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm not sure if this is feasible with Allegro, but if drag and drop can be 
supported natively with support for Win/Lin/Mac, then it will add more 
convenience.  Initially, the "load via command line" logic could be used.  
Later on, mechanisms like dragging and dropping a new audio file into EOF to 
perform "load OGG" could be provided.

Original issue reported on code.google.com by raynebc on 7 Sep 2010 at 11:23

GoogleCodeExporter commented 8 years ago
Asking on the Allegro IRC channel, it doesn't look like Allegro supports this.  
The most likely solution I found so far would involve using the wxWidgets 
library.

Original comment by raynebc on 8 Sep 2010 at 3:17

GoogleCodeExporter commented 8 years ago
wxWidgets might also provide a cross-platform way of accessing the clipboard, 
but adding yet another dependency to EOF will make it more difficult for people 
to build.

Original comment by raynebc on 8 Sep 2010 at 7:04

GoogleCodeExporter commented 8 years ago
It may be worth seeing if Allegro 5 has any built in support for drag and drop. 
 At least one other third party library supports drag and drop:
https://github.com/axilmar/algui

But I don't know if it's worth adding a new library just for this functionality.

Original comment by raynebc on 8 Feb 2011 at 7:29

GoogleCodeExporter commented 8 years ago
On hold until the port to Allegro 5.

Original comment by raynebc on 22 Mar 2011 at 12:22

GoogleCodeExporter commented 8 years ago
Allegro 5 still not supports Drag&Drop.

Original comment by ul0fka on 15 Oct 2013 at 8:46

GoogleCodeExporter commented 8 years ago
This would take a lot of coding for what amounts to a slight convenience.  It 
may not be worth the effort.

Original comment by raynebc on 16 Oct 2013 at 12:08