DropIt

If you are currently developing portable freeware or planning to do so, use this forum to discuss technical implementation, seek out like-minded developers for partnership, or solicit interested users for beta testing.
Message
Author
User avatar
Lupo73
Posts: 1012
Joined: Mon Mar 19, 2007 8:55 am
Location: Italy
Contact:

Re: DropIt

#1006 Post by Lupo73 »

I use it in few places, do you recommend me to use or not use it? And do you know a way to detect what cause this memory leak?

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: DropIt

#1007 Post by guinness »

Remove it, as this function just hides memory leaks. How to detect? Going through the code working out where handles aren't closed etc.

User avatar
Lupo73
Posts: 1012
Joined: Mon Mar 19, 2007 8:55 am
Location: Italy
Contact:

Re: DropIt

#1008 Post by Lupo73 »

guinness wrote:Remove it, as this function just hides memory leaks. How to detect? Going through the code working out where handles aren't closed etc.
I'll check the code :wink:

DropIt version 4.7 beta is available!
http://www.lupopensuite.com/files/dropi ... rtable.zip

Your help to test it is welcome, to complete and fix the release.
I'll write to all translators one of the next days.
Let me know! :D

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: DropIt

#1009 Post by guinness »

You want me to fix it? As stated before, I've moved on from DropIt development and don't have enough free time to help either.

User avatar
Lupo73
Posts: 1012
Joined: Mon Mar 19, 2007 8:55 am
Location: Italy
Contact:

Re: DropIt

#1010 Post by Lupo73 »

guinness wrote:You want me to fix it? As stated before, I've moved on from DropIt development and don't have enough free time to help either.
Don't worry if you don't have enough time, I understand (it's the same for me).. I'll check memory leaks in these weeks..

User avatar
Lupo73
Posts: 1012
Joined: Mon Mar 19, 2007 8:55 am
Location: Italy
Contact:

Re: DropIt

#1011 Post by Lupo73 »

I made the last minor changes and wrote to the translators to help me with language updates.

If you would like to help me, these are language changes and the English translation:
http://dropit.sourceforge.net/lang_changes.txt
http://dropit.sourceforge.net/assets/la ... nglish.lng

Edit: fixed link!

Monte_Cristto
Posts: 6
Joined: Tue Jan 29, 2013 9:13 am

Re: DropIt

#1012 Post by Monte_Cristto »

Lupo73 wrote:About the modifier "s--(s1,s2)" and "s-(s1,s2)" issues, could you test them with a "Copy" action instead of a "Rename" action?
Only a test, because me and Daneel are not able to replicate the issue and it may has a different reason.
Have tested>>>
Action: Copy
Roole: *.*
Tested file name and location: D:\Temp\abcdefghijklmno.txt

Destination Roole1: D:\Temp\%FileName% (so no modifiers)
Result: "D:\Temp\abcdefghijklmno\abcdefghijklmno.txt " whas created

Destination Roole 2 (with modifiers): D:\Temp\%FileName#s--(b,g)%
RESULT: the dialog window "the file ...... exists in the destination" with options of cancel, overwrite or rename. It means the destination "D:\Temp\" becouse i have deleted the new created "\abcdefghijklmno\abcdefghijklmno.txt "

Destination Roole 3 (with modifiers): D:\Temp\%FileName#s-(b,g)%
RESULT: The same as on ROOLE 2. It means the destination "D:\Temp\" becouse after roole 2 was not created an "\abcdefghijklmno\abcdefghijklmno.txt "

Is this the test You need? or shell i use some other destination Roole?

User avatar
Lupo73
Posts: 1012
Joined: Mon Mar 19, 2007 8:55 am
Location: Italy
Contact:

Re: DropIt

#1013 Post by Lupo73 »

I replicated your tests with both Rename and Copy actions and they work fine.
Important note: in Move and Copy actions you define a destination folder and not a destination filename.

Dropped file: "abcdefghijklmno.txt"

Copy action:
Destination 1: D:\Temp\%FileName%
Result 1: file copied in "abcdefghijklmno" folder.
Destination 2: D:\Temp\%FileName#s--(b,g)%
Result 2: file copied in "cdef" folder.
Destination 3: D:\Temp\%FileName#s-(b,g)%
Result 3: file copied in "bcdefg" folder.

Rename action:
Destination 1: %FileName%
Result 1: file not renamed.
Destination 2: %FileName#s--(b,g)%
Result 2: new file name "cdef.txt".
Destination 3: D:\Temp\%FileName#s-(b,g)%
Result 3: new file name "bcdefg.txt".

User avatar
Lupo73
Posts: 1012
Joined: Mon Mar 19, 2007 8:55 am
Location: Italy
Contact:

Re: DropIt

#1014 Post by Lupo73 »

If you think that version 4.7 includes several good improvements, you will love the next version 5.0 I'm developing! :roll:

This is a preview of the new "Processing" window (previously known as "Sorting" window):
Attachments
preview.png

User avatar
Lupo73
Posts: 1012
Joined: Mon Mar 19, 2007 8:55 am
Location: Italy
Contact:

Re: DropIt

#1015 Post by Lupo73 »

Great news for DropIt lovers!
The next major release is now stable enough to propose a first test version:
http://www.lupopensuite.com/files/dropi ... rtable.zip

And includes substantial improvements:
- improved performance of various actions
- improved process loading all dropped files at the beginning
- improved support to Import profiles (from Customize context menu)
- moved language selection in main context menu
- added %UserInput% abbreviation (to type a custom input during process)
- added "Duplicate" button in associations context menu
- added context menu to Processing listview to get file "Info" and to "Skip" items
- added highlight filtered text in html lists (thanks to tpr)
- added listview of loaded items in Processing window
- added option to decide if auto-close Processing window completed the process
- added option to decide if auto-start the process after loading
- added option to decide if never scan folders (and always process them as items)
- added support to create PDF lists
- added support to create XLS lists (does NOT need Microsoft Office installed)
- added support to Export profiles (from Customize context menu)
- added support to use file and folder associations together (folders are scanned if not associated)
- removed "Check moved/copied files integrity" option (not needed anymore)
- removed "Enable associations for folders" option (not needed anymore)
- fixed crash if "Select Action" window is shown for a file loaded from SendTo menu
- fixed several minor bugs

spicydog
Posts: 262
Joined: Mon Mar 16, 2009 11:56 am

Re: DropIt

#1016 Post by spicydog »

Hey Lupo73,

Just downloaded v.5.0 and took it for a spin... Looks very nice and compact :mrgreen:

Guess which function I went to test first? Yes, you guessed right, the file numeration (http://www.portablefreeware.com/forums/ ... 419#p62419)... Unless I am doing something wrong, something went haywire... All files get the extension replaced by %FileExt% :shock:

And the numbering seems to happen in the same way as it happened in previous versions (so the 1st file does not get any number, the second gets the 01, and so on...).

Please note that I ran v.5.0 without the settings.ini (which got created point by point with a configuration identical to the one I used in previous versions). This to emphasize the fact that I did not use the settings.ini file created by a previous version.

Thanks in advance for your feedback :mrgreen:

User avatar
Lupo73
Posts: 1012
Joined: Mon Mar 19, 2007 8:55 am
Location: Italy
Contact:

Re: DropIt

#1017 Post by Lupo73 »

I didn't improved the numeration support yet, so it is normal that works as previous versions. Instead, can you describe me the %FileExt% issue? And can you write me the destination you use?

Edit: problem found and fixed :wink:

spicydog
Posts: 262
Joined: Mon Mar 16, 2009 11:56 am

Re: DropIt

#1018 Post by spicydog »

Lupo73 wrote:problem found and fixed :wink:
Excellent :mrgreen:

Kindly advise when and where is possible to download the fixed version.

Any ETA on the numeration support?

Thanks!

User avatar
Lupo73
Posts: 1012
Joined: Mon Mar 19, 2007 8:55 am
Location: Italy
Contact:

Re: DropIt

#1019 Post by Lupo73 »

Here is the updated beta version:
http://www.lupopensuite.com/files/dropi ... rtable.zip

Changes from the previous update:
- improved main context menu and Options window
- added %Counter% abbreviation
- added some target images
- added support to use a different html theme for each list association
- fixed minor bugs

whoisearth
Posts: 25
Joined: Fri Mar 08, 2013 6:02 pm

Re: DropIt

#1020 Post by whoisearth »

Hey Lupo,

I'm actually new to DropIt here and it's an amazing application! I especially love the integrated 7zip functioning! I have hit a limitation in it though. It seems that if you're doing something like compressing logs it doesn't seem to continue to add new logs into the same zip.

ie. I've created an association to do the following -

*.*
compress
d:\logfiles\application logs\logs-%DateCreated%.zip

It will grab all the current logs at that time but any new logs created on that day it won't then continue to add into the existing .zip file.

Post Reply