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

Addin should store IDE window meta-data #49

Open
abegel opened this issue May 9, 2023 · 1 comment
Open

Addin should store IDE window meta-data #49

abegel opened this issue May 9, 2023 · 1 comment

Comments

@abegel
Copy link

abegel commented May 9, 2023

In order to support a user playing back the stored X,Y data, the addin should be storing:

  1. VS window position (x, y, width, height)
  2. Editor window position (x, y, width, height)
  3. Editor viewport (x, y, width, height) (that's for recording the scroll position within the editor)
@abegel
Copy link
Author

abegel commented May 9, 2023

Please record this information every time it may change, e.g. when someone moves the window or editor or scrolls the editor window.

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

1 participant