Skip to content

Remove obsolite configuration instructions #7184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 0 additions & 61 deletions docs/docs/contributing/tools/eclipse.md

This file was deleted.

65 changes: 0 additions & 65 deletions docs/docs/contributing/tools/intellij-idea.md

This file was deleted.

5 changes: 2 additions & 3 deletions docs/docs/contributing/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ layout: doc-page
title: Workflow
---

Check [Getting Started](getting-started.md) for instructions on how to obtain the source code of dotty and
[Eclipse](tools/eclipse.md) or [IntelliJ-IDEA](tools/intellij-idea.md).
This document details common workflow patterns when working with Dotty before using the debugging tools.
Check [Getting Started](getting-started.md) for instructions on how to obtain the source code of dotty.
This document details common workflow patterns when working with Dotty.

## Compiling files with dotc ##

Expand Down
Binary file removed docs/images/eclipse/eclipse-import.png
Binary file not shown.
Binary file removed docs/images/eclipse/eclipse-runconfiguration.png
Binary file not shown.
Binary file removed docs/images/eclipse/eclipse-select.png
Binary file not shown.
Binary file removed docs/images/idea/idea-debug.png
Binary file not shown.
Binary file removed docs/images/idea/idea-import.png
Binary file not shown.
Binary file removed docs/images/idea/idea-sbt.png
Binary file not shown.
Binary file removed docs/images/idea/idea-sdk.png
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,6 @@ sidebar:
url: docs/contributing/debugging.html
- title: IDEs and Tools
subsection:
- title: Eclipse
url: docs/contributing/tools/eclipse.html
- title: IntelliJ IDEA
url: docs/contributing/tools/intellij-idea.html
- title: Mill
url: docs/contributing/tools/mill.html
- title: Scalafix
Expand Down