Menu

#16 Customizable default folder for project files

Release_(3.6)
pending
None
5
2018-09-19
2018-08-29
No

https://www.velocipedesalon.com/forum/f10/rattlecad-rattlecad-user-friendly-50425-post922964.html#post922964

  1. The path to the default folder for file operations always defaults to the rattlecad folder - could it default to last used? (which I think would be more like the windows default behaviour)

Discussion

  • Manfred ROSENBERGER

    The settings have to be done in the file:
    ~/.rattleCAD_init@{yourHostName}.xml

    <?xml version="1.0" encoding="UTF-8" ?>
    <root>
        <hostname>innb01807</hostname>
        <fileName>U:/.rattleCAD_init@innb01807.xml</fileName>
        <fileCreated>2018.09.19 14:34</fileCreated>
        <config>
            <config name="_test">_any_Value</config>
            <config name="Canvas_Antialias">on</config>
            <config name="ProjectDir">C:\_Dateien\__rattleCAD\project</config>
            <config name="ExportDir">C:\_Dateien\__rattleCAD\project\export</config>
            <config name="ExportDir_html">C:\_Dateien\__rattleCAD\project\export_html</config>
            <config name="ExportDir_pdf">C:\_Dateien\__rattleCAD\project\export_pdf</config>
            <config name="Type_FrameJig"></config>
            <config name="Type_Template"></config>
        </config>
        <mime>
            <mime name="_test">_any_Value</mime>
        </mime>
        <exec>
            <exec name="_test">_any_Value</exec>
        </exec>
    </root>
    

    relevant Entries are:

    • ProjectDir
    • ExportDir
    • ExportDir_html
    • ExportDir_pdf
     

    Last edit: Manfred ROSENBERGER 2018-09-19
  • Manfred ROSENBERGER

    • status: open --> pending
     
MongoDB Logo MongoDB