Skip to content

Commit 530cfa0

Browse files
committed
Merge remote-tracking branch 'origin/v213' into v221
# Conflicts: # CHANGELOG.md # src/main/java/com/joutvhu/intellij/dartscripts/LineMarkerActionWrapper.java
2 parents 1a162e8 + d411526 commit 530cfa0

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## 1.221.1
2+
3+
- Fix "No such file or directory" on MacOS
4+
5+
## 1.213.2
6+
7+
- Fix "No such file or directory" on MacOS
8+
9+
## 1.212.2
10+
11+
- Fix "No such file or directory" on MacOS
12+
13+
## 1.211.2
14+
15+
- Fix "No such file or directory" on MacOS
16+
17+
## 1.203.1
18+
19+
- Fix "No such file or directory" on MacOS
20+
21+
## 1.202.1
22+
23+
- Fix "No such file or directory" on MacOS
24+
25+
## 1.201.1
26+
27+
- Fix "No such file or directory" on MacOS
28+
129
## 1.221.0
230

331
- Support IDE version 2022.1

src/main/java/com/joutvhu/intellij/dartscripts/LineMarkerActionWrapper.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
import com.intellij.execution.actions.RunContextAction;
55
import com.intellij.execution.lineMarker.ExecutorAction;
66
import com.intellij.ide.DataManager;
7-
import com.intellij.openapi.actionSystem.*;
7+
import com.intellij.openapi.actionSystem.ActionGroup;
8+
import com.intellij.openapi.actionSystem.ActionWithDelegate;
9+
import com.intellij.openapi.actionSystem.AnAction;
10+
import com.intellij.openapi.actionSystem.AnActionEvent;
11+
import com.intellij.openapi.actionSystem.DataContext;
812
import com.intellij.openapi.diagnostic.Logger;
913
import com.intellij.openapi.util.Key;
1014
import com.intellij.openapi.util.Pair;

0 commit comments

Comments
 (0)