Re: Multi select for Properties

Posted by dxli on
URL: https://forum.librecad.org/Multi-select-for-Properties-tp5725918p5727306.html

@dave

Yes, currently for dimensions. All dimensions of a drawing can be modified in "Drawing Options".

The original question is about the "Properties", which unfortunately mean more than just text sizes.

Yes, it's possible to add a new tool/command, or even an option to "Drawing Options" for text size changing.

It's also possible to make text sizes defined in paper space (instead of model space), but this would involves more code changes.

dave wrote
Sounds like you're saying that this isn't possible at the moment. Is that the case?

I feel like this should be part of a "minimum requirements" at this point. Couldn't the dialog that pops up just present the properties that the objects have in common. Seems like a pretty simple database query. And, of course, they do it for attributes, so conceptually, there is nothing new here. Just needs implemented like other CAD software.

I'm only complaining because I decided I wanted all the room tags on a floor plan to be a little smaller. Is there a way to achieve that without clicking 50 individual room tags? I guess I could have used a block and maybe updated the block definition, but I'm not super familiar with blocks in LibreCAD so I'm not even sure if that's a solution either.