Skip to content
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

Sort for quick open entries respecting highlight information #8185

Merged

Conversation

RomanNikitenko
Copy link
Contributor

@RomanNikitenko RomanNikitenko commented Jul 16, 2020

What it does

Provide ability to compare quick open entries
Closes #7899

The PR contains copied functions from VS Code, please see my comment in the issue #7899 (comment)
I'll provide the corresponding CQ if the changes look good
Update: the reference to the CQ https://dev.eclipse.org/ipzilla/show_bug.cgi?id=22443

How to test

The bug is actual for master branch at using the QuickOpenService with true value for fuzzySortproperty.
So, for testing I used F1 --> Variable:List All since it has true value for fuzzySortproperty here

Please see actual and expected behavior in the issue description #7899

Review checklist

Reminder for reviewers

Signed-off-by: Roman Nikitenko [email protected]

@RomanNikitenko RomanNikitenko requested a review from akosyakov July 16, 2020 10:09
@RomanNikitenko RomanNikitenko mentioned this pull request Jul 16, 2020
47 tasks
@RomanNikitenko RomanNikitenko changed the title Ability to compare quick open entries Sort for quick open entries respecting highlight information Jul 20, 2020
@akosyakov akosyakov added monaco issues related to monaco CQ Required (deprecated) issues requiring a CQ (contributor questionnaire) labels Jul 28, 2020
Copy link
Member

@akosyakov akosyakov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it works nicely, thanks!

for a CQ, please mention that it is just one small file under MIT license

@RomanNikitenko RomanNikitenko force-pushed the compareQuickOpenEntries branch from f8b69c3 to 55b1d03 Compare August 4, 2020 14:12
@azatsarynnyy azatsarynnyy added the Team: Che-Editors issues regarding the che-editors team label Aug 26, 2020
@RomanNikitenko RomanNikitenko force-pushed the compareQuickOpenEntries branch from 55b1d03 to 17ecd38 Compare October 29, 2020 10:39
@RomanNikitenko RomanNikitenko merged commit e22a520 into eclipse-theia:master Oct 30, 2020
@RomanNikitenko RomanNikitenko deleted the compareQuickOpenEntries branch October 30, 2020 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CQ Required (deprecated) issues requiring a CQ (contributor questionnaire) monaco issues related to monaco Team: Che-Editors issues regarding the che-editors team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[monaco][quick-open] Using fuzzySort: true throws an error
3 participants