In python I have this example
spec.applicability.append(ifctester.ids.Entity(name="IFCPROJECT"))
spec.requirements.append(
ifctester.ids.Attribute(
name="Name",
value="2020-11",...
There are 10 or more attributes of the entity IfcProject.
I've created a clipping which list all the attributes, from which I want to
choose one.
ifctester.ids.Attribute(
name="#SELECT#GlobalId|OwnerHistory|Name|Description|ObjectType|LongName|Phase|RepresentationContexts|UnitsInContext#",
value="#PLACEHOLDER#",
instructions="#PLACEHOLDER#"
)#INSERTION#
the completion executes but does not allow me to select from the list.
Am I expecting too much for the selection or is my syntax incorrect?
--
This is the BBEdit Talk public discussion group. If you have a feature request
or believe that the application isn't working correctly, please email
"[email protected]" rather than posting here. Follow @bbedit on Mastodon:
<https://mastodon.social/@bbedit>
---
You received this message because you are subscribed to the Google Groups
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/bbedit/6dd6a646-334b-4b31-9e79-84f3d4403c56n%40googlegroups.com.