remember search results when re-opening
This commit is contained in:
parent
eaf1cdc823
commit
aabe2f58f5
2 changed files with 79 additions and 57 deletions
|
|
@ -148,6 +148,7 @@ class FurnaceFilePicker {
|
|||
bool isPathAbsolute(const String& p);
|
||||
void addBookmark(const String& p, String n="");
|
||||
FileEntry* makeEntry(void* _entry, const char* prefix=NULL);
|
||||
void completeStat();
|
||||
|
||||
void drawFileList(ImVec2& tableSize, bool& acknowledged);
|
||||
void drawBookmarks(ImVec2& tableSize, String& newDir);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue