In projects, using quickpart to use webpart is a pleasure. However, when there are more and more webparts, there will be some minor problems, for example, the items in the user control list are messy and unordered. It is very challenging to find the controls we need among the many controls.
Because quickpart is open-source, I made some adjustments to the source code and implemented two small functions:
1. added the sorting function of the user control list items, which can be sorted by text or value, and supports ascending or descending order.
2. added the mouse hover prompt function for the user control list project. When you hover the mouse over each project, a prompt message is displayed. The application scenario of this function is: When two controls with the same name appear, you can differentiate the file directory where each control is located by prompting the information to use the control we need.
The above improved control version passed the test on my VM.
Click to download the improved DLL file