Infobox while drag copy/move items

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Emre
Posts: 24
Joined: 17 Feb 2016 07:14

Infobox while drag copy/move items

Post by Emre »

Hello,
When I installed Xyplorer at home recently, with its fresh settings, I noticed that when I drag move or copy items, it shows an infobox at mouse cursor, warning me about the operation. I think it looks modern and cool.

But my other computer has older setting which xyplorer didn't overwrite I guess, so it doesn't show there. I looked for a setting but couldn't figure out. Can you tell me which setting is that?

(Actually if I could keep my catalog and color filter settings I could go for a fresh install too)

jupe
Posts: 2790
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Infobox while drag copy/move items

Post by jupe »

Emre wrote: 05 Dec 2018 06:19(Actually if I could keep my catalog and color filter settings I could go for a fresh install too)
Not sure what you mean by this, but color filters are easily exportable and so are catalog items.

The setting you want is this:

Configuration | General | Menus, Mouse, Safety | Safety Belts | Show drag status box

Emre
Posts: 24
Joined: 17 Feb 2016 07:14

Re: Infobox while drag copy/move items

Post by Emre »

Thanks alot that was it!!

Leito
Posts: 561
Joined: 26 Sep 2016 15:37
Location: Windows 10 1809 x64

Re: Infobox while drag copy/move items

Post by Leito »

To export your color filters:
  • Open your configuration file (Tools → Open Configuration File).
  • Copy the [ColorFilter] section with all its content, something like:

    Code: Select all

    [ColorFilter]
    Count=19
    1=+len:>=260 //overlong filenames>FFFFFF,FB4F04
    2=+attr:junction>D500D5,
    3=+attr:system>FF0000,FFFF80
    4=+attr:encrypted>008000,
    5=+attr:compressed>0000FF,
    6=ageM: <= 30 n //modified in the last 30 mins>FFFF80,5C9E1B
    7=ageM: d //modified today>FFFFFF,74C622
    8=attr:d>5E738C,
    9=+*.part;*.tmp>4199E0,E0E2ED
    10=+size:0>4199E0,E0E2ED
    11=+~*.xlsx;~*.xls;~*.docx;~*.doc;~*.pptx;~*.ppt>999999,
    12=+*.exe;*.bat>D24257,
    13=+*.htm;*.html;*.php;*.exp;*.css;*.js;*.bash;*.sh;*.json;*.yml;*.xml;*.sql>4287D2,
    14=+*.txt;*.md;README*>38A050,
    15=+*.png;*.jpg;*.gif;*.bmp>933968,
    16=+*.zip;*.rar;*.tar;*.gz>CC6600,
    17=+*.dll;*.ocx>7800F0,
    18=+*.mp3;*.wav>FF8000,
    19=+dir:- archives>,DDDDDD
To import your color filters, replace the [ColorFilter] section in your new XYplorer the same way you modify a tweak.

To export your catalog:
  • Go to <xycatalogs> (from the address bar).
  • Copy your catalog.dat file.
To import your catalog:
  • Click File → Settings → Save All Settings.
  • Go to <xycatalogs> (from the address bar) in your new XYplorer.
  • Replace catalog.dat with the exported one.
  • Click File → Restart without saving.

Post Reply