jeremytammik / RevitLookup

Interactive Revit RFA and RVT project database exploration tool to view and navigate BIM element parameters, properties and relationships.
http://thebuildingcoder.typepad.com
MIT License
1.08k stars 298 forks source link

CleanUp. Fix naming. Pattern matching #100

Closed Nice3point closed 2 years ago

Nice3point commented 2 years ago

Corrected the style of the code in accordance with the latest guidelines. Access modifiers and some unused variables and methods are not affected. The .sln file has been moved to the root folder, otherwise the development environment will not capture the installer project and other supporting files.

jeremytammik commented 2 years ago

thank you very much for the enhancement. wow. it is a huge cleanup. it is difficult to check the diffs manually. I assume this is based on the latest release https://github.com/jeremytammik/RevitLookup/releases/tag/2022.0.1.0. Correct?

Nice3point commented 2 years ago

Yes, to the latest version. I probably did everything in one commit in vain. I can split the changes into several so that this can be checked

Nice3point commented 2 years ago

For now, I'll close the request. I will make a new one in a more readable format. Github does not recognize changes well and shows that the file is deleted and recreated

jeremytammik commented 2 years ago

ok, thank you for that. not really necessary, because i would have just installed the new version with your changes side by side with the old one and then compared them step by step manually. however, if you can simplify that, it would be much appreciated. thank you!