Skip to content

Commit 7ef2117

Browse files
committed
[UPD] : update doc
1 parent 1c10723 commit 7ef2117

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
6161
4) 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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)