CodeCaddy v2.08x
CodeCaddy v1.04x build 403 12.12.07 save 6079
New version v1.04x build 403 12.12.07 save 6079.
Changes:
- .swf flash file is now included in the archive
- format function will now take out tab characters
For yrreti: I've choosen to whipe out all tab's, as they would screw up reformatting the source anyway.
Changes:
- .swf flash file is now included in the archive
- format function will now take out tab characters
For yrreti: I've choosen to whipe out all tab's, as they would screw up reformatting the source anyway.
( 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... )
Duh? Might have made a mistake. I will check tonight.
( 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... )
Yeah, made a mistake, new version up.
New version v1.05x build 405 13.12.07 save 6084.
Changes:
- fixed 'tab to spaces' option
New version v1.05x build 405 13.12.07 save 6084.
Changes:
- fixed 'tab to spaces' option
( 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... )
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
The tools.prefs file is not in the Program files dir any more - for the install system - its somewhere within appdata...
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
Correct, but I lost the context a little 
Re. tools.pref: CodeCaddy is checking if it can find a tools.pref file in its current folder, or in the PureBasic data folder. Upon installation CodeCaddy tries to find it, and if it cannot, it tries to create one.
Dunno which version I upped last, I've done a complete rewrite in PB4.x, except for CodeSync. Still need to do some work there... the rest appears to be fully functional.

Re. tools.pref: CodeCaddy is checking if it can find a tools.pref file in its current folder, or in the PureBasic data folder. Upon installation CodeCaddy tries to find it, and if it cannot, it tries to create one.
Dunno which version I upped last, I've done a complete rewrite in PB4.x, except for CodeSync. Still need to do some work there... the rest appears to be fully functional.
( 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... )
New version v1.13x build 515 16.11.08 save 6732.
Fixed more bugs, mostly due to upgrading from PB 3.9x to PB 4.xx. CodeSync still isn't working though, that's the next one on my list.
Changes:
- fixed crash on multiple instances
- fixed logfile showing off-screen (bug in x_lib)
- codesync still needs to be fixed!
As usual, the file is here:
http://www.xs4all.nl/~bluez/datatalk/codecaddy.zip
Fixed more bugs, mostly due to upgrading from PB 3.9x to PB 4.xx. CodeSync still isn't working though, that's the next one on my list.
Changes:
- fixed crash on multiple instances
- fixed logfile showing off-screen (bug in x_lib)
- codesync still needs to be fixed!
As usual, the file is here:
http://www.xs4all.nl/~bluez/datatalk/codecaddy.zip
( 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 have to. I use it myself all the time
Numbered backups have saved my ass so many times, I don't even want to think about developing without it...

( 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... )
Hi blueznl,
i decided to install codecaddy (v1.15x) but i have a problem.
I have Vista home edition, PB 4.30.
I use codecaddy to install it in the IDE.
When i try to reformat the code for example, i have this error, Windows dosn't find codecaddy.

Here is codecaddy in the IDE tools (for reformat)


To get it works, i've changed the command line using full path for codecaddy
Really nice work blueznl
i decided to install codecaddy (v1.15x) but i have a problem.
I have Vista home edition, PB 4.30.
I use codecaddy to install it in the IDE.
When i try to reformat the code for example, i have this error, Windows dosn't find codecaddy.

Here is codecaddy in the IDE tools (for reformat)


To get it works, i've changed the command line using full path for codecaddy
Really nice work blueznl
A+
Denis
Denis
Hello blueznl,
my question about compatibility to PureBasic portable installation is answerd now.
CodeCaddy is a great tool, but why must I install it directly into the purebasic folder?
All my other tools are installed in a seperate subfolder. Well, CodeCaddy mostly works out of this subfolder if I fit the menu-entries in the PureBasic IDE.
But some functions doesn't work anymore. "Edit file" for example, because CodeCaddy expect the PureBasic.exe in it's own application path
What do you think about a seperate path for PureBasic.exe (adjustable in the prefs)? And maybe there are some other dependencies to this folder?
my question about compatibility to PureBasic portable installation is answerd now.

CodeCaddy is a great tool, but why must I install it directly into the purebasic folder?
All my other tools are installed in a seperate subfolder. Well, CodeCaddy mostly works out of this subfolder if I fit the menu-entries in the PureBasic IDE.
But some functions doesn't work anymore. "Edit file" for example, because CodeCaddy expect the PureBasic.exe in it's own application path
What do you think about a seperate path for PureBasic.exe (adjustable in the prefs)? And maybe there are some other dependencies to this folder?
I am doing a rewrite on the supporting libs to make it 4.30 compatible. The suggested changes are good so I'll see how to squeeze them in when the conversion to 4.30 is complete.
Don't use the CodeSync option, there are some issues with that one. I also noticed that auto install in the IDE sometimes may not work (haven't got the foggiest idea why
)...
Don't use the CodeSync option, there are some issues with that one. I also noticed that auto install in the IDE sometimes may not work (haven't got the foggiest idea why

( 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... )