Skip to content

I didn't have the New / Scala class even after completing the first t… #1777

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 2 commits into from
Feb 1, 2021

Conversation

ProductiveRage
Copy link
Contributor

…utorial

When I followed the first tutorial, the IDEA project allowed me to add a new Scala class after I performed the "Add Framework Support" but I had to do it again when I created the sbt project a described in this step

…utorial

When I followed the first tutorial, the IDEA project allowed me to add a new Scala class after I performed the "Add Framework Support" but I had to do it again when I created the sbt project a described in this step
@SethTisue
Copy link
Member

is there an IntelliJ user who could review this?

@SethTisue
Copy link
Member

pinging repo watchers — could an IntelliJ user review this, please?

@@ -55,7 +55,7 @@ but here's a glance at what everything is for:
=> `main`
1. Right-click `scala` and select **New** => **Package**
1. Name the package `example` and click **OK**.
1. Right-click the package `example` and select **New** => **Scala class**.
1. Right-click the package `example` and select **New** => **Scala class** (if you don't see this option, right-click the `SbtExampleProject`, click **Add Framewords Support**, select **Scala** and proceed)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a spelling error:

Suggested change
1. Right-click the package `example` and select **New** => **Scala class** (if you don't see this option, right-click the `SbtExampleProject`, click **Add Framewords Support**, select **Scala** and proceed)
1. Right-click the package `example` and select **New** => **Scala class** (if you don't see this option, right-click the `SbtExampleProject`, click **Add Framework Support**, select **Scala** and proceed)

@lorenzpahl
Copy link
Contributor

I can confirm that this happens sometimes. The suggested way to resolve this with "Add Framework Support" worked for me.

@SethTisue
Copy link
Member

@ProductiveRage can you respond to the review feedback and also rebase it? looks like this is about ready for merge

@ProductiveRage
Copy link
Contributor Author

ProductiveRage commented Nov 26, 2020 via email

@SethTisue
Copy link
Member

still interested, now that the holidays have passed...?

@ProductiveRage
Copy link
Contributor Author

I must be honest.. I'd been putting this off because I had only made the change to the documentation through the GitHub web UI and I don't believe that there's any way to rebase from within my PR. But I should be able to do this by cloning locally and rebasing using the command line there, so I'll sort that out soon.

Just in case I can continue being lazy, do maintainers not have the option "Rebase and merge" under the "Merge pull request" option? If not (or if there are any complications) then leave it with me and I'll do from my side!

@ProductiveRage
Copy link
Contributor Author

@SethTisue Sorry about this, I think I might me making a meal out of something that should be fairly straight forward.. I just did performed the "resolve conflicts" action on the PR ahead of trying to rebase it and I think that it's now done a merge from the main into my fork and so I don't think that I can rebase it any more since this has intermingled the histories of the two branches?

On the one hand, I guess that this would make the PR merge easy but it would introduce the "Merge branch 'master' into patch-1" commit that I presume that you would rather avoid, which is why rebase was suggested?

I'll do my best to sort this out for the way in which you wish to maintain this project but I might need a little guidance.

@SethTisue SethTisue merged commit 3669c24 into scala:master Feb 1, 2021
@SethTisue
Copy link
Member

This way is totally fine too. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants