@@ -1437,7 +1437,7 @@ public static LSFExClassSet resolveInferredValueClass(@NotNull LSFSignaturePrope
1437
1437
}
1438
1438
1439
1439
@ Nullable
1440
- public static LSFExClassSet resolveInferredValueClass (@ NotNull LSFActiveTabPropertyDefinition sourceStatement , @ Nullable InferExResult inferred ) {
1440
+ public static LSFExClassSet resolveInferredValueClass (@ NotNull LSFActivePropertyDefinition sourceStatement , @ Nullable InferExResult inferred ) {
1441
1441
return LSFExClassSet .logical ;
1442
1442
}
1443
1443
@@ -2000,7 +2000,7 @@ public static List<String> getValueClassNames(@NotNull LSFSignaturePropertyDefin
2000
2000
return singletonList (LogicalClass .instance .getName ());
2001
2001
}
2002
2002
2003
- public static List <String > getValueClassNames (@ NotNull LSFActiveTabPropertyDefinition sourceStatement ) {
2003
+ public static List <String > getValueClassNames (@ NotNull LSFActivePropertyDefinition sourceStatement ) {
2004
2004
return singletonList (LogicalClass .instance .getName ());
2005
2005
}
2006
2006
@@ -2367,7 +2367,7 @@ public static List<String> getValuePropertyNames(@NotNull LSFSignaturePropertyDe
2367
2367
return Collections .EMPTY_LIST ;
2368
2368
}
2369
2369
2370
- public static List <String > getValuePropertyNames (@ NotNull LSFActiveTabPropertyDefinition sourceStatement ) {
2370
+ public static List <String > getValuePropertyNames (@ NotNull LSFActivePropertyDefinition sourceStatement ) {
2371
2371
return Collections .EMPTY_LIST ;
2372
2372
}
2373
2373
@@ -3789,8 +3789,8 @@ public static Inferred inferParamClasses(@NotNull LSFSignaturePropertyDefinition
3789
3789
return inferParamClasses (sourceStatement .getPropertyExpression (), null );
3790
3790
}
3791
3791
3792
- public
3793
- @ NotNull static Inferred inferParamClasses (@ NotNull LSFActiveTabPropertyDefinition sourceStatement , @ Nullable LSFExClassSet valueClass ) {
3792
+ @ NotNull
3793
+ public static Inferred inferParamClasses (@ NotNull LSFActivePropertyDefinition sourceStatement , @ Nullable LSFExClassSet valueClass ) {
3794
3794
return Inferred .EMPTY ;
3795
3795
}
3796
3796
@@ -4834,8 +4834,8 @@ public static String getDocumentation(LSFSessionPropertyDefinition lsfSessionPro
4834
4834
return "Change_operators_SET_CHANGED_etc" ;
4835
4835
}
4836
4836
4837
- public static String getDocumentation (LSFActiveTabPropertyDefinition lsfActiveTabPropertyDefinition , PsiElement child ) {
4838
- return "ACTIVE_TAB_operator" ;
4837
+ public static String getDocumentation (LSFActivePropertyDefinition lsfActivePropertyDefinition , PsiElement child ) {
4838
+ return lsfActivePropertyDefinition . getComponentID () != null ? "ACTIVE_TAB_operator" : "ACTIVE_PROPERTY_operator " ;
4839
4839
}
4840
4840
4841
4841
public static String getDocumentation (LSFDataPropertyDefinition lsfDataPropertyDefinition , PsiElement child ) {
0 commit comments