-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert search worker to javafx (#4897)
* convert search worker to javafx * remove obsolete search worker * Add search query update result count * First attempt at creating search highlighter for source tab * Add custom css for codeArea highlighting on Search * fix exception loop * inline search listener * refactor searchQueryHighlightobservable * fix checkstyle * fireSearchQueryHighlitghter on focus change * Add sample js for highlighting * add search query highlither to handle the highlighting * add new regex js * remove highlith listener before adding new one use innertext in js * fix merge, move code to new PreviewViewer * fix checkstyle * fix search highlighting in source editor fix listeners * refactor state manager as parameter move css for highlighting binding for searchResultSize * Get rid of SearchQueryHighlightObservable Use SearchQuery directly TODO: fix updating of search results * update on search * fix checkstyle * try again with checkstyle declaration order * Finally fix the number of search results on multiple libs * fix checkstyle
- Loading branch information
1 parent
9a5b7d1
commit dd4f0a0
Showing
20 changed files
with
205 additions
and
342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.