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
codecaddy
( 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... )
-
- Enthusiast
- Posts: 196
- Joined: Tue Sep 30, 2003 4:32 pm
- Location: The Netherlands
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.
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)
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)
ah, i don't use tabs myselfOne problem it can't do TABS??

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... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
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
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... )
( The path to enlightenment and the PureBasic Survival Guide right here... )