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

quick pick - support standalone editor (+ support indentation picker) #92086

Merged
merged 1 commit into from Mar 5, 2020

Conversation

bpasero
Copy link
Member

@bpasero bpasero commented Mar 5, 2020

This brings support for IQuickInputService to the standalone editor and thus opens the door to having shared code between workbench and editor in this area.

To proof it, there is now indentation support through the picker for standalone implemented by the same code that drives this from the workbench:

Kapture 2020-03-05 at 16 06 26

Since the standalone editor is a bit more complex around adding widgets into it, the standalone implementation is now a delegate to the currently focused editor and then uses an editor overlay widget as container. I hope this makes sense.

//cc @alexdima @chrmarti

@bpasero bpasero added this to the March 2020 milestone Mar 5, 2020
@bpasero bpasero self-assigned this Mar 5, 2020
@bpasero bpasero merged commit f089513 into master Mar 5, 2020
@bpasero bpasero deleted the ben/quick-input-standalone-editor branch March 5, 2020 15:07
@github-actions github-actions bot locked and limited conversation to collaborators Apr 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant