Skip to content

Commit b6ad6f0

Browse files
committed
[UPD] : update of README.md
1 parent 6101b43 commit b6ad6f0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ included in the Lib_Only branch for your convenience.
7676
- Thumbnails Display (agnostic way for compatibility with any backend, sucessfully tested with OpenGl and Vulkan)
7777
- The dialog can be embedded in another user frame than the standard or modal dialog
7878
- Can tune validation buttons (placements, widths, inversion)
79+
- Can quick select a parrallel directory of a path, in the path composer (when you clikc on a / you have a popup)
7980

8081
## Singleton Pattern vs. Multiple Instances
8182

@@ -638,6 +639,13 @@ the result :
638639

639640
![Embedded.gif](https://github.com/aiekick/ImGuiFileDialog/blob/master/doc/Embedded.gif)
640641

642+
## Quick Parallel Path Selection in Path Composer
643+
644+
you have a separator between two directories in the path composer
645+
when you click on it you can explore a list of parrallels directories of this point
646+
647+
![quick_composer_path_select.gif](https://github.com/aiekick/ImGuiFileDialog/blob/master/doc/quick_composer_path_select.gif)
648+
641649
## Api's C/C++ :
642650

643651
### C++.

0 commit comments

Comments
 (0)