[Discontinued] SpeedSetup 1.4 Beta2
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
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... "
BERESHEIT
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

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
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
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!
@netmaestro
> harddisk crash
I'd kill myself literally if this would happen. (But first throw away the computer from 10th floor
)
@srod
Deal!

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

None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
it's not done yet, but this may help...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.
http://www.xs4all.nl/~bluez/datatalk/pu ... _codecaddy
hmm... i'll better upload a newer version...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
i'll upload 0.62 in a moment, that one installs itself and suffers less bugs
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
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)
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)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
- Thorsten1867
- Addict
- Posts: 1372
- Joined: Wed Aug 24, 2005 4:02 pm
- Location: Germany
Can you send me your beta-sources, which are'nt deleted?
Translated with http://www.DeepL.com/Translator
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
Download of PureBasic - Modules
Download of PureBasic - Programs
[Windows 11 x64] [PB V5.7x]
i'd be interested in the sources as well, there's quite a few things i'd like to learn from them
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )