예제 #1
0
        /// <summary>
        /// New search explorer with the search root.
        /// </summary>
        public SuperExplorer()
            : base(new System.Guid(TypeIdString))
        {
            // base
            FileComparer = new FileFileComparer();
            Functions =
                ExplorerFunctions.AcceptFiles |
                ExplorerFunctions.DeleteFiles |
                ExplorerFunctions.ExportFiles |
                ExplorerFunctions.GetContent |
                ExplorerFunctions.SetFile |
                ExplorerFunctions.SetText |
                ExplorerFunctions.OpenFile;

            // this
            _Cache = new List<FarFile>();
        }
예제 #2
0
        /// <summary>
        /// New search explorer with the search root.
        /// </summary>
        public SuperExplorer()
            : base(new System.Guid(TypeIdString))
        {
            // base
            FileComparer = new FileFileComparer();
            Functions    =
                ExplorerFunctions.AcceptFiles |
                ExplorerFunctions.DeleteFiles |
                ExplorerFunctions.ExportFiles |
                ExplorerFunctions.GetContent |
                ExplorerFunctions.SetFile |
                ExplorerFunctions.SetText |
                ExplorerFunctions.OpenFile;

            // this
            _Cache = new List <FarFile>();
        }