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

Automatic margin reload #2

Closed
p10tyr opened this issue Oct 3, 2018 · 2 comments
Closed

Automatic margin reload #2

p10tyr opened this issue Oct 3, 2018 · 2 comments

Comments

@p10tyr
Copy link
Owner

p10tyr commented Oct 3, 2018

Figure out how to update the Glyphs without having to open and close the files.

In debug it enough to start typing but in Release it requires the tab to be closed and opened.

If any body knows please comment.

@p10tyr
Copy link
Owner Author

p10tyr commented Oct 3, 2018

I implemented Filesystem watched to monitor c:\coverlet

I did some more research and switched away from ITaggerProvider to IViewTaggerProvider which gives access to more of the VS IDE stuff.. This stuff will come in handy later.

Whats important is that when you add,remove,rename or update files in the coverlet directory visual studio markers "Glyphs" update.. and really fast!

Side effects of this

  • enables me to manage cache better as I now know which files changed instead of constantly scanning the directory. This should make the caching stuff even more faster
  • Kind of helps me to get to the line visits margin aspect as it sets some ground work for new simplified models

@p10tyr p10tyr closed this as completed Oct 3, 2018
@IanIsFluent
Copy link

I'm afraid I think this needs reopening ☹️ - I can't see live updates with latest VS 2017

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

No branches or pull requests

2 participants