emad-elsaid / devtools

A set of simple tools every developer needs, collected in one application.
http://www.emadelsaid.com/devtools
MIT License
15 stars 6 forks source link

custom Ember textarea component that accepts dropping files #8

Closed emad-elsaid closed 8 years ago

emad-elsaid commented 8 years ago

the normal textarea doesn't accept drag-n-drop, a custom textarea component should be created to be shared among all tools.

the textarea should have the same interface currently ember has in addition to the following features :

the first design suggestion is to enhance the current ember textarea component with the required features. another design is to create a separate component devtools-textarea with the same interface in addition to the required features.

AmrEldib commented 8 years ago

Maybe it should also have "Select All", "Copy" and "Paste". This will be helpful in tools like minify and encoding tools.

emad-elsaid commented 8 years ago

i modified the original issue to include clipboard actions and select all action.