weianweigan / RevitLookupWpf

a lookup tool based on wpf
MIT License
67 stars 16 forks source link

Select different elements with the tool open #48

Open FabioDeAgostini opened 2 years ago

FabioDeAgostini commented 2 years ago

Ok thw WPF window, but will be nice if user can pick element(s) quickly with the window open, without close and re-launch the command. It can be a(or two) button on window, that launch UIDocument.Selection.PickElement() or, for the multi select, draw a rectangle or pick multiple. Without this improvement, there is not such difference with the non-modeless window version :/

chuongmep commented 2 years ago

@FabioDeAgostini Thank you for the reminder for this, I forgot them in previous pull requests, don't worry, they will come soon, this is a very useful feature !