Files
ICEcoder/lib
Matt Pass 9fbf1e7504 Dragging with key, drop file, paste URL functions
draggingWithKey is new param, to indicate which key we have down while
dragging, false if no key
pasteURL is new function to paste a URL into the editor. If CTRL/Cmd is
down, add the protocol and // as a prefix
draggingWithKeyTest - another new function, this will work out a key
that may be down whilst dragging, For now we set to CTRL (for CTRL/Cmd)
or false but could take other keys in future
dropFile is a final new function, when dropping a file, it will do
something. If we're in the editor area, paste the URL, if we're in the
files area, we'll move a file (a future update here). Finally, we set
mouseDown to false as we may have crossed from one area to another and
the event wouldn't trigger and flag not set otherwise
Also setting top.ICEcoder.area on mouse move, very useful so we can work
with that info (in the case of dropFile above)
2013-09-26 18:28:39 +01:00
..
2013-09-19 20:57:54 +01:00
2013-09-19 20:57:54 +01:00
2013-09-12 17:50:27 +01:00
2013-05-29 08:16:33 +01:00
2013-09-26 18:18:05 +01:00
2013-09-25 10:12:06 +01:00
2013-04-30 17:48:54 +01:00
2013-07-07 15:27:09 +01:00
2013-04-20 16:12:32 +01:00
2012-10-09 07:57:28 +01:00
2013-08-30 09:06:00 +01:00