bookmarks, part 2
This commit is contained in:
parent
919ff4a9d2
commit
8fbfef94cf
2 changed files with 39 additions and 10 deletions
|
|
@ -122,6 +122,9 @@ class FurnaceFilePicker {
|
|||
// for "create directory"
|
||||
String mkdirPath, mkdirError;
|
||||
|
||||
// for "create bookmark"
|
||||
String newBookmarkName, newBookmarkPath;
|
||||
|
||||
// for the "edit path" button
|
||||
String editablePath;
|
||||
bool editingPath;
|
||||
|
|
@ -143,7 +146,7 @@ class FurnaceFilePicker {
|
|||
void readDirectory(String path);
|
||||
String normalizePath(const String& which);
|
||||
bool isPathAbsolute(const String& p);
|
||||
void addBookmark(const String& p);
|
||||
void addBookmark(const String& p, String n="");
|
||||
|
||||
void drawFileList(ImVec2& tableSize, bool& acknowledged);
|
||||
void drawBookmarks(ImVec2& tableSize, String& newDir);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue