-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
改善模糊搜索逻辑,以及一些小的 Bug 修复和小功能的添加 #862
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
program will abort.
2. A possible fix to a possible bug: when fetch the version info sometimes one of latest and version will be 'int' 3. self.margin -> self.left_margin_ratio
…frese -> refresh (typo).
1. Add right margin to menu and playinfo 2. adjust scrolling speed of the string
1. Fix the bug that behavior set by "page_length" will be override as auto adjusted. 2. make the comment section with right margin.
Sync with upstream
1. Set the classifier natural language in setup.py from English to Chinese (Simplified). 2. Use <kbd> label to wrap the shortcut key in README.md 3. Add description to num + key 4. Add bug report for fuzzy search
1. Set the classifier natural language in setup.py from English to Chinese (Simplified). 2. Use <kbd> label to warp the shortcut key in README.md. 3. Add description to num + key. 4. Add bug report for fuzzy search.
search result. Corresponding to bug 3 in #10.
Now the wrapped fuzzy search is disabled.
1. Remove problem & solution 858. 2. Make number key instructions more clear. 3. The path of log file should now obey XDG standard.
…call space_key_event()
…lume() will abort the application.
status in playinfo will be wrong.
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.
#858 引入的模糊搜索的逻辑有点问题,本 PR 修改后模糊搜索的行为表现为
本 PR 还修复了一些小的 Bug,添加了一些小的 Feature。
修复的 Bug :
-
程序崩溃添加的功能:
改变的应用程序行为:
是 Bug 但是目前不打算修: