How do I package a file format (as is done on the "Additional File Formats" web page) so that I can easily share it with coworkers?
It looks like a .bcpkg file is just a zip file with BCFileFormats.xml and whatever Helpers files are needed. I tried to create a file following this format, but of the three helper files I included, only the first was extracted when a coworker tried to install my package.
(Alternatively, has anyone created a file format handler for Delphi and C++Builder project files that can handle CodeGear's reordering elements, changing every build order reference when a file is inserted towards the beginning, and adding/removing whitespace?)
It looks like a .bcpkg file is just a zip file with BCFileFormats.xml and whatever Helpers files are needed. I tried to create a file following this format, but of the three helper files I included, only the first was extracted when a coworker tried to install my package.
(Alternatively, has anyone created a file format handler for Delphi and C++Builder project files that can handle CodeGear's reordering elements, changing every build order reference when a file is inserted towards the beginning, and adding/removing whitespace?)
Comment