Skip to content

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

Merged
dgis merged 2 commits intodgis:masterfrom
eduserna:master
Jun 19, 2018
Merged

Add Search Functionality and update .exe and .dll file#17
dgis merged 2 commits intodgis:masterfrom
eduserna:master

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