Skip to content

Commit

Permalink
Removed Quick-Search and aligned glob-fields
Browse files Browse the repository at this point in the history
Signed-off-by: jbicker <jan.bicker@typefox.io>
  • Loading branch information
jbicker committed May 14, 2018
1 parent 60fa482 commit 93cb8f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 199 deletions.
192 changes: 0 additions & 192 deletions packages/search-in-workspace/src/browser/quick-search-in-workspace.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { ContainerModule, interfaces } from "inversify";
import { SearchInWorkspaceService, SearchInWorkspaceClientImpl } from './search-in-workspace-service';
import { SearchInWorkspaceServer } from '../common/search-in-workspace-interface';
import { WebSocketConnectionProvider, KeybindingContribution, WidgetFactory, createTreeContainer, TreeWidget } from '@theia/core/lib/browser';
import { QuickSearchInWorkspace, SearchInWorkspaceContributions } from './quick-search-in-workspace';
import { CommandContribution, MenuContribution, ResourceResolver } from "@theia/core";
import { SearchInWorkspaceWidget } from "./search-in-workspace-widget";
import { SearchInWorkspaceResultTreeWidget } from "./search-in-workspace-result-tree-widget";
Expand All @@ -31,11 +30,6 @@ export default new ContainerModule(bind => {
bind(identifier).toService(SearchInWorkspaceFrontendContribution);
}

bind(QuickSearchInWorkspace).toSelf().inSingletonScope();

bind(CommandContribution).to(SearchInWorkspaceContributions).inSingletonScope();
bind(MenuContribution).to(SearchInWorkspaceContributions).inSingletonScope();

// The object that gets notified of search results.
bind(SearchInWorkspaceClientImpl).toSelf().inSingletonScope();

Expand Down
3 changes: 2 additions & 1 deletion packages/search-in-workspace/src/browser/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
}

.t-siw-search-container .searchHeader .search-details .button-container {
height: 0px;
height: 5px;
}


Expand All @@ -163,6 +163,7 @@

.t-siw-search-container .searchHeader .glob-field-container .glob-field {
margin-bottom: 8px;
margin-left: 17px;
display: flex;
flex-direction: column;
}
Expand Down

0 comments on commit 93cb8f1

Please sign in to comment.