You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HelpTopics.md
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -611,29 +611,31 @@ Everything else.
611
611
612
612
Description of tab controls:
613
613
614
-
-`Use current Solid Edge session (if any)`
614
+
-`Use current Solid Edge session (if any)`
615
615
Normally Housekeeper will not start if Solid Edge is open. This is to protect you in case opening a file causes an exception in Solid Edge. This can happen with a corrupted file and other situations. If it does, the program closes and reopens Solid Edge, causing any unsaved changes to be lost. Enabling this option bypasses that check.
616
-
-`Warn me if file save is required`
616
+
-`Warn me if file save is required`
617
617
This is a way for me to wag my finger one last time, reminding you to back up files before using the program. It is enabled by default. It's very annoying and you'll want to turn it off. Just don't forget, I told you to make backups!
618
-
-`Do not show processed files in Most Recently Used List`
618
+
-`Do not show processed files in Most Recently Used List`
619
619
This keeps from clogging up Solid Edge's file list with those processed in batch mode.
620
-
-`Update list after this many files`
620
+
-`Update list after this many files`
621
621
This controls the file list update frequency. Setting it to `1` means update the list after each file is processed. This is normally what you want. However, you may want to increase it for Structured Storage mode, where updating the list is sometimes the most time-consuming part.
622
-
-`File list font size`
623
-
This allows you to change the font size of the file list.
624
-
-`Remember selected tasks between sessions`
622
+
-`File list font size`
623
+
This allows you to change size of the text on the file list.
624
+
-`Group files by type`
625
+
This setting affects the file list. When enabled (the default) the list groups assemblies, parts, etc. into their own collapsible sections. Note, this does not affect processing order, which is currently fixed. The program first processes Part files, then Sheetmetal, Assembly, and finally Draft. There are some options for sorting the list. See the Sorting section above for details.
626
+
-`Remember selected tasks between sessions`
625
627
When you close out of Housekeeper, it records the state of all settings, such as template locations, etc. Normally that's what you want, but not necessarily for task selection. This lets you decide how to handle that.
626
-
-`Property Filter -- Include Draft file model in search`
628
+
-`Property Filter -- Include Draft file model in search`
627
629
For details, see the [<ins>**Property Filter**</ins>](#property-filter) section
628
-
-`Property Filter -- Include the Draft file itself in search`
630
+
-`Property Filter -- Include the Draft file itself in search`
629
631
For details, see the [<ins>**Property Filter**</ins>](#property-filter) section
630
-
-`Check for newer version at startup`
632
+
-`Check for newer version at startup`
631
633
Uses GitHub's API to get the most recent version and compare it to the running version. Not everyone wants programs to access outside resources like that. Feel free to disable it if desired; it won't hurt anything.
632
-
-`Remind me if I need to update the file list`
634
+
-`Remind me if I need to update the file list`
633
635
This is to tell the user that the file list is not automatically populated when folders (and other inputs) are selected. There are reasons to do it that way, but it is confusing for new users. The constant reminder is very annoying. You'll want to disable it right away.
634
-
-`Process drawing files as inactive`
636
+
-`Process drawing files as inactive`
635
637
This option is meant to speed up processing of files that are left unchanged by the command. Only `Save drawing as` and `Print` are compatible; other commands will trigger an error. The program tries to revert back to the previous setting once processing is complete. However, in case of a program malfunction, it may not be able to do so. You can manually reset the option by starting Solid Edge manually, then clicking the `Browse` button. The checkbox is located toward the bottom of the form. You have to select a draft file to make the checkbox active.
636
-
-`Expression editor language`
638
+
-`Expression editor language`
637
639
Sets the programming language for the expression editor. The choices are `NCalc` or `VB`. See the [<ins>**Edit Properties Help Topic**</ins>](#edit-properties) for details.
0 commit comments