rmcanany / SolidEdgeHousekeeper

Utility for finding annoying little errors in your Solid Edge project
MIT License
23 stars 10 forks source link

Property Columns Implementation #141

Closed farfilli closed 23 hours ago

farfilli commented 1 day ago

This is a preliminary implementation of #139

I created some subs that need to be moved to the correct location and possibly shared to be used in the entire program. Also, an implementation to save the columns from one session to another would be useful @rmcanany I would be glad if you take care of this

I have added comments to the code

rmcanany commented 23 hours ago

Cool. I'll check it out. Thank you!

rmcanany commented 22 hours ago

That's slick! I'll take care of the save/retrieve. It would be nice if we could use FormPropertyPicker to populate the list. It might be easier if I did that part since it's my code. Let me know.

farfilli commented 22 hours ago

Yes sure, I wanted to take care of the UI first, if you know any part of code already made go on with it :) Also, the list of the selected columns has a checkbox that I wanted to use to show-hide temporarily I don't know if it's useful or remove it. At the moment it does nothing.

rmcanany commented 22 hours ago

OK, will do.

For me, it will be a set and forget thing. So I wouldn't need to temporarily show/hide columns. That said, it wouldn't bother me either. We would have to track the checkbox state, but that could easily be done using a Dict instead of List.

rmcanany commented 20 hours ago

Added ListOfColumns save/retrieve and prop selection from dialog. Minimally tested.

rmcanany commented 20 hours ago

Moved UpdatePropertiesColumns to UtilsFileList. Tested once.