[quote="MrsD"]Hi
I have been checking Opus out for a fortnight now and I find it awesome - very much the explorer replacement I was looking for.
Couple questions :
[ul][li]can I prevent files/folders being deselected when I cut/copy them ? very useful when one decides to add another one (or remove)[/li]
[li]can opus remember folder sizes/positions - automatically (found this which is hopefully outdated) ?[/li]
[li]when I view a folder and change sort order and then go for instance Up - the parent folder is displayed with this new sort order rather than the default one - any way to change this ? related also to previous question - could folders remember their view settings (not only size and position) like in good old XP ?[/li][/ul]
Thanks[/quote]
- You can. Copy this code & paste it (while in customize mode) into a toolbar. This is for copy only, since, i think, not deselecting for cut
makes not much sense.
<?xml version="1.0"?>
<button backcol="none" display="label" textcol="none">
<label>Copy no deselect</label>
<icon1>#newcommand</icon1>
<function type="normal">
<instruction>@nodeselect</instruction>
<instruction>COPY </instruction>
</function>
</button>
- You can save (for instance, there are other ways) your things using following code in button, although this is no automatic saving.
<?xml version="1.0"?>
<button backcol="none" display="label" textcol="none">
<label>&normal</label>
<icon1>#DOpusVista:statusbar</icon1>
<function type="yourlayout">
<instruction>@Confirm Layout "normal" save this layout?|yes|abort</instruction>
<instruction>Prefs LAYOUTSAVE=single LAYOUTNAME=yourlayout</instruction>
</function>
</button>
You might change the »yourlayout« in both places to your preferred name, like »standard« or something.
- You can use the lock symbol in the right bottom corner to lock your format, so navigating around will maintain your
listers sorting order. This is, however, sessionwise & won´t stick until your next Opus restart. You can save
sorting orders under -> tools -> folder options -> under »save« resp. it´s submenu (»save for all sub folders«).
In the second tab you will find some more settings. Also you might have a look in the FAQs
[url]How to save the positions of the Tree, Find and Viewer panes]
Please post only one topic in each thread. This will make it possible to keep track of different topics.