generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [ML4SE-591] Added survey for AI hints. Fixed some issues related to the survey * [ML4SE-591] Fix detekt * [ML4SE-591] Fix text of the pause button * [ML4SE-591] Added checkbox type, fixed borders in html. Deleted index from the database for survey table * [ML4SE-627] Send files after pause button has been pressed. Changed pluginUntilBuild version.
- Loading branch information
Showing
5 changed files
with
74 additions
and
378 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 5 additions & 3 deletions
8
ij-plugin/src/main/resources/org/jetbrains/research/tasktracker/config/info_default.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
pluginName: "Kotlin Refactoring course" | ||
pluginDescription: "We want to track your progress through the kotlin refactoring course in order to collect data on file changes during the course completion. Please, when you are ready, press the next button." | ||
researchId: "Kotlin Refactoring" | ||
pluginName: "Kotlin Introduction" | ||
pluginDescription: "We want to track your progress through the kotlin introduction course in order to collect data on file changes during the course completion. Please, when you are ready, press the next button." | ||
researchId: "Kotlin Introduction" | ||
logs: | ||
- logPaths: | ||
- "edu-assistant/eduAssistant.log" | ||
- "edu-assistant/hintTiming.log" | ||
- "edu-assistant/taskAnalysisTiming.log" | ||
type: "assistant" | ||
isInPluginDirectory: true |
Oops, something went wrong.