From 4cf6dac5f95f85f4b55747913df1f48a91cf4ef6 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 12 Feb 2012 14:35:03 +0000 Subject: [PATCH] New functions & Some Removals Removed code realting to idea of slow clicking to begin rename process New File function added New Folder function added Altered rename function to work with single file Altered delete function to display better path in prompt File Manager Menu positioning & display function Mouse X & Y position function added to enable positioning --- lib/coder.js | 85 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 56 insertions(+), 29 deletions(-) diff --git a/lib/coder.js b/lib/coder.js index a2f2127..c14a167 100644 --- a/lib/coder.js +++ b/lib/coder.js @@ -564,32 +564,20 @@ var ICEcoder = { } // We are single clicking } else { - if (top.ICEcoder.selectedFiles.length==1 && shortURL==top.ICEcoder.selectedFiles[0]) { - // Go into edit mode... - if (top.ICEcoder.slowClick) {top.ICEcoder.renameFile()} - } else { - // First deselect all files - for (i=0;i