From 7b07a78cc0831a08f2d39a259dec2454c7d4cc1e Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Fri, 8 Jan 2016 23:20:04 +0100 Subject: Scaladoc: Add new search, featuring entity and member search This commit adds a revamped search function for the scaladoc tool. It also contains a number of small fixes for HTML-layout and JavaScript issues. The search is implemented by enhancing the scheduler and using JavaScript promises. List of changes/additions: * Revamped search functionality - Search members as well as entities - Preserve keyboard navigation - Scroll to selected entity if outside of viewport - Non-blocking, cancelable * Display of library name (top left) * Refactored scheduler * Cleanup of HTML layout - Remove left pane - Better mobile layout, no need for dynamic offsets - Remove unused element classes - Remove iframe structure - Better layout for kinds --- test/scaladoc/run/SI-6017.check | 1 - 1 file changed, 1 deletion(-) delete mode 100644 test/scaladoc/run/SI-6017.check (limited to 'test/scaladoc/run/SI-6017.check') diff --git a/test/scaladoc/run/SI-6017.check b/test/scaladoc/run/SI-6017.check deleted file mode 100644 index 619c56180b..0000000000 --- a/test/scaladoc/run/SI-6017.check +++ /dev/null @@ -1 +0,0 @@ -Done. -- cgit v1.2.3