mkdir and some other improvements
prepare for path editing and buttons
This commit is contained in:
parent
c321277bc9
commit
4ff220ec5a
2 changed files with 327 additions and 251 deletions
|
|
@ -89,6 +89,13 @@ class FurnaceFilePicker {
|
|||
std::vector<FileTypeStyle> fileTypeRegistry;
|
||||
FileTypeStyle defaultTypeStyle[FP_TYPE_MAX];
|
||||
|
||||
// for "create directory"
|
||||
String mkdirPath, mkdirError;
|
||||
|
||||
// for the "edit path" button
|
||||
String editablePath;
|
||||
bool editingPath;
|
||||
|
||||
void sortFiles();
|
||||
void filterFiles();
|
||||
void clearAllFiles();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue