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

Initial clickable errors in enhanced scrollbar. #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gundermanc
Copy link
Collaborator

tooltipgif

@gundermanc
Copy link
Collaborator Author

Possible enhancement: create a new IOverviewTipManagerProvider that imports the default VS one and injects a control that displays the error in the preview tip instead of creating a new tip.

@gundermanc
Copy link
Collaborator Author

In hindsight, this could be done without a margin entirely by instead getting the text view host in an IVsTextViewCreationListener and subscribing to the margin events there.

@justcla justcla changed the base branch from master to ScrollbarErrors March 14, 2018 17:00
@gundermanc gundermanc changed the base branch from ScrollbarErrors to master March 16, 2018 23:48
@ZAIDI123
Copy link

// Creates a folder that anyone on the Internet can read from and write to. (Domain
// administrators can prohibit this setting for G Suite users.)
var folder = DriveApp.createFolder('Shared Folder');
folder.setSharing(DriveApp.Access.ANYONE, DriveApp.Permission.EDIT);

1 similar comment
@ZAIDI123
Copy link

// Creates a folder that anyone on the Internet can read from and write to. (Domain
// administrators can prohibit this setting for G Suite users.)
var folder = DriveApp.createFolder('Shared Folder');
folder.setSharing(DriveApp.Access.ANYONE, DriveApp.Permission.EDIT);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants