clij / clijx-assistant

A user interface for GPU-accelerated image processing using CLIJ2
https://clij.github.io/assistant
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Auto-arrange windows #15

Closed haesleinhuepf closed 3 years ago

haesleinhuepf commented 4 years ago

Suggested by @pr4deepr

''' When using the CLIJx-assistant, I can get a bit lost with the sequence of windows especially with long workflows. Is it possible to have an auto arrange of some sorts where it arranges the windows in sequence of the operations performed?? '''

See also: https://github.com/clij/assistant/issues/14

haesleinhuepf commented 4 years ago

Hey @pr4deepr,

if you turn off Auto-Positioning (in the right click menu) and click on the main menu Window > Tile, it looks like this: image

Does that make sense or would you arrange the windows differently?

I could make a short-cut doing this in the right-click menu...

pr4deepr commented 4 years ago

Yea, this works quite well. As far as I can tell, it arranges it in the order of operations! The only other issue would be making sure the dialog box for each window is active and comes in front when clicking the corresponding windows. I think a shortcut would be great!

haesleinhuepf commented 4 years ago

Hey @pr4deepr ,

I worked a bit on automatic default-positions of windows:

window_positioning

The new scheme is available via the update site. Feel free to give it a try and let me know what you think!

Cheers, Robert