We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Category name: Rim Category Filter: ^%Wheel Rim & !(%= | %_ | ^Pattern | ^Sticker)
'~' parts are showing at end of category
How do I prevent parts starting with special characters in general from appearing in custom categories?
@app4soft any related issue or trick to help? Thanks
The text was updated successfully, but these errors were encountered:
Its probably somehow related to how LeoCAD handles "Helpers"/"Third Party" parts, which has | symbol in the title:
|
Parts with ~_=| prefixes are shown in "All Parts" list; But, parts with | in the prefixes are not shown in appropriate categories, even such parts has !CATEGORY command defined. If create a new category with matching keywords, parts with | in the prefixes appears in a such new category; All parts with | in the prefixes are recognized as "Decorated Parts", even there are parts not decorated at all.
~_=|
!CATEGORY
I'm not sure its possible to hide parts with ~ symbol in the title (if only not just manually edit all the categories in "Properties > Categories")
~
@leozide, I propose to add 4 extra checkboxes in "Properties > Categories" to show/hide parts with special prefix symbols:
[*] ~
[*] =
[*] |
[ ] _
This would solve both, this and #941 issues.
Sorry, something went wrong.
No branches or pull requests
Category name: Rim
Category Filter: ^%Wheel Rim & !(%= | %_ | ^Pattern | ^Sticker)
'~' parts are showing at end of category
How do I prevent parts starting with special characters in general from appearing in custom categories?
@app4soft any related issue or trick to help? Thanks
The text was updated successfully, but these errors were encountered: