You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switching between execution engines causes the "Options" panel to disappear as shown below.
Also, the string "Optimize Constraints to Select Operations" appears in two classes: EvlModuleConfiguration and EvlAdvancedOptionsTab which suggests that there's a missed opportunity for reuse. This is also suggested by the fact that EvlAdvancedOptionsTab doesn't extend AbstractAdvancedConfigurationTab like EglAdvancedConfigurationTab does but instead extends the more basic AbstractLaunchConfigurationTab class.
The text was updated successfully, but these errors were encountered:
Switching between execution engines causes the "Options" panel to disappear as shown below.
Also, the string "Optimize Constraints to Select Operations" appears in two classes:
EvlModuleConfiguration
andEvlAdvancedOptionsTab
which suggests that there's a missed opportunity for reuse. This is also suggested by the fact thatEvlAdvancedOptionsTab
doesn't extendAbstractAdvancedConfigurationTab
likeEglAdvancedConfigurationTab
does but instead extends the more basicAbstractLaunchConfigurationTab
class.The text was updated successfully, but these errors were encountered: