File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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++.
You can’t perform that action at this time.
0 commit comments