Hiyas,
I've got the Linux version of BC3 (v3.3.3 - build 14128), and I'm noticing that when I modify the file-formats and press the 'save' button, these modified settings only exist as long as the app remains running.
If I close the bc3 app, then re-open it, these modified settings seem to get erased.
That's the gist of it, but I'll provide more detailed info below, in-case what I'm trying to achieve is the cause of my problem here.
The full story. I used to use your BC3 app via Windows, and was a big fan of the "Xml Tidied" file-format plug-in you have for it. Although now that I'm developing for Linux, I noticed that this plug-in was intended for Windows only.
Not deterred, I thought I might still be able to make it work, by adding manually adding details to the "conversion" tab for the "XML" file-format, so that it can run the "HtmlTidy.exe" tool via wine. I set the "Conversion" step as follows:
wine /path-to-plugin/HtmlTidy.exe -config /path-to-plugin/XML_tidied_config.txt -wrap 0 -o %t %s
I then clicked the "Save" button to preserve these changes. The HtmlTidy.exe is run successfully, and the xml diffs work fine.
However, once I close the app and re-open it. These modified file-format settings for XML are lost and I have to re-type them in
Well, hope you can shed some light on what's happening.
Cheers,
Gurce
I've got the Linux version of BC3 (v3.3.3 - build 14128), and I'm noticing that when I modify the file-formats and press the 'save' button, these modified settings only exist as long as the app remains running.
If I close the bc3 app, then re-open it, these modified settings seem to get erased.
That's the gist of it, but I'll provide more detailed info below, in-case what I'm trying to achieve is the cause of my problem here.
The full story. I used to use your BC3 app via Windows, and was a big fan of the "Xml Tidied" file-format plug-in you have for it. Although now that I'm developing for Linux, I noticed that this plug-in was intended for Windows only.
Not deterred, I thought I might still be able to make it work, by adding manually adding details to the "conversion" tab for the "XML" file-format, so that it can run the "HtmlTidy.exe" tool via wine. I set the "Conversion" step as follows:
wine /path-to-plugin/HtmlTidy.exe -config /path-to-plugin/XML_tidied_config.txt -wrap 0 -o %t %s
I then clicked the "Save" button to preserve these changes. The HtmlTidy.exe is run successfully, and the xml diffs work fine.
However, once I close the app and re-open it. These modified file-format settings for XML are lost and I have to re-type them in

Well, hope you can shed some light on what's happening.
Cheers,
Gurce
Comment