-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Conversation
…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
is there an IntelliJ user who could review this? |
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) |
There was a problem hiding this comment.
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:
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) |
I can confirm that this happens sometimes. The suggested way to resolve this with "Add Framework Support" worked for me. |
@ProductiveRage can you respond to the review feedback and also rebase it? looks like this is about ready for merge |
Sorry that there's been such a long delay on my replying.. and that there
is going to be a few more days yet, I'm afraid! But I *will *sort this out
as requested and get back to you soon.
…On Tue, 17 Nov 2020 at 04:22, Seth Tisue ***@***.***> wrote:
@ProductiveRage <https://github.com/ProductiveRage> can you respond to
the review feedback and also rebase it? looks like this is about ready for
merge
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1777 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFVHTAUZGCI4MBRM3FE46DSQH277ANCNFSM4RMCC36Q>
.
|
still interested, now that the holidays have passed...? |
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! |
@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. |
This way is totally fine too. Thank you! |
…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