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
We have "Show property complexity" and "Show property table" checkable menu items at the moment. It would be better to move these options to a common predefined place (Settings | Preferences | Editor | General | Gutter Icons). It seems that we need to extend our LineMarkerProvider subclasses from LineMarkerProviderDescriptor and not from LineMarkerProvider itself.
The text was updated successfully, but these errors were encountered:
We have "Show property complexity" and "Show property table" checkable menu items at the moment. It would be better to move these options to a common predefined place (
Settings | Preferences | Editor | General | Gutter Icons
). It seems that we need to extend ourLineMarkerProvider
subclasses fromLineMarkerProviderDescriptor
and not fromLineMarkerProvider
itself.The text was updated successfully, but these errors were encountered: