bobbyache / CodeCat

Store and search for code snippets
GNU General Public License v3.0
0 stars 0 forks source link

Implement drag-and-drop into Files code group section. #94

Open bobbyache opened 7 years ago

bobbyache commented 7 years ago

Allow a user to drag a file from Explorer and drop it onto the Files code group section. Will create all the default fields and set up for save. User still needs to click save to save the file and details of the file. in the list.

bobbyache commented 7 years ago

One problem you could encounter here is that your file name could conflict with an existing file name. So need to check and auto generate a file name as necessary. Perhaps display dialog as usual once user has dropped file so that user can make any changes before saving.