File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed 
src/main/java/com/joutvhu/intellij/dartscripts Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 44import  com .intellij .execution .actions .RunContextAction ;
55import  com .intellij .execution .lineMarker .ExecutorAction ;
66import  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 ;
812import  com .intellij .openapi .diagnostic .Logger ;
913import  com .intellij .openapi .util .Key ;
1014import  com .intellij .openapi .util .Pair ;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments