-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature request: initial cursor position in globals #4
Comments
@ajwood take a look at this implementation and see if it does what you need. |
@rdvincent this definitely gets the job done! Thanks! I noticed a couple things though:
Probably not critical, but might be confusing for a naive user. |
I can certainly make it work if the user only specifies the Z direction, e.g. The other directions would just be set to the default. The second case is more confusing. I will have to think about how that should be handled. Perhaps I was incorrect to create two different initial positions, and the initial position should automatically apply to both volumes. |
Does that look right to you? Would it fit cleanly into the code? |
|
Whatever you like - thanks! |
…re axes to set the initial position, and handle synced volumes in a reasonable way.
@ajwood Try this version out - here's how it should behave:
|
It'd be great to be able to control the initial cursor location from the globals file
The text was updated successfully, but these errors were encountered: