CMaximizedLocation
@Override
public CLocation aside() {
return this;
}
if Maximized is Eclipse Tab ?then “return this” is Reasonable? I think stack is Reasonable?
CMaximizedLocation
@Override
public CLocation aside() {
return this;
}
if Maximized is Eclipse Tab ?then “return this” is Reasonable? I think stack is Reasonable?
Hmyes. I believe this piece of code is from a time when maximization allowed one Dockable only, without tabs. I’ll change the code.
Thanks,
Preview 5g version will solve it?
Yes, it will.