tablacus / TablacusExplorerAddons

Add-ons for Tablacus Explorer
http://tablacus.github.io/TablacusExplorerAddons/
MIT License
86 stars 12 forks source link

Right button drag-and-drop menu - problems #292

Closed ccfs closed 3 years ago

ccfs commented 3 years ago

The new add-on has some problems for practical use:

  1. Source items may be from multiple folders. A single "%Src%" is misleading and should not be provided.

  2. Source items may be from places other than a file list, such as folder tree. Source items may even be outside TE such as Desktop or Windows Explorer. "%Selected%" is misleading and should be named as something else (e.g. %Dropped%). If a user specifies this variable in "Options", the application should be run once for all items. Otherwise the application should be run for each item.

  3. When a %…% button is clicked, if the cursor is in the "Options" text box, the variable should be inserted at the cursor, not be appended.

  4. The status of the check boxes are not refreshed when a user chooses another record.

Regards,

ccfs commented 3 years ago

The problems are solved in the new version. Thanks.

ccfs commented 3 years ago

Another problem is found: "FastCopy (Move)" incorrectly does a copy operation. I think cmdshould be moveinstead of diff. 20210624_101127

ccfs commented 3 years ago

The problem is solved in the new version. Thanks.