Page 10 of 11

Posted: Sat Apr 15, 2006 11:01 pm
by Inf0Byt3
I tried all those utils, but the sources were overwritten and the contents of the files are not readable anymore.

Posted: Sat Apr 15, 2006 11:24 pm
by srod
Now, if you'd released the sources I could sell them back to you! :lol:

Posted: Sat Apr 15, 2006 11:44 pm
by netmaestro
Crap. Sorry to hear that happened to you. At least, once burned, you won't let it happen to you again. I know of one case where a woman wrote a book over two years on her laptop, working full-time on it and then one day she lost it all in a harddisk crash. "I cried because I had no shoes, then I met... "

Posted: Sun Apr 16, 2006 7:16 am
by blueznl
these days i keep 50 backups... well, that would not help if one would delete the folders including the backups :?

anyway, what i do these days is let a small plugin create a backup on every compile in the ide, just like japbe, but all backups are stored together in a subfolder so i won't clog up the code folder with numerous .bak files

i use multiple pc's (this i'm typing on a laptop) so my code exists in multiple places, the problem was keeping it all in sync

all my code resides in a folder 'projects' in a subfolder per project, having hundreds of backup files though is not speeding up things when trying to synchronize, so i made my own sync routines and now quickly (with one click) i can sync up two folders, selective, checking for dates and versions and requiring confirmation before overwriting

haven't lost a source file since then

Posted: Sun Apr 16, 2006 12:58 pm
by Inf0Byt3
Nice idea... I was thinking to make such a proggy too. I was thinking on something simple, like when you hit save, PB first makes a backup in a chosen path and then compiles it normally.

@srod
Deal! :lol:

@netmaestro
> harddisk crash
I'd kill myself literally if this would happen. (But first throw away the computer from 10th floor :D)

Posted: Sun Apr 16, 2006 1:21 pm
by blueznl
Inf0Byt3 wrote:I was thinking on something simple, like when you hit save, PB first makes a backup in a chosen path and then compiles it normally.
it's not done yet, but this may help...

http://www.xs4all.nl/~bluez/datatalk/pu ... _codecaddy

hmm... i'll better upload a newer version...

Posted: Sun Apr 16, 2006 1:30 pm
by Inf0Byt3
> Who's your daddy? CodeCaddy!
I Agree! Thanx :). CodeCaddy rulzzz.

Posted: Sun Apr 16, 2006 1:39 pm
by blueznl
i'll upload 0.62 in a moment, that one installs itself and suffers less bugs

Posted: Sun Apr 16, 2006 1:42 pm
by Inf0Byt3
Cool :) I can't wait!

Posted: Sun Apr 16, 2006 2:00 pm
by blueznl
uploaded

working:

- install
- backups
- codesync
- flattening
- reformat

working (internally, you cannot use it yet)

- collect files (paths, folders, wildcards)
- search through these files for search term

(actually, these work in my version, but not 100% which is why i left them out yet)

Posted: Sun Apr 16, 2006 3:57 pm
by Inf0Byt3
That's awesome! Same download link, right?

Posted: Mon Apr 17, 2006 10:52 am
by Inf0Byt3
I am sorry to announce you that SpeedSetup will be discontinued because of the loss of the sources and the lack of free time (i have an exam period). Sorry!

Posted: Mon Apr 17, 2006 11:18 am
by Thorsten1867
Can you send me your beta-sources, which are'nt deleted?

Posted: Mon Apr 17, 2006 11:19 am
by blueznl
i'd be interested in the sources as well, there's quite a few things i'd like to learn from them

Posted: Mon Apr 17, 2006 11:21 am
by Inf0Byt3
The beta-sources were overwritten too, but I can release the 1.3 sources.