File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ val commitHash = kotlin.run {
2020 output.trim()
2121}
2222
23- val pluginComingVersion = " 0.3.11 "
23+ val pluginComingVersion = " 0.3.10.1 "
2424val pluginVersion = if (isCI) " $pluginComingVersion -$commitHash " else pluginComingVersion
2525val packageName = " org.ice1000.julia"
2626val kotlinVersion = " 1.2.70"
Original file line number Diff line number Diff line change 1+ 0.3.10.1< br />
2+ < ul >
3+ < li > Fix PyCharm 173 support for real this time (#340, #350)</ li >
4+ < li > Fix DocString problem (#349)</ li >
5+ </ ul >
160.3.10< br />
27< ul >
38 < li > Support deprecated < code > type</ code > keyword parsing and quick-fix (#326)</ li >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public interface JuliaIcons {
1818 @ NotNull Icon JULIA_MODULE_ICON = IconLoader .getIcon ("/icons/julia_module.png" );
1919 @ NotNull Icon JULIA_TYPE_ICON = IconLoader .getIcon ("/icons/julia_type.png" );
2020 @ NotNull
21- Icon JULIA_ABSTRACT_TYPE_ICON = IconLoader .getIcon ("icons/svg/ julia_abstract_type.png" );
21+ Icon JULIA_ABSTRACT_TYPE_ICON = IconLoader .getIcon ("icons/julia_abstract_type.png" );
2222 @ NotNull Icon JULIA_FUNCTION_ICON = IconLoader .getIcon ("/icons/field.png" );
2323 @ NotNull Icon JULIA_VARIABLE_ICON = IconLoader .getIcon ("/icons/field_variable.png" );
2424 @ NotNull Icon JULIA_CONST_ICON = IconLoader .getIcon ("/icons/const.png" );
You can’t perform that action at this time.
0 commit comments