Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jun 19, 2018

Conversation

eduserna
Copy link
Contributor

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

In the MainForm:

  • Add a textbox in the toolStripMain for enter a text to search
  • Add a Search icon button in the toolStripMain for launching the search

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 dgis merged commit 3378949 into dgis:master Jun 19, 2018
@dgis
Copy link
Owner

dgis commented Jun 19, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants