dgis / xsddiagram

XSD Diagram is a free Xml Schema Definition (XSD) diagram viewer for Windows written in c# Framework.NET 2.0
http://regis.cosnier.free.fr/?page=XSDDiagram&nomenu
GNU General Public License v2.0
225 stars 52 forks source link

Add Search Functionality and update .exe and .dll file #17

Closed eduserna closed 6 years ago

eduserna commented 6 years ago

Add search functionality of the elements that are showed in the diagram.

In the MainForm:

When user click on the 'Search' button or press 'Enter' in the search text, the app search an element that contains the text. If there are no occurrences, it shows in the Status Label, 'Can't find the text' If there are any occurences, it shows in the Status Label, the number of occurrences, and selected the first element. If the user makes the same search again, the next element is selected, and so on...

The system stores in a private list the hitsElements, if the diagram changes, it clears the search.

Update .exe and .dll files

dgis commented 6 years ago

Thanks, it works great. Sorry, I saw the github email with your pull request only now :-( My bad.