PixInsight Forum (historical)

PixInsight => Wish List => Topic started by: calan on 2017 March 11 22:29:02

Title: More flexibility in arranging and using icons
Post by: calan on 2017 March 11 22:29:02
1. Work on only the selected icons (process or image)
2. Retain the sorting order
3. Align left, right, top, or bottom edges of selected icons to be aligned
4. Allow icons to be copied and pasted (duplicated), while retaining description
Title: Re: More flexibility in arranging and using icons
Post by: Juan Conejero on 2017 March 16 04:35:11
Most of these items will be implemented in version 1.8.5 of PixInsight.

Quote
1. Work on only the selected icons (process or image)

Right now you can remove, drag and save a selection of icons. Copying/pasting and aligning will also work for selections.

Quote
2. Retain the sorting order

If you refer to sorting icons by name, that won't be implemented. Icons are always sorted positionally: by increasing Y and X coordinates (in that significance order) on the parent workspace. Sorting icons by name leads to important usability issues and confusion; I already learned this years ago, with PixInsight LE. Ordering of icons has to do with the order in which they are meant to be applied, nothing else.

Quote
3. Align left, right, top, or bottom edges of selected icons to be aligned

Agreed. This will be implemented. And there will be more options for fine-tuning alignment and distribution of items on workspaces.

Quote
4. Allow icons to be copied and pasted (duplicated), while retaining description

Absolutely! And there will be a trash can, too, where icons will be stored when deleted :)
Title: Re: More flexibility in arranging and using icons
Post by: calan on 2017 March 16 06:20:22

If you refer to sorting icons by name, that won't be implemented.

No, I meant when using auto-arrange, keep them sorted as they are. The way it is now, if there are more than what will fit in one column of visual space, they are re-organized into two columns and the sorting gets all hosed up.

Thanks much for the updates!