eclipse-platform / eclipse.platform.text

8 stars 45 forks source link

AbstractInformationControl constructor for resizable + status text #197

Closed mickaelistria closed 1 year ago

mickaelistria commented 1 year ago

and use this constructor in Generic Editor which needs this combination

This also removes the addition of SWT.RESIZE style on existing constructor while this constructor specifies that the control is not resizable. The new constructor takes the resizable as parameter.

mickaelistria commented 1 year ago

Thanks for the review.