Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: cyberkoa on January 10, 2006, 10:41:14 am
-
Hi, anybody know how to generate DIFF file with TortoiseSVN ? I use the Diff function , it brings me to a viewer windows , if I save , it will save the whole source file and not the difference. :(
I need to generate diff file for propgrid that I customize for adding bitmap widgets
-
TortoiseSVN menu, "Create Patch" :)
-
wxImageFileProperty and wxAdvImageFileProperty are not good enough for your purpose?
-
TortoiseSVN menu, "Create Patch" :)
thx :)
wxImageFileProperty and wxAdvImageFileProperty are not good enough for your purpose?
I am using the wxAdvImageFileProperty but I think it is not in the advprop.*right ? :roll:
that why I hv ported it from the wxpropgrid sample
-
No idea in which header it is (never used it), but advprop.h sounds like a good guess. It is quite certain that it exists, though, I've seen it :)
-
No idea in which header it is (never used it), but advprop.h sounds like a good guess. It is quite certain that it exists, though, I've seen it :)
just download the wxpropgrid stable release and confirm wxAdvImageProperty is not in that release , my effort of porting is not waste :)
tonight I shall do a final checking and upload the diff file , after sdk/propgrid commited I shall commit the changes for wxSmith 。。 :D
-
Here are the diff files for advprop.cpp and advprop.h need to be commited to SVN under sdk/propgrid .. let me know if it is done so that I can commit those changes in wxSmith later, thx :)
[attachment deleted by admin]
-
Patch applied. You can now go on ;)