codecaddy

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:

Post by blueznl »

update 0.80x

please remove older versions as there was a bug with codesync

- added warning on codesync vs. .pb .cdy issues
- fixed a nasty bug in codesync
- some speed ups
- should display code up to 30k

see first message for more info and a screenshot, or go here:

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

comments are welcome, i'm especially interested in performance on slower machines and on skinned windows installations
( 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... )
Jan Vooijs
Enthusiast
Enthusiast
Posts: 196
Joined: Tue Sep 30, 2003 4:32 pm
Location: The Netherlands

Post by Jan Vooijs »

at Bleuznl,

Nice program found it through the board and saw a picture where you used it (topic: how you code).

One problem it can't do TABS?? I mean the real character TAB is displayed as a 'block' is that intended or do I have to convert all my code? (yeeks, i hope not). I can not find anything about TABs so, hope i overlooked something. And i use tabs for easy editting and layout...

Thanks,

Jan V.
Life goes to Fast, Enjoy!!

PB 4 is to good to be true, wake up man it is NOT a dream THIS is a reality!!!

AMD Athlon on 1.75G, 1Gb ram, 160Gb HD, NVidia FX5200, NEC ND-3500AG DVD+RW and CD+RW, in a Qbic EO3702A and Win XP Pro SP2 (registered)
User avatar
yoxola
Enthusiast
Enthusiast
Posts: 386
Joined: Sat Feb 25, 2006 4:23 pm

Post by yoxola »

It sems to work with PB4 without major problem, however I'm not sure, especially pre-compile time operations, did anyone fully tried that?
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

One problem it can't do TABS??
ah, i don't use tabs myself :-) but i guess i'll better add them

you are using tabs? is it okay if i convert them to spaces? or are you refering to the search part?
( 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 »

codecaddy on runtime doesn't do much dangerous stuff, it only processes the source before the source is passed on to the compiler, as per ide settings

also, all other functions work on text / ascii level, so there is no reason why it should not work with pb4... except when dealing with utf / unicode

codecaddy is NOT unicode aware (yet)

that will change once it's properly done and converted to pb4
( 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