Browse Source

Made reveal in folder working

rsredsq 10 years ago
parent
commit
658cf911d3
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Script/AtomicEditor/ui/ProjectFrameMenu.ts

+ 5 - 0
Script/AtomicEditor/ui/ProjectFrameMenu.ts

@@ -63,6 +63,11 @@ class ProjectFrameMenus extends Atomic.ScriptObject {
                 return true;
                 return true;
             }
             }
 
 
+            if (refid == "reveal_folder") {
+                var utils = new Editor.FileUtils();
+                utils.revealInFinder(path);
+                return true;
+            }
         }
         }
 
 
     }
     }