mbien opened a new pull request, #8896:
URL: https://github.com/apache/netbeans/pull/8896
- make exact search mode follow the case sensitivity settings
- add missing exact search instructions to file search label (other windows
had those)
- file search: selection should stick to first item until user changes
selection. Async search could otherwise insert better matches above the
selected item
- disable "prefer opened projects" by default
- CI: enabled tests
- other minor improvements
the "prefer opened projects" setting can lead to confusing results when good
matches are displayed far away from the first (worse) match, potentially
outside of the visible viewport. The implementation itself works correctly but
it might be better to change it into a filter instead of model comparator in
future and consolidate the UI/settings of the 3 search dialogs.
fixes #4311
https://issues.apache.org/jira/browse/NETBEANS-3808
https://issues.apache.org/jira/browse/NETBEANS-3017
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists