-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9fa1baa
commit 483be67
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ide
updated
12 files
+1 −1 | build/run.js | |
+109 −85 | docs/CONTRIBUTING.md | |
+4 −3 | docs/README.md | |
+5 −3 | docs/product/README.md | |
+35 −0 | docs/product/searcher.md | |
+23 −19 | docs/repository-structure.md | |
+2 −0 | src/rust/ide/src/controller.rs | |
+266 −0 | src/rust/ide/src/controller/searcher.rs | |
+106 −17 | src/rust/ide/src/model/suggestion_database.rs | |
+4 −3 | src/rust/ide/src/view/layout.rs | |
+5 −0 | src/rust/ide/src/view/node_editor.rs | |
+43 −7 | src/rust/ide/src/view/node_searcher.rs |