-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add UI content #7
Conversation
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.
Great work, thank you so much! Technically all is great, just a few style/ideological comments below =)
...sources/sampleProject/src/main/kotlin/AccessingPsiElements/FunctionCounter/ComplexMethods.kt
Outdated
Show resolved
Hide resolved
common/src/main/resources/sampleProject/src/main/kotlin/Main.kt
Outdated
Show resolved
Hide resolved
...ammingTask/src/main/kotlin/org/jetbrains/academy/plugin/course/dev/access/FunctionCounter.kt
Outdated
Show resolved
Hide resolved
...ogrammingTask/src/main/kotlin/org/jetbrains/academy/plugin/course/dev/ui/DemoPanelFactory.kt
Outdated
Show resolved
Hide resolved
...ogrammingTask/src/main/kotlin/org/jetbrains/academy/plugin/course/dev/ui/DemoPanelFactory.kt
Outdated
Show resolved
Hide resolved
...sson/sortMethodsProgrammingTask/test/org/jetbrains/academy/plugin/course/dev/access/Tests.kt
Show resolved
Hide resolved
...resources/sampleProject/src/main/kotlin/AccessingPsiElements/ClassCounter/MultipleClasses.kt
Outdated
Show resolved
Hide resolved
...ogrammingTask/src/main/kotlin/org/jetbrains/academy/plugin/course/dev/ui/DemoPanelService.kt
Outdated
Show resolved
Hide resolved
...rogrammingTask/src/main/kotlin/org/jetbrains/academy/plugin/course/dev/ui/DemoPanelWindow.kt
Outdated
Show resolved
Hide resolved
...ogrammingTask/src/main/kotlin/org/jetbrains/academy/plugin/course/dev/ui/DemoPanelFactory.kt
Outdated
Show resolved
Hide resolved
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.
Now looks great! I've fixed sample projects a bit (add gradle project for them) and fixed students code exception workaround.
No description provided.