-
-
Notifications
You must be signed in to change notification settings - Fork 61
v0.6.0: focus on the definitions in configuration #76
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
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
No attributes yet though
- Updated test assertions to reflect the changes in active_item_style
- Added `env_logger` for enhanced logging capabilities. - Integrated `shellexpand` to handle tilde expansion in config paths. - Updated `ConfigContentStyle` to use simplified field names. - Ensured unknown fields in config files are denied. - Modified tests to reflect changes in `ConfigContentStyle`.
Added support for custom key events and focus prefixes in the configuration. This includes new fields in the Config and ConfigFile structs, as well as updates to the merge function and related tests. The changes enhance the flexibility and customizability of the editor.
Added spin_duration field to Config and ConfigFile structs. Updated merge function to handle spin_duration. Set default spin_duration to 300ms. Removed redundant spin_duration initialization in main.
Added new style options to Config and ConfigFile structs, including prefix_style, active_char_style, inactive_char_style, curly_brackets_style, square_brackets_style, key_style, string_value_style, number_value_style, boolean_value_style, and null_value_style. Updated merge function and default implementation to handle these new styles.
Removed unused dependencies `env_logger`, `log`, and `humantime` from Cargo.toml and Cargo.lock. Cleaned up related imports and initialization code in main.rs.
- Bump versions for various dependencies in Cargo.lock - Add `dirs` crate to Cargo.toml - Remove `shellexpand` crate from Cargo.toml
feat: add configuration file support
Merged
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.
What
Config
structure