X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=blobdiff_plain;f=tests%2Flibede%2FfileSystemBoxTestApp%2FFileSystemBoxTestApp.ec;h=2f6d75aa5bfc9b30429705cb71f84f3e6d85b1d0;hp=38f431322352c46dc4c2dfb11f23499d1f96d5ed;hb=44a277e23221f672f8fc1c0da40aaa4cd52cf0eb;hpb=5cd6791af3c87b158410f990314f4e80392d7849 diff --git a/tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec b/tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec index 38f4313..2f6d75a 100644 --- a/tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec +++ b/tests/libede/fileSystemBoxTestApp/FileSystemBoxTestApp.ec @@ -1,5 +1,5 @@ import "ecere" -import "EDE" +import "ede" class FileSystemBoxTestWindow : Window { @@ -14,7 +14,6 @@ class FileSystemBoxTestWindow : Window TabControl tabControl { this, background = activeBorder, anchor = { left = 4, top = 4, right = 4, bottom = 4 } }; FileListTab fileListTab { tabControl }; - JustFilesTab justFilesTab { tabControl }; FolderListTab folderListTab { tabControl }; FileTreeTab fileTreeTab { tabControl }; FolderTreeTab folderTreeTab { tabControl }; @@ -43,18 +42,6 @@ class FileListTab : TestTab }; } -class JustFilesTab : TestTab -{ - text = "JustFiles"; - - FileSystemBox box - { - this; - filesOnly = true; - anchor = { left = 4, top = 4, right = 4, bottom = 4 }; - }; -} - class FolderListTab : TestTab { text = "FolderList";