-
Notifications
You must be signed in to change notification settings - Fork 8
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
Multi-IDE Support and more Run-Configurations #88
Conversation
updated dependencies updated kotlin version fixed a change in the API of Jetbrains
# Conflicts: # build.gradle.kts
Removed unnecessary comment
fixed some spelling/grammar stuff fixed project StartupActivity to use the new version ProjectActivity
fixed some style issues
# Conflicts: # build.gradle.kts # src/main/java/de/tum/www1/orion/settings/OrionSettingsProvider.java # src/main/java/de/tum/www1/orion/ui/settings/OrionPluginSettings.kt # src/main/resources/META-INF/plugin.xml
# Conflicts: # src/main/java/de/tum/www1/orion/settings/OrionSettingsProvider.java # src/main/resources/META-INF/plugin.xml
Made Run Configurations Optional instead of throwing an error Checks if IDE is intelliJ for Java Runconfigurations
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.
Manual
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.
Tested in testing session
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.
Tested during testing session
Motivation and Context
In recent years most ArtemisProjects use Gradle over Maven for Java Run Configurations. However Artemis has only supported Maven so far. Furthermore the User has gotten warnings about unsupported Programming Languages that appeared in a way suggesting orion threw an error.
Description
Steps for Testing
Review Progress
Code Review
Manual Tests
Screenshots