-
Notifications
You must be signed in to change notification settings - Fork 153
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
SLI-1888 IntelliJ Walkthrough #1323
Conversation
99a4f7c
to
4c8d6e9
Compare
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.
Mainly some comments about the structure and organization of the tool window creation.
Otherwise the content itself LGTM
src/main/java/org/sonarlint/intellij/OpenWelcomePageOnceOneProjectOpened.java
Outdated
Show resolved
Hide resolved
src/main/java/org/sonarlint/intellij/ui/walkthrough/ConnectWithYourTeamPanel.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/sonarlint/intellij/ui/walkthrough/ConnectWithYourTeamPanel.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/sonarlint/intellij/ui/walkthrough/ConnectWithYourTeamPanel.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/sonarlint/intellij/ui/walkthrough/LearnAsYouCodePanel.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/sonarlint/intellij/ui/walkthrough/LearnAsYouCodePanel.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/sonarlint/intellij/ui/walkthrough/ConnectWithYourTeamPanel.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/sonarlint/intellij/ui/walkthrough/ConnectWithYourTeamPanel.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/sonarlint/intellij/ui/walkthrough/SonarLintWalkthroughToolWindowFactory.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/sonarlint/intellij/ui/walkthrough/SonarLintWalkthroughToolWindowFactory.kt
Outdated
Show resolved
Hide resolved
67b07a1
to
a94741a
Compare
a94741a
to
cec0a69
Compare
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.
I think we could reduce the overall complexity, and make the structure cleaner. Otherwise it seems functional.
It is planned to have the possibility to open a file during the onboarding, which premade issues, so the user can try raising an issue?
src/main/java/org/sonarlint/intellij/OpenWelcomePageOnceOneProjectOpened.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/sonarlint/intellij/documentation/SonarLintDocumentation.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/sonarlint/intellij/ui/walkthrough/WelcomePanel.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/sonarlint/intellij/ui/walkthrough/WelcomePanel.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/sonarlint/intellij/ui/walkthrough/ConnectWithYourTeamPanel.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/sonarlint/intellij/ui/walkthrough/WelcomePanel.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/sonarlint/intellij/ui/walkthrough/SonarLintWalkthroughUtils.kt
Outdated
Show resolved
Hide resolved
cec0a69
to
5c219e8
Compare
d109b64
to
9659df7
Compare
9659df7
to
93f7cda
Compare
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.
I'm not sure this is the final version of the text, is it? It doesn't fit SQ:IntelliJ as it was copy-pasted from VS Code. Also there were comments on the doc about the this text that were not taken into account.
src/main/java/org/sonarlint/intellij/ui/walkthrough/ConnectWithYourTeamPanel.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/sonarlint/intellij/ui/walkthrough/AbstractWalkthroughPanel.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/sonarlint/intellij/ui/walkthrough/AbstractWalkthroughPanel.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/sonarlint/intellij/ui/walkthrough/ConnectWithYourTeamPanel.kt
Outdated
Show resolved
Hide resolved
src/main/java/org/sonarlint/intellij/ui/walkthrough/ConnectWithYourTeamPanel.kt
Outdated
Show resolved
Hide resolved
80688ca
to
e8912dd
Compare
76884e2
to
0e1352c
Compare
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.
LGTM!
740438c
to
e5b0a89
Compare
e5b0a89
to
92342df
Compare
|
SLI-1888