Merge branch 'ypankratyev/goto_testdata_fixes'
authorYaroslav Pankratyev <yaroslav.pankratyev@jetbrains.com>
Mon, 18 Sep 2017 04:09:20 +0000 (11:09 +0700)
committerYaroslav Pankratyev <yaroslav.pankratyev@jetbrains.com>
Mon, 18 Sep 2017 04:09:20 +0000 (11:09 +0700)
1  2 
platform/testFramework/src/com/intellij/testFramework/fixtures/CodeInsightTestFixture.java
platform/testFramework/src/com/intellij/testFramework/fixtures/impl/CodeInsightTestFixtureImpl.java
platform/util/src/com/intellij/openapi/util/text/StringUtil.java
plugins/devkit/resources/META-INF/plugin.xml
plugins/devkit/resources/org/jetbrains/idea/devkit/DevKitBundle.properties

index db4a9f666f5de527cf7e64a92eb0f5aec51b3c4d,741bb37181d775b754ce9d2ea9f526036112ed62..232ae71c55989033e4a346ea07e229479914c2d3
@@@ -60,9 -53,26 +60,16 @@@ error.cannot.create.service.class=Canno
  run.configuration.no.module.specified=No plugin module specified for configuration
  run.configuration.title=Plugin
  run.configuration.type.description=Plugin Sandbox Environment
 -idea.log.tab.title=IDEA LOG
  
+ #Test Data
+ testdata.create.dialog.title=Create Testdata File
+ testdata.file.doesn.not.exist=The referenced testdata file {0} does not exist. Would you like to create it?
+ testdata.create.missing.files=Create Missing Files
+ testdata.confirm.create.missing.files.dialog.message=The following testdata files will be created:\n{0}
+ testdata.searching=Searching for Testdata Files
  #Misc
  info.message=Info
 -create.smth=Create {0}
 -show.smth=&Show {0}
 -presentable.plugin.module.name=Plugin Module ''{0}''
 -
 -action.MakeJarAction.text=Prepare To Deploy
 -action.MakeAllJarsAction.text=Prepare All Plugins To Deploy
 -
 -dont.add.idea.libs.to.classpath=IDE-related libraries ({0}) must not be added to the module classpath. Please add them to the IntelliJ Platform Plugin SDK instead.
  new.action.id=&Action ID:
  new.action.description=&Description:
  new.action.class.name=&Class Name: