We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[Next|Previous]
Just did a quick pattern search to identify the remaining Next/Previous method pairs. These two would fit the Adjacent pattern well:
Next
Previous
Adjacent
WorkspaceManager.MoveWindowTo[Next|Previous]Monitor
MonitorManager.Get[Next|Previous]Monitor
This one also lends itself to a merge, but the Adjacent naming seems slightly less fitting:
Workspace.[Next|Previous]LayoutEngine
The text was updated successfully, but these errors were encountered:
Create GetAdjacentMonitorPicker (see #734)
c58511b
Will be replaced with the updated structure from #889.
Sorry, something went wrong.
No branches or pull requests
Just did a quick pattern search to identify the remaining
Next
/Previous
method pairs. These two would fit theAdjacent
pattern well:WorkspaceManager.MoveWindowTo[Next|Previous]Monitor
MonitorManager.Get[Next|Previous]Monitor
This one also lends itself to a merge, but the
Adjacent
naming seems slightly less fitting:Workspace.[Next|Previous]LayoutEngine
The text was updated successfully, but these errors were encountered: