File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ solutions.
4343 - by default Api Dirent and std::filesystem are defined
4444 - you can override GetDrieveList for specify by ex on android other fs, like local and SDCards
4545- can select all displayed files with "ctrl+a" as in any OS
46- - Natural sorting for filenames and extension on deamnde
46+ - natural sorting for filenames and extension on demand
4747
4848### WARNINGS :
4949- the nav system keyboard behavior is not working as expected, so maybe full of bug for ImGuiFileDialog
@@ -59,7 +59,7 @@ A filter is recognized only if it respects theses rules :
5959 - the name can be composed of what you want except { and }
6060 - a filter can be a regex
61614 ) the filters cannot integrate these chars '(' ')' '{' '}' ' ' except for a regex with respect to rule 1)
62- 5 ) the filters cannot integrate a ','
62+ 5 ) the filters cannot integrate a ',' except for a regex with respect to rule 1)
6363
6464<details open ><summary ><h2 >Singleton Pattern vs. Multiple Instances :</h2 ></summary ><blockquote >
6565
Original file line number Diff line number Diff line change @@ -106,6 +106,8 @@ Android Requirements : Api 21 mini
106106- you can use your own FileSystem Api
107107 - by default Api Dirent and std::filesystem are defined
108108 - you can override GetDrieveList for specify by ex on android other fs, like local and SDCards
109+ - can select all displayed files with "ctrl+a" as in any OS
110+ - natural sorting for filenames and extension on demand
109111
110112### WARNINGS :
111113- the nav system keyboard behavior is not working as expected, so maybe full of bug for ImGuiFileDialog
You can’t perform that action at this time.
0 commit comments