From 556b76d9a436dee727aca48fb1a703e4569bcd34 Mon Sep 17 00:00:00 2001 From: Evgeny Gerashchenko Date: Wed, 8 Oct 2014 21:26:00 +0400 Subject: [PATCH] Made it possible to patch IDEA by adding class to idea_runner module. See confluence page for details: http://confluence.jetbrains.com/display/JET/How+to+patch+IDEA+for+Kotlin --- idea_runner/README.md | 3 ++- idea_runner/idea_runner.iml | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/idea_runner/README.md b/idea_runner/README.md index bc1b0f32d2e..d538ae68c00 100644 --- a/idea_runner/README.md +++ b/idea_runner/README.md @@ -1,2 +1,3 @@ This module exists for the sole purpose of providing the classpath for the IDEA run configuration. -This run configuration takes a plugin from the KotlinPlugin artifact instead of the project's 'out' directory, which makes it possible for our plugin to depend on other plugins such as JUnit plugin. \ No newline at end of file +This run configuration takes a plugin from the KotlinPlugin artifact instead of the project's 'out' directory, which makes it possible for our plugin to depend on other plugins such as JUnit plugin. +If you want to debug some patch to IDEA, you can add copy of IDEA class into this module and modify. \ No newline at end of file diff --git a/idea_runner/idea_runner.iml b/idea_runner/idea_runner.iml index 64445d9a5db..dddac5aaaeb 100644 --- a/idea_runner/idea_runner.iml +++ b/idea_runner/idea_runner.iml @@ -2,10 +2,12 @@ - + + + - +