CodeCaddy v2.08x

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

CodeCaddy v1.04x build 403 12.12.07 save 6079

Post by blueznl »

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.
( 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... )
yrreti
Enthusiast
Enthusiast
Posts: 546
Joined: Tue Oct 31, 2006 4:34 am

Post by yrreti »

:?: I saw some changes, like the addition or your swf file and the source files, but
could you have accidently zipped the wrong exe? Because there is no change in
indenting. The tabs are not converted or removed?
Thank you very much for trying though.
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

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... )
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

Yeah, made a mistake, new version up.

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... )
yrreti
Enthusiast
Enthusiast
Posts: 546
Joined: Tue Oct 31, 2006 4:34 am

Post by yrreti »

:D :D :D WORKS BEAUTIFULLY :D :D :D
Thank you very much.
I know I am going to have a lot of use for this!
Thank you for sharing this program.
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

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
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

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.
( 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... )
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

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
( 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... )
yrreti
Enthusiast
Enthusiast
Posts: 546
Joined: Tue Oct 31, 2006 4:34 am

Post by yrreti »

Thanks blueznl for the update of your program. :)
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

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... )
User avatar
Kurzer
Enthusiast
Enthusiast
Posts: 670
Joined: Sun Jun 11, 2006 12:07 am
Location: Near Hamburg

Post by Kurzer »

Hello blueznl,

one question before I try to install CodeCaddy.
Is CodeCaddy ready for a /PORTABLE-"Installation" of Purebasic?

Would the automatic installation of the Tools-menu work propper without having the PB prefs files in %Appdata%\Purebasic\?

Kind Regards

Markus
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post by Denis »

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.

Image

Here is codecaddy in the IDE tools (for reformat)
Image

Image

To get it works, i've changed the command line using full path for codecaddy

Really nice work blueznl
A+
Denis
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post by Denis »

blueznl,

i prefere to have an indention of 5 for my codes.
Could you implement an option to put a custom value instead using 2 (i didn't find this option).

For now, i've changed indentations values in procedure format() and recompiled codecaddy (v1.16x) and it's Ok.
A+
Denis
User avatar
Kurzer
Enthusiast
Enthusiast
Posts: 670
Joined: Sun Jun 11, 2006 12:07 am
Location: Near Hamburg

Post by Kurzer »

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?
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

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 :-))...
( 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... )
Post Reply