-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update crate documentation #135
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fluxxcode
added a commit
that referenced
this pull request
Jul 3, 2024
* Fix path edit size and focus (#102) * Fix path edit size * Fix path edit focus when pressing checkmark * Update CHANGELOG.md * Ability to pin folders to the left sidebar (#100) * Add show_pinned_folders option * Implement pin and unpin option * Update CHANGELOG.md * Deprecate FileDialog::overwrite_config (#103) * Deprecate FileDialog::overwrite_config * Update CHANGELOG.md * Implement persistent storage (#104) * Add serde dependency * Implement serialize and deserialize for FileDialogStorage * Add feature persistence * Update CHANGELOG.md * Move storage to config and add builder methods (#105) * Move storage to config, add builder methods * Update CHANGELOG.md * Add option to overwrite a file (#106) * Implement modal actions * Finish modal UI * Add option to allow overwriting a file * Update CHANGELOG.md * Persistence example (#107) * Add example * Update CHANGELOG.md * Restructure config module (#109) * Restructure config module * Update CHANGELOG.md * Fix new 1.78 clippy errors * Keyboard navigation (#110) * Implement keybindings * Improve reset method * Set cursor to end of text fields * Update changelog * Move FileDialogStorage to config module * Fix submit not working when saving a file * Hidden files and folders (#111) * Implement show hidden files and folders option * Implement config options * Update changelog * Implement keep focus option (#112) * Implement keep focus option * Update changelog.md * Improve navigation (#113) * Close path edit on submit * Exec selection keybinding if any widget is focused * Select first item when updating search value * Submit dialog when exiting search using enter * Update changelog * Improve submit and cancel keybindings * Submit directory when no other item is selected * Rename persistence feature to serde (#114) * Document breaking changes in changelog (#115) * Implement modal option (#118) * Implement modal * Update changelog * Make DirectoryEntry publicly reachable (#119) * Update changelog (#120) * Fix modal (#121) * Remove keep_focus option * Fix modal * Implement file filters (#124) * Implement file filters * Update changelog * Home directory shortcut (#125) * Cleanup edit_search_on_text_input * Implement home_edit_path keybinding * Fix clippy error * Implement multi selection (#127) * Implement multi selection * Update changelog * Implement keybinding select_all * Improve ID handling (#128) * Improve ID handling * Update changelog * Add multi_selection example (#129) * Add multi_selection example * Update changelog * File Dialog doesnt implement the Send Bound (#131) * modified FileDialog to be Send * Update changelog (#132) * Update to egui 0.28 (#133) * Update to egui 0.28 * Also update dependencies Use workspace dependencies to make updating easier * Ok-wrap the App struct in the examples The new API expects a Result * Add serde and ron features to sandbox example * Add eframe persistence feature (#134) * Prepare README.md for v0.6.0 release (#108) * Add table of contents * Fix table of contents * Remove description from table of contents * Add persistence section * Update CHANGELOG.md * Document keybindings * Fix arrow icons * Move keybindings up * Update README.md * Add show hidden feature to readme * Update readme * Rename persistence feature * Add description to keybindings * Update feature list * Fix incorrect feature in persistent section * Add file filter feature to readme * Add home_edit_path to keybinding list * Update examples * Update demo image * Reduce size of demo screenshot * Update eframe version in README.md * Use take_selected in README example * Update changelog * Update crate documentation (#135) * Update crate documentation in lib.rs * Update changelog * Prepare release v0.6.0 (#136) * Increase crate version * Update changelog --------- Co-authored-by: crumblingstatue <[email protected]> Co-authored-by: nat3 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated crate documentation in
lib.rs