- Status Closed
- Percent Complete
- Task Type Feature Request
- Category QCAD (main)
-
Assigned To
andrew - Operating System All
- Severity Low
- Priority Very Low
- Reported Version 3 Beta
- Due in Version Post 3.0
-
Due Date
Undecided
-
Votes
1
- hidemune (31.07.2013)
- Private
Attached to Project: QCAD Bugtracker
Opened by andrew - 17.09.2011
Last edited by andrew - 17.06.2014
Opened by andrew - 17.09.2011
Last edited by andrew - 17.06.2014
FS#265 - Block Attributes
TODO:
- Ask user to enter block attribute values when inserting block
- If attribute definition changes (tag changes), update attributes accordingly (note that other CAD systems don’t do this)
- Support for multiline attributes
- Control order of attributes (as shown to user in property editor, when inserting blocks)
DONE:
- Defining new block attribute definitions (constructing block attribute definition entities)
- Editing block attribute definitions (property editor)
- Synchronize attributes based on attribute definitions (position, angle, size, ...)
- Loading block attribute definitions from DXF / DWG
- Saving block attribute definitions to DXF / DWG
- Loading block attributes from DXF / DWG
- Saving block attributes to DXF / DWG
Related commands: DDATTE, ATTEDIT, ATTDEF
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
As part of the attributes feature is it possible to have multiline attributes (\n)? Or is this a limitation of the dxf/dwg file tags?
Multiline attributes are supported in DXF/DWG 2008 and later, so it would be possible to add that feature, yes.