Update to 12.1 EAP (IDEA 128.101)

This commit is contained in:
Andrey Breslav
2013-03-11 17:12:44 +04:00
committed by Nikolay Krasko
parent fb6e82fc92
commit a4e503a263
2 changed files with 5 additions and 5 deletions
@@ -56,7 +56,7 @@ class AnonymousTemplateEditingListener extends TemplateEditingAdapter {
@Override
public void currentVariableChanged(TemplateState templateState, Template template, int oldIndex, int newIndex) {
assert templateState.getTemplate() != null;
TextRange variableRange = templateState.getVariableRange(0);
TextRange variableRange = templateState.getVariableRange("SUPERTYPE");
if (variableRange == null) return;
PsiElement name = psiFile.findElementAt(variableRange.getStartOffset());
if (name != null && name.getParent() instanceof JetReferenceExpression) {
+4 -4
View File
@@ -3,15 +3,15 @@
<target name="update" depends="fetch-third-party">
<execute_update
base.url="http://teamcity.jetbrains.com/guestAuth/repository/download/bt410/77484:id"
build.zip="ideaIC-123.SNAPSHOT.win.zip"
base.url="http://teamcity.jetbrains.com/guestAuth/repository/download/bt410/79082:id"
build.zip="ideaIC-128.SNAPSHOT.win.zip"
/>
</target>
<target name="jb_update" depends="fetch-third-party">
<execute_update
base.url="http://buildserver.labs.intellij.net/guestAuth/repository/download/bt3498/1745749:id"
build.zip="ideaIC-123.SNAPSHOT.win.zip"
base.url="http://buildserver.labs.intellij.net/guestAuth/repository/download/bt3498/1778908:id"
build.zip="ideaIC-128.SNAPSHOT.win.zip"
/>
</target>