Page 2 of 2

Posted: Sat Jun 03, 2006 10:31 am
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

Posted: Thu Jul 20, 2006 2:45 pm
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.

Posted: Fri Jul 21, 2006 4:39 am
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?

Posted: Fri Jul 21, 2006 11:10 am
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?

Posted: Fri Jul 21, 2006 5:30 pm
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