File tree 4 files changed +4
-4
lines changed
graph-database-support-plugin/src/main/resources/META-INF
ui/jetbrains/src/main/java/com/neueda/jetbrains/plugin/graphdb/jetbrains/ui/console
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
version =3.0.2
2
2
3
3
# Intellij SDK
4
- intellijSdkVersion =2019.2
4
+ intellijSdkVersion =2019.3
5
5
6
6
# Versions
7
7
versionJunit =4.12
Original file line number Diff line number Diff line change 68
68
]]> </change-notes >
69
69
70
70
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
71
- <idea-version since-build =" 192 " />
71
+ <idea-version since-build =" 193 " />
72
72
73
73
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
74
74
on how to target different products -->
Original file line number Diff line number Diff line change 131
131
</grid >
132
132
</children >
133
133
</tabbedpane >
134
- <component id =" b903c" class =" com.intellij.ui.tabs.newImpl .JBTabsImpl" binding =" consoleTabs" custom-create =" true" >
134
+ <component id =" b903c" class =" com.intellij.ui.tabs.impl .JBTabsImpl" binding =" consoleTabs" custom-create =" true" >
135
135
<constraints >
136
136
<grid row =" 1" column =" 1" row-span =" 1" col-span =" 1" vsize-policy =" 3" hsize-policy =" 3" anchor =" 0" fill =" 3" indent =" 0" use-parent-layout =" false" />
137
137
</constraints >
Original file line number Diff line number Diff line change 18
18
import com .intellij .ui .content .ContentFactory ;
19
19
import com .intellij .ui .table .JBTable ;
20
20
import com .intellij .ui .tabs .TabInfo ;
21
- import com .intellij .ui .tabs .newImpl .JBTabsImpl ;
21
+ import com .intellij .ui .tabs .impl .JBTabsImpl ;
22
22
import com .intellij .ui .treeStructure .Tree ;
23
23
import com .intellij .util .ui .JBUI ;
24
24
import com .intellij .util .ui .UIUtil ;
You can’t perform that action at this time.
0 commit comments