quote:
Originally posted by warmth
Would be lovely to see a merge feature for next releases (I know that mattike already said I would be )... sometimes you have one html file before activate the encryption or when you select a different folder registry option and one encrypted file in other folde, if it's the case... and you want to merge all the files together in one unique file encrypted... first time I opened the script I though that the "ADD FILE" button was for this...
My extra idea is the option of merge not only 2 encrypted files or 2 html files... but 1 encrypted file with 1 html file and the option of and encrypted or not output file
I can tell you that those requests are already fully implemented!
When you choose 1 .ple and 1 .html file, it'll decrypt the .ple file to a temporary location and will keep the .html as-is. Then, it'll simply read the contents of the decrypted and .html file and do the merging.
Also, you
will have the ability to directly encrypt the outputted file. The merging process sorts all sessions and writes a .html file in a temporary location. When that's done, it'll check if the user has chosen to encrypt the file. If so, it'll encrypt to the final destination. If not, it'll only copy the file to the destination.
However, there are still a lot of things I need to fix, one of them is to read from files in parts. That is, it should read 50 KB at a time, add it to the buffer and continue with the next 50 KB, just until the file pointer reaches the end of the file. At the moment, I have Eljay's ReadFile function which reads the file in one time and that seems to fail for files bigger at ~100 KB. I think I'll need some expert help with this, so if anyone wants to help me with this, please do so if you can!
quote:
Originally posted by warmth
btw how about save the size of the log browser window is kind of annoying have to resize it each time... and I think that the width of the browser tree window is two strait... sometimes is hard for me to see the email address of each contact...
I might want to change this. Formerly, I saw the right panel as a chance for extension of the capabilities, but it seems to have turned out that the browser is lots more important. I'll have a look at it.